• 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

please reply!!!

 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have experience in using J2EE 1.4 Application server.I just want to know whether working with Weblogic application server is the same with compilation, deployment of servlets, JSPs and EJBs as with J2EE 1.4 application server.
 
Ranch Hand
Posts: 518
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Many application servers including WebLogic can be described as "J2EE 1.4 application server". That describes a class of programs and not a single implementation.

As long as your application does not use any proprietary extensions, you should be able to move your application from server to server without any major issues. That's the point of the J2EE specification.

Deployment will likely be done slightly differently depending on the application server and development tools you are using.

Compilation (except for maybe JSPs) is generally a function of your development environment and not the app server. If you use different development tools, how you compile may change.
 
Ranch Hand
Posts: 85
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://edocs.bea.com/
 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

weblogic 8.1 is J2ee1.3 - http://edocs.bea.com/wls/docs81/compatibility/compatibility.html
and
weblogic 9.2 is j2ee1.4 - http://edocs.bea.com/wls/docs91/compatibility/compatibility.html
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I REPLIED!!!
 
Your buns are mine! But you can have this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic