• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

application packaging for wehsphere 7-application and framework classes referred in both EJB and Web

 
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Iam new to IBM websphere 7.

I just want to know how to package a EAR.

I have some application jars and spring framework jars. Those jars are referred in EJB and Web modules.

Where I have to keep those common jars.(I want to know the way other than shared library concept in Websphere).

In weblogic 10, we used to keep those common jars in the following

EAR Structure,
APP-INF/lib(common jars)
EJB jar
Web war
META-INF/application.xml



 
reply
    Bookmark Topic Watch Topic
  • New Topic