Results 1 to 7 of 7

Thread: To Rod Johnson or Juergen Hoeller or Spring Team

  1. #1
    Join Date
    Oct 2004
    Posts
    10

    Default To Rod Johnson or Juergen Hoeller or Spring Team

    Can you give me one simple example that usage of EJBs with Spring?
    My Email: the_light_river@yahoo.com

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

    Default

    What particular EJB usage scenario are you looking at? Session beans, MDBs, entity beans?

    Rob

  3. #3
    Join Date
    Oct 2004
    Posts
    10

    Default To Rod Johnson or Juergen Hoeller or Spring Team

    I'm looking at Entity Beans. Can you show me one example?
    Thank for Reading

  4. #4
    Join Date
    Aug 2004
    Location
    Vrhnika, Slovenia
    Posts
    133

    Default Entity beans --> ORM tool

    I suggest that insted of using Entity beans you look at some ORM solution - Hibernate, JDO or something lightweight as IBatis.
    Since as far as I know Spring has no usage of Entity bean, but has a nice variety of utilities for all that stuff that I mentioned.

    If you want to learn more about Entity beans probably the best book that I came by was 'Mastering Enterprise JavaBeans second edition' by Ed Roman.

    Rgds, Ales

  5. #5
    Join Date
    Oct 2004
    Posts
    10

    Default Re: Entity beans --> ORM tool

    Thank Ales,
    Can you post one example using ORM solution instead of Entity.
    Using Struts+Spring + ORM Solution + EJB+Jboss. Can you post your example here?

  6. #6
    Join Date
    Aug 2004
    Location
    Vrhnika, Slovenia
    Posts
    133

    Default Examples ...

    You got all sorts of examples already shipped with Spring:
    http://cvs.sourceforge.net/viewcvs.p...pring/samples/

    But probably before you go and have a look at them you should thouroghly go through documentation:
    http://www.springframework.org/docs/...nce/index.html

    All these ORM (aspecially Hibernate) are really well explained. And there is also nice EJB access introduction.

    But since you are looking for such 'global J2EE example' - how experienced with EJB are you (no offence meant)? Do you really need them - won't Spring be enough - with his great transaction and DAO coverage, well integrated AOP, scheduling, ...?

    If EJB is really what you need, I belive there is a nice example app somewhere in CVS repository (also check other topics on EJB). Go step by step, really try to understand for your self how things are done, and then ask as much as possible precise questions. I'm sure people with experience will be glad to answer you. Answering such 'vast' question is probably impossible. 8)

    Rgds, Ales

  7. #7
    Join Date
    Oct 2004
    Posts
    10

    Default Re: Examples

    Thanks alesj very much.

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. A Spring Class Loader?
    By azzoti in forum Architecture
    Replies: 8
    Last Post: May 7th, 2005, 04:02 AM
  4. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM
  5. help me
    By gamblingman in forum EJB
    Replies: 1
    Last Post: Oct 28th, 2004, 08:27 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
  •