Results 1 to 2 of 2

Thread: EJB Support

Hybrid View

  1. #1

    Default EJB Support

    I am looking into migrating an existing JEE application into OSGi bundles. This application supports stateless session beans, message driven beans, and web services. What is the recommendation for migrating such an application into Spring DM server 2.0.2.RELEASE?

  2. #2
    Join Date
    Oct 2008
    Location
    Winchester, UK
    Posts
    535

    Default

    There is no EJB support for dm Server, so you will need to change your application to use web services or messaging.

    For web services, you could use Spring web services or the REST support in Spring 3. We haven't tested either of these, so I can't recommend what would work best with dm Server.

    I believe some projects have used ActiveMQ with dm Server, but again this isn't an area we have specifically tested.
    Glyn Normington
    SpringSource

Posting Permissions

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