Results 1 to 5 of 5

Thread: when to use aop?

Hybrid View

  1. #1
    Join Date
    Nov 2011
    Posts
    2

    Default when to use aop?

    hi all ,


    i am new to spring aop. what are the situation to use aop.

  2. #2
    Join Date
    Nov 2011
    Posts
    2

  3. #3
    Join Date
    Oct 2008
    Posts
    23

    Default

    When you need to apply cross-cutting services (orthoganally) as an adjunct to OOP (classes/objects).

    examples: transactional support, logging, security

    less code pollution

    same idea in EJB 3.x (interceptors)
    Spring and Seam can co-exist in a world ruled by death, taxes and XML.

  4. #4
    Join Date
    Nov 2011
    Location
    GENERIC CELEBREX 100mg IN USA PURCHASE ONLINE
    Posts
    1

    Default DISCOUNT CHEAP CELEBREX 200mg IN USA 32253

    ORDER GENERIC CELEBREX 200mg ONLINE IN CANADA - celebrex acetaminophen

  5. #5
    Join Date
    Dec 2008
    Location
    India
    Posts
    295

    Default

    To separate code that mixed up with business logic, like Logging, security, Transaction Management (concerns)
    Enjoy
    Rohan Chauhan
    ------------------------------------------------------------------------------
    SpringSource Certified Spring 3.0 Professional


Posting Permissions

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