Results 1 to 5 of 5

Thread: Does Spring support all EJB versions?

  1. #1
    Join Date
    Aug 2004
    Posts
    3

    Default Does Spring support all EJB versions?

    As above. Thanks.

  2. #2
    Join Date
    Aug 2004
    Location
    Toronto, Canada
    Posts
    736

    Default

    That's sort of a vague question :-)

    It has support code you can inherit from to support creating all EJB types, except Entity.

    On the client side, it has support code for creating Stateless Session bean proxies. Nothing similar for Stateful Session beans exists, however the JNDI convenience classes do make accessing even stateful session beans a lot more convenient.

    Capabilities are described in the manual.
    Colin Sampaleanu
    SpringSource - http://www.springsource.com

  3. #3
    Join Date
    Aug 2004
    Posts
    3

    Default

    Oh... I mean... I may build EJB with Spring framework.. but does the *version* of EJB I am using matter?

    Currently my team is considering EJB 2 but another team who is sharing the same server is using EJB 1 and they do not intend to upgrade in the short run.

    Another question is.. what about EJB 3?

  4. #4
    Join Date
    Aug 2004
    Location
    Linz, Austria
    Posts
    391

    Default

    We officially just support EJB 2.x. Spring's EJB support is built and tested against EJB 2.1. However, the remote SLSB accessors and the JNDI support (which can be used for looking up SFSBs) should work with EJB 1.1 targets too, as the lookup API should be compatible (AFAIK).

    Regarding EJB3: Well, there's nothing to support there yet ;-) We'll certainly provide support for accessing EJB3-style SLSBs, which might even be as simple as applying our generic JNDI support. Furthermore, we plan to support the EJB3 EntityManager as data access strategy. Of course, we can't do any of this before an EJB3 API jar is available...

    Juergen

  5. #5
    Join Date
    Aug 2004
    Posts
    3

    Default

    Thanks!

Similar Threads

  1. Announcement: Spring IDE WebFlow Support Preview Release 2
    By Christian Dupuis in forum Announcements
    Replies: 2
    Last Post: Sep 15th, 2006, 11:50 AM
  2. Replies: 2
    Last Post: Oct 24th, 2005, 09:41 AM
  3. New Spring Support Forums are Live
    By Colin Sampaleanu in forum Announcements
    Replies: 17
    Last Post: May 22nd, 2005, 12:57 AM
  4. Announcement: Spring IDE WebFlow Support Preview Release 1
    By Christian Dupuis in forum Announcements
    Replies: 0
    Last Post: May 20th, 2005, 08:15 PM
  5. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •