Hi Daniel, the Struts modules can be used to separate the web-tier and only for "development" purpose (i.e. you use the stuts module only for design purpose).
So you will continue to create the war file for the web-tier and the jar file for the business-tier. BR /Amleto -----Messaggio originale----- Da: Brian Styles [mailto:[EMAIL PROTECTED] Inviato: mercoledì 19 maggio 2004 17.38 A: [EMAIL PROTECTED] Oggetto: RE: Modular packaging of a large application Hi Daniel, thanks for the reply. That's fine for development but what about deployment though? Will all the modules have to be deployed in a single war file so they can see each other? >From: "Daniel Perry" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >Subject: RE: Modular packaging of a large application >Date: Wed, 19 May 2004 16:18:17 +0100 > > > > 1) Should all my entity beans be packaged in a single jar? > > > >no idea... i dont go in for the session beans/entity beans, i'm using >OJB >so >it's a bit different. > > > 2) Different modules will probably mean different session beans, > > jsps >and > > struts actions. > > > >This is no problem. Different modules all have their own config file, >so >as >long as the action classes/jsps dont overlap there wont be a problem. I >would suggest you put the action classes for different modules in different >packages, and jsps in different folders. That way, development can be as >independant as you like. > >Daniel. > > > > -----Original Message----- > > From: Brian Styles [mailto:[EMAIL PROTECTED] > > Sent: 19 May 2004 15:30 > > To: [EMAIL PROTECTED] > > Subject: Modular packaging of a large application > > > > > > Hi everyone, > > > > I've built an application in a standard j2EE format > > > > JSPs-->Struts-->Session Beans-->CMR Entity Beans. > > > > This is deployed in an exploded ear, with struts and JSPs in the war > > as well as the session bean interfaces. Then I have the Session > > Beans and CMR Entity > > Beans in a jar. > > > > Now I want to go to a larger environment where different developers > > are working on different modules, yet I still want each module to be > > accessable through a single point - ie, struts. > > > > Struts 1.1 has the concept of modules, allowing different struts > > config files per module, however, from the context of deployment I > > have some worries. > > > > 1) Should all my entity beans be packaged in a single jar? > > > > 2) Different modules will probably mean different session beans, > > jsps >and > > struts actions. > > > > Therefore, I would really appreciate advice/experienc on packaging > > up an architecture like this. > > > > regards, > > Brian > > > > _________________________________________________________________ > > The new MSN 8: advanced junk mail protection and 2 months FREE* > > http://join.msn.com/?page=features/junkmail > > > > > > -------------------------------------------------------------------- > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > _________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]