• 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

weblogic 8.1 client, easy question

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

I'm learning EJB through o'Reillys EJB 2.0 3rd edition book, and I'm using Weblogic 8.1 .

I have examples that need Weblogic 7.0, so my question is:

Can I run them with the 8.1 without major problems? Or should I revert to 7.0?

Thanks.
[ May 21, 2004: Message edited by: Baba Bizlowsky ]
 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Since you're using EJB 2.0 and Weblogic 8.1, there should be backwards compatibility. So, you can run on it without any modification. An exception might be the vendor's deployment descriptor, wich can have some differences (actually, I'm not a WL expert and can't tell you if this applies) from 7.0 and 8.1 versions. The point is: a container prepared for EJB 2.1 should correctly deploy an EJB 2.0 app without any problem.

regards,

Fred
 
Power corrupts. Absolute power xxxxxxxxxxxxxxxx is kinda neat.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic