R: Modular packaging of a large application

2004-05-19 Thread Amleto Di Salle
-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 mod

RE: Modular packaging of a large application

2004-05-19 Thread Daniel Perry
Message- > From: Brian Styles [mailto:[EMAIL PROTECTED] > Sent: 19 May 2004 16:38 > To: [EMAIL PROTECTED] > Subject: RE: Modular packaging of a large application > > > Hi Daniel, > > thanks for the reply. > > That's fine for development but what about deplo

RE: Modular packaging of a large application

2004-05-19 Thread Brian Styles
<[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

RE: Modular packaging of a large application

2004-05-19 Thread Brian Styles
Hey Ricardo, absolutely. But I said in "a" standard format. Not "the" standard format :-) From: "Ricardo Cortes" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: RE: Modular packaging of a large application Date: Wed, 19 May 2004 11:15:56 -0400 Not to be chee

RE: Modular packaging of a large application

2004-05-19 Thread Daniel Perry
dant 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 standar

Modular packaging of a large application

2004-05-19 Thread Brian Styles
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