Results 1 to 4 of 4

Thread: EJB question

  1. #1
    Join Date
    Apr 2009
    Location
    Charleston, SC
    Posts
    10

    Default EJB question

    I have been reading up on somethings. And I have a question for everyone. Does spring really replace EJB's? I'm also learning how to program in EJB because it will be useful to know how to program in EJB. However, I will like to discuss this. Can we? Does spring really replace EJB's or do you still have to use them. (Developing server side for enterprise applications)

  2. #2
    Join Date
    Apr 2009
    Location
    Charleston, SC
    Posts
    10

    Default

    I'm just asking to get insight... More like a compare and contrast.. I'm just starting out and was going to look into EJB 3.0 too. However, if i don't need to than I won't. I just started programming in frameworks and this one is highly recommended and I'm the first one to venture off into springs. Any insight?

  3. #3
    Join Date
    Jun 2009
    Location
    Nova Scotia
    Posts
    1

    Default EJB question

    Here is an article on about this:
    http://static.springframework.org/sp...rence/ejb.html

  4. #4

    Default

    Hi,

    Spring is not an alternative to J2EE framework. Its a framework to use J2EE framework easier.
    Spring does not replace EJB. It makes EJB use easier by moving the EJB code to a POJO Class. For more details please read EJB document

Posting Permissions

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