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?
-
the best arrangement for my jbuilder project (2 messages)
- Posted by: u u
- Posted on: October 04 2002 22:55 EDT
Threaded Messages (2)
- the best arrangement for my jbuilder project by Oon Kean Lin on October 07 2002 01:42 EDT
- the best arrangement for my jbuilder project by brian chan on October 07 2002 09:05 EDT
-
the best arrangement for my jbuilder project[ Go to top ]
- Posted by: Oon Kean Lin
- Posted on: October 07 2002 01:42 EDT
- in response to u u
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. -
the best arrangement for my jbuilder project[ Go to top ]
- Posted by: brian chan
- Posted on: October 07 2002 09:05 EDT
- in response to u u
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.