Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  Domain Searching Using Visitors
Subject:   Missing files
Date:   2005-06-05 06:28:23
From:   debradley
It would be nice to get the missing files, but it would be even better if you expanded the article a little bit to cover how you're using the Factory as part of this. I'd also love to hear thoughts on how you make these classes more reusable (less domain-specific), and not just the pattern.
Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • Missing files
    2005-06-07 11:48:49  Paul_Mukherjee [View]

    In terms of making searching more generic, I think it is difficult to do this without ending up with a solution similar to Hibernate criteria.

    One thing I am thinking about is how to decouple selection of search criteria and presentation of search results i.e. the extent to which common functionality can be aggregated in a framework which at runtime is supplemented with domain specific functionality. This is still work in progress, but I would welcome any thoughts you might have about this.