Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: JBoss vs Spring

  1. #11
    Join Date
    Aug 2004
    Location
    San Mateo, CA
    Posts
    1,265

    Default

    I think it was from someone asking, "Should I use JBoss, or should I use Spring?", and someone else responding, "Spring".
    I think the original question asked about some specific features, and Ben was responding based on that. Spring is designed to work in any application server (or outside an application server); using Spring does not mean ignoring what the server may have to offer. It just provides greater choice in a lot of cases.

    It comes down to distinguishing between EJB and J2EE--which I, at least, have always been careful to do.
    Rod Johnson - GM, SpringSource Division, VMware
    http://www.springsource.com
    Spring From the Source

  2. #12
    Join Date
    Aug 2004
    Location
    Germany, Magdeburg
    Posts
    279

    Default

    It comes down to distinguishing between EJB and J2EE--which I, at least, have always been careful to do.
    I guess you wrote a whole book about it, arn't you?

  3. #13
    Join Date
    Aug 2004
    Posts
    11

    Default

    Rod Johnson: It comes down to distinguishing between EJB and J2EE--which I, at least, have always been careful to do.
    Is this the same Rod Johnson of "J2EE without EJB" :?: From what I've read it's a great book. But I'm a little lost right now, I need a better into to J2EE before I can grasp it all.

    Do you know of any web references that give you a overview of J2EE and maybe some examlpes?

    Josh

  4. #14
    Join Date
    Aug 2004
    Location
    Southampton, UK
    Posts
    826

    Default

    Yes it is. Spring came about from the framework discussed in the book. If you have never read it I definitely recommend that you do. You should probably read both Expert One-on-One J2EE books by Rod in the order in which they were printed.

    Rob
    Rob Harrop
    Lead Engineer, dm Server
    SpringSource
    http://www.springsource.com

    Co-Author - Pro Spring

  5. #15
    Join Date
    Aug 2005
    Posts
    3

    Default Details on how to integrate Spring with JBoss.

    Hi All,
    I am new to spring.
    I would like to know more about how can I integrate Spring with JBoss?

    thanks
    Ani

  6. #16
    Join Date
    Aug 2004
    Location
    San Mateo, CA
    Posts
    1,265

    Default

    Spring integrates well with JBoss or any J2EE application server through the J2EE APIs. Many users use JBoss and Spring happily together. Spring's functionality does not conflict with that offered by the underlying platform, whether it's an application server or (in simpler cases) a web container such as Tomcat.
    Rod Johnson - GM, SpringSource Division, VMware
    http://www.springsource.com
    Spring From the Source

  7. #17
    Join Date
    Aug 2005
    Posts
    3

    Default

    Hi Rod,
    Thanks for your reply.

    Let me explain what we are planning to do.
    We are developing a J2EE application with following requirement.

    1. Workflow based .. so that developer can easily define its workflow in plain xml
    2.Schedular.. Lots background jobs are required on server.
    3.SEDA based architecture...
    4.ESB
    5.Distributed .. So that we can have services running on differnet machine
    6.Persistence

    Here I need suggetion should we go with EJB (or + ) Spring.

    Can I get any document on integration of Spring with JBOSS.

    thanks
    ani.......

  8. #18
    Join Date
    Aug 2004
    Location
    u.s.a
    Posts
    399

    Default

    Since you need ESB, why not just go with an ESB?

    Mule, ServiceMix, etc. I'm not sure if JBoss has completed its ESB slant. (Yes, I'm aware of ESB being more or less then an actual 'product'). ServiceMix has a lot of support for Spring. Mule is already SEDA based.

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: 1
    Last Post: Oct 2nd, 2005, 07:10 PM
  3. Replies: 4
    Last Post: May 13th, 2005, 07:49 AM
  4. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM
  5. Replies: 2
    Last Post: Jan 21st, 2005, 04:17 AM

Posting Permissions

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