Reputation: 744
in .net it is possible to create webservices, asp.net MVC, ORM, DTO, BAL as different projects so that we can reuse them nicely. For this college project I have been force to use j2ee and I am wondering how to do this layering. Is it possible to create hibernate as a different project? or how should I handle this?
Upvotes: 0
Views: 88
Reputation: 3674
I don't know .net at all, but you can start by creating multimodule maven project in eclipse.
Upvotes: 1