Results 1 to 3 of 3

Thread: Generic DAO Question

  1. #1
    Join Date
    May 2005
    Posts
    208

    Default Generic DAO Question

    I'm looking at a generic DAO implementation:

    http://www.ibm.com/developerworks/ja...enericdao.html

    I'm not seeing FinderExecutor. I get the idea that this interface is somehow related to the executor that uses reflection and AOP, but I'm not getting it. Is this a marker interface, a la Serializable or Remotable? Or is there an interface declaration that I'm missing? Thanks - %

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,695

    Default

    Download the source code and it will become clear. In short the FinderExecutor defines the executeFinder method (which you could also deduct from the code).

    Simply download the code, load it into an IDE of your choice and browse through it makes a lot clear.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  3. #3
    Join Date
    May 2005
    Posts
    208

    Default (Dope Slap Myself) Thanks

    Of course - why didn't I think of that myself?

    Thanks for the heads up. I didn't even think to look.

    Sincerely, %

Posting Permissions

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