• 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 V6.1 will support EJB 2.0 ?

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

Wants to know the information of WebSphere V6.1 will support EJB 2.0 ?
If it supports means, how long it supports ? Asking this question because current version of EJB is 3.0 supported by WAS V6.1.
Where will i get information of WAS V6.1 supported java technologies with versions ?

Anil.
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
EJB 2.1 is primarily what WAS 6.1 supports with backward compatibility to previous version. It only supports EJB 3 if you download and install a special EJB 3 Feature Pack which is considered a beta release.

Where will i get information of WAS V6.1 supported java technologies with versions ?


WAS 6.1 is a J2EE 1.4 compliant Application Server. Therefore, all the component technology versions supported by J2EE 1.4 are supported by WAS 6.1. This link explains what those versions are.
[ July 20, 2007: Message edited by: Merrill Higginson ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic