Results 1 to 2 of 2

Thread: Deployers implementations for more servlet/J2EE containers?

  1. #1
    Join Date
    Mar 2010
    Posts
    16

    Default Deployers implementations for more servlet/J2EE containers?

    Greetings,

    I realized that Spring-DM powered webapp bundles currently can only run within the two supported servlet containers (Tomcat, Jetty) since deployer implementations exist only for those two.

    However, Tomcat and Jetty are not servlet containers not J2EE containers. Therefore certain features supported by J2EE containers like JBoss and Glassfish have to be left out. (eg. container managed transactions or JMS etc)

    Are there any plans (most possibly from the servlet/J2EE container manufacturers side) for implementing spring-dm deployers? (eg. JBoss, GlassFish, etc.)?

  2. #2
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    No. Users can definitely provide patches however with the ongoing RFC-66 (web container support in OSGi), the current web support in Spring DM is being deprecated.
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

Posting Permissions

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