Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » J2EE Interest »

Re: J2EE Packaging options

Chanian, Raj

2004-03-01


Message
We deployed a system similarly whereby there was a common dependency between war and ejb.
We took this common functionality out(set of jars) and placed them into a directory
\common in the root of the ear.
 
That way the war and ejb can add references to the common jars in root of ear. Have a look at the mf files for war and ejb, the dependencies will be specd in the classpaths.

Regards,

Raj Chanian

-----Original Message-----
From: Ashutosh Bhardwaj [mailto:Ashutosh_Bhardwaj@KEANEINDIA.COM]
Sent: 01 March 2004 13:37
To: J2EE-INTEREST@JAVA.SUN.COM
Subject: J2EE Packaging options

Hi!!,
I am using websphere 5.0.2 with wsad5.1.I have created a j2ee project in wsad with one ejb project and one web project.The

Ejb project needs to refers lot of files which actually exist in web project.These files include loggers,common dao components etc. Is their any way that I can refer to files in war from an ejb jar.

Regards,
ashutosh

=========================================================================== To unsubscribe, send email to listserv@java.sun.com and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@java.sun.com and include in the body of the message "help".


This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
=========================================================================== To unsubscribe, send email to listserv@java.sun.com and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@java.sun.com and include in the body of the message "help".

©2008 junlu.com - Jax Systems, LLC, U.S.A.