• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Guidelines: Packaging J2EE applications

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am currently migrating some applications from WebSphere 3.0.2 to version 4. These applications contain mostly JSPs, servlets, classes, HTML and images (no EJB's currently). One uses XML.
Does anyone have some advice, good links on the "correct way" (best practices) to assemble the ver 3.0.2 apps into web modules (WAR's) and deploy as applications (EAR's)? Is there an ideal architecture to assembling them? Some of the apps contain common class files for example?
My concern is I package them in such a way and then to find out down the line, that I should of done it differently.
I would appreciate any advice.
Thanks,
Vinnie.
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
check my topic on 31-jan-2001
Guidelines on Assembling a WAR file with Servlet, jsp and deploying on WAS 4.0

uma mahesh
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can probably get some help from this URL I tried to move my code from version 3.X to 4.0 , having some problems with EJBs but rest works fine
http://www-4.ibm.com/software/webservers/appserv/doc/v40/ae/infocenter/was/welcome.html
 
Vinnie Heffernan
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply.
I have successfully packaged and deployed an application on WebSphere 4.
My posting was more along the lines of design or architecture guidelines. One guideline, I assume is the packaging of any common classes into their own WAR file. These can easily be added then to each application (EAR file) that needs them.
Has anyone else got any architecture/design guidelines?
Or am I looking into it too much?
Appreciate any advice.
Vinnie.
 
reply
    Bookmark Topic Watch Topic
  • New Topic