Results 1 to 2 of 2

Thread: Relation beteween TransactionProxyBean and target

Hybrid View

  1. #1
    Join Date
    Aug 2005
    Posts
    14

    Default Relation beteween TransactionProxyBean and target

    Relation beteween instance of TransactionProxyBean and target object should be
    n:n
    or
    1:n ?

    which way is better?

    Thanks and Rgds

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

    Default

    In general, you will be using 1 TransactionProxyFactoryBean with multiple targets. There is another piece of the picture here which is the proxy objects themselves. Usually you will see 1 TPFB with n proxies and n targets.

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

    Co-Author - Pro Spring

Similar Threads

  1. Replies: 9
    Last Post: Oct 14th, 2005, 09:38 AM
  2. Replies: 2
    Last Post: May 12th, 2005, 03:54 PM
  3. Replies: 1
    Last Post: Jan 15th, 2005, 04:50 PM
  4. Accessing Target Object From Proxy
    By cameronjones in forum AOP
    Replies: 4
    Last Post: Oct 20th, 2004, 12:23 AM
  5. Replies: 2
    Last Post: Aug 30th, 2004, 01:36 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
  •