Results 1 to 2 of 2

Thread: hibernate layer for access to everyone

  1. #1
    Join Date
    Apr 2005
    Posts
    16

    Default hibernate layer for access to everyone

    hi,
    Is it better to have hibernate persistence layer put inside another classloader/jvm so that others can also access. As of now we have tapestry /spring/hibernate coming up in a single classloader. If hibernate is to be accessed by weblogic integration, should that be put inside a EJB jar file?
    This is a real project issue. We need Weblogic integration to do workflow activities. And how could we integrate all these technologies in ideal way. As of now we are planning to bring up spring in tapestry UI(to communicate to workflow/EJB) as well as within the EJB (to do hibernate persistence).

    Also is it enough that Spring application context be registered at one place in JNDI tree so that multiple EJBs/WARs cann access the same application context?

    In a multitiered environment is it always better to register applicationContext to JNDI of the environment?

    Thanks in Advance,
    Hari Sujathan

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    1,104

    Default

    Is it better to have hibernate persistence layer put inside another classloader/jvm so that others can also access.
    Take a look at this post

    Also is it enough that Spring application context be registered at one place in JNDI tree so that multiple EJBs/WARs cann access the same application context?
    Take a look at this post

Similar Threads

  1. Loosing my SecureContext
    By sklakken in forum Security
    Replies: 3
    Last Post: Jul 21st, 2005, 01:44 PM
  2. One ApplicationContext per Layer problem...
    By Alwin in forum Container
    Replies: 2
    Last Post: Jul 7th, 2005, 10:49 PM
  3. planning major migration to spring
    By wexwarez in forum Architecture
    Replies: 21
    Last Post: May 23rd, 2005, 01:13 AM
  4. Business layer help on going to Hibernate
    By jimdier in forum Architecture
    Replies: 3
    Last Post: Mar 27th, 2005, 05:26 PM
  5. Replies: 3
    Last Post: Nov 19th, 2004, 07:16 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
  •