Re: Deploying components common to EJB-tier and WEB-tier

2002-03-09 Thread Bill Winspur

I have been putting the shared classes in an extension that I build into
both the ear and the war.
- Original Message -
From: Sanjay Kumar Pandey [EMAIL PROTECTED]
To: Orion-Interest [EMAIL PROTECTED]
Sent: Tuesday, March 05, 2002 10:27 PM
Subject: Deploying components common to EJB-tier and WEB-tier


 Hi,
 I'm sanjay joining you guys for the first time.

 Query:
 --

 If I have some components that are common to both web-tier and ejb-tier,
 which would be
 the ideal place to store them(other than ../j2ee/home/lib) ??
 Can I put them(the .jar file having the common components) in the same ear
 file as the .jar(for ejbs) and .war(for web components) files and be able
to
 invoke them from both the web tier and ejb tier.
 Can you please tell me how the components can be invoked if I follow this
 approach.
 Thanx in advance,
 Sanjay







Re: Deploying components common to EJB-tier and WEB-tier

2002-03-06 Thread Mike Cannon-Brookes

The easiest way to do this is just to put them inside one of your EJB JAR
files - by the specification any classes in an EJB Jar file have to be
visible to all other modules in the application.

If you're looking for an Orion specific solution, you can just use the
library path= / element in orion-application.xml (this is what we use
for all our internal applications).

There's more about Orion classloading in Scott's piece here:

   http://kb.atlassian.com/content/atlassian/howto/classloaders.jsp

Hope this helps!

Cheers,
Mike

Mike Cannon-Brookes
[EMAIL PROTECTED]

ATLASSIAN - Your J2EE Expert Partner

 Brilliant Software - http://www.atlassian.com/software
 Legendary Services - http://www.atlassian.com/support

On 6/3/02 9:07 PM, Ramamurthy K ([EMAIL PROTECTED]) penned the words:

 Hi Sanjay
  There are few approaches. The best is use the apporach of Java Extension
 Mechanism if your application server support java 1.3. Place the common
 componets in your application  directory and specify realtive path in your
 both manifest files of war and jar.
 
 with regards
  ram
 
 
 
 --
 From: Sanjay Kumar Pandey[SMTP:[EMAIL PROTECTED]]
 Reply To: Orion-Interest
 Sent: Wednesday, March 06, 2002 10:57 AM
 To: Orion-Interest
 Subject: Deploying components common to EJB-tier and WEB-tier
 
 File: Wipro_Disclaimer.txt
 Hi,
 I'm sanjay joining you guys for the first time.
 
 Query:
 --
 
 If I have some components that are common to both web-tier and ejb-tier,
 which would be
 the ideal place to store them(other than ../j2ee/home/lib) ??
 Can I put them(the .jar file having the common components) in the same ear
 file as the .jar(for ejbs) and .war(for web components) files and be able
 to
 invoke them from both the web tier and ejb tier.
 Can you please tell me how the components can be invoked if I follow this
 approach.
 Thanx in advance,
 Sanjay
 
 
 





Re: Deploying components common to EJB-tier and WEB-tier

2002-03-06 Thread Stephen Davidson

Hi Sanjay.

I am using Ear files, so I put common components in a jar file (which I call 
common.jar), which is in the ear file.
Than in the war(s) and jar(s) of the ear file, I specify the common.jar file in the 
manifest file as Ram suggested.

-Steve

Ramamurthy K wrote:
 Hi Sanjay
There are few approaches. The best is use the apporach of Java Extension
 Mechanism if your application server support java 1.3. Place the common
 componets in your application  directory and specify realtive path in your
 both manifest files of war and jar.
 
   with regards
ram
 
 
 
 
--
From: Sanjay Kumar Pandey[SMTP:[EMAIL PROTECTED]]
Reply To: Orion-Interest
Sent: Wednesday, March 06, 2002 10:57 AM
To:   Orion-Interest
Subject:  Deploying components common to EJB-tier and WEB-tier

File: Wipro_Disclaimer.txt
Hi,
I'm sanjay joining you guys for the first time.

Query:
--

If I have some components that are common to both web-tier and ejb-tier,
which would be
the ideal place to store them(other than ../j2ee/home/lib) ??
Can I put them(the .jar file having the common components) in the same ear
file as the .jar(for ejbs) and .war(for web components) files and be able
to
invoke them from both the web tier and ejb tier.
Can you please tell me how the components can be invoked if I follow this
approach.
Thanx in advance,
Sanjay



 
 



-- 
Stephen Davidson
Java Consultant
Delphi Consultants, LLC
http://www.delphis.com
Phone: 214-696-6224 x208





Deploying components common to EJB-tier and WEB-tier

2002-03-05 Thread Sanjay Kumar Pandey

Hi,
I'm sanjay joining you guys for the first time.

Query:
--

If I have some components that are common to both web-tier and ejb-tier,
which would be
the ideal place to store them(other than ../j2ee/home/lib) ??
Can I put them(the .jar file having the common components) in the same ear
file as the .jar(for ejbs) and .war(for web components) files and be able to
invoke them from both the web tier and ejb tier.
Can you please tell me how the components can be invoked if I follow this
approach.
Thanx in advance,
Sanjay



**Disclaimer
  


Information contained in this E-MAIL being proprietary to Wipro Limited
is 'privileged' and 'confidential' and intended for use only by the
individual or entity to which it is addressed You are notified that any
use, copying or dissemination of the information contained in the E-MAIL
in any manner whatsoever is strictly prohibited