Discussions

General J2EE: the best arrangement for my jbuilder project

  1. the best arrangement for my jbuilder project (2 messages)

    hello
    i haven't ejb developing experience,now i want to use ejb develop my application in jbuilder,in my application,there is a web application and enterprise application,i wonder which is the best arrangement for my project?
    1 create two projects,one for the web app,other for the enterprise app.
    2 one project host all of the web and enterprise apps


    what's your oppinion?

  2. One project to rule them all :)

    I'm sure there will be dependencies between the web and enterprise apps .. keeping in separate projects makes things difficult to manage.
  3. Separating Enterprise and Web applications into two projects is a good idea. The project for Web Applications should contains only client classes (jar) that's used to access the enterprise layer(EJB,...). You can manage the building process by using ANT.