• 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

Websphere Basic questions.

 
Ranch Hand
Posts: 124
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Gurus,
I'm just a novice in J2EE technologies and just have started developing & deploying EJB's on Weblogic server. So far this is what all i have done.So can i please know what exactly is the difference between Weblogic & websphere. i know they both are the J2EE containers, but as per my understanding these app servers also provide some more features and GUI whcih make the life of developer easy. so can anyone please tell what are the extra features packed in Websphere and does websphere also comes with its own libraries?
I guess both websphere and weblogic does the same thing, so can a component deployed in weblogic and be deployed in websphere as well without any changes?
Can i also know about the tutorials/Guides and books wherein i can learn about websphere and can use it in my J2EE practice?
Thanks in advance
Regards,
Harry
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I believe that if the componenets are written to the J2EE spec, without any vendor specific code or deployment features, then they should run equally as happy in any compliant Container.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic