• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

search and related isues, please comment

 
Ranch Hand
Posts: 918
IntelliJ IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, people

I know that this theme was enough discussed here but I'll like to hear of your opinion about it.
Is about search and its location.
My Data class provides wildcard search and my GUI client(or better its client model) provides only exact search.
On the client side the search algorithm can be also changed, in the actual implementation provide only one search algorithm - the exact search - but in the future more complexes algorithm can be elaborated.
I also try to draw it :

The report controller decide about the search algorithm and collects the search information from the Search UI.

What you guys think about ?

ThanX M.
[ July 21, 2006: Message edited by: Mihai Radulescu ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic