Results 1 to 2 of 2

Thread: EJB supports transactions spanning rmi calls, Spring doesn't

Hybrid View

  1. #1
    Join Date
    Dec 2004
    Location
    Fremont, CA, USA
    Posts
    18

    Default EJB supports transactions spanning rmi calls, Spring doesn't

    EJB supports transactions that span remote method calls but Spring does not.

    Doesn't it mean that in a truely distributed environment, you dont have any alternative of EJB or CORBA if you are developing in Java?

    Or is there any work around for it in Spring?
    Ashik Uzzaman
    Fremont, California, USA
    http://ashikuzzaman.wordpress.com

  2. #2
    Join Date
    Aug 2004
    Location
    Amsterdam, Netherlands
    Posts
    450

    Default

    Err, yes... But the question is whether a truely distributed environment (the way you're talking about it) is necessary for 99% of the applications.

    Positioning the business-tier on the same level as the web-tier is often not a problem. Calling remote EJBs from a transactional EJB is a use case that's even less frequently seen...

    Others might shed more light on this...


    regards,
    Alef
    Alef Arendsen
    SpringSource
    http://www.springsource.com

Similar Threads

  1. Spring MVC Web Framework versus Struts
    By biguniverse in forum Web Flow
    Replies: 27
    Last Post: Aug 29th, 2012, 03:57 AM
  2. Replies: 5
    Last Post: Aug 9th, 2008, 05:30 AM
  3. Replies: 5
    Last Post: Aug 25th, 2005, 05:37 PM
  4. Replies: 6
    Last Post: May 25th, 2005, 01:56 AM
  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
  •