• 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

criteriaFind

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a couple of questions to ask
1. where did you guys implement the criteriaFind method
2. Can I use JDK 1.4 for the project??
 
Ranch Hand
Posts: 3451
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi CYJENNY,
Probably most have implemented it in the Data class. I created a DataSearch interface which had the single criteriaFind() method. Of course I also had a class that actually implemented DataSearch and the criteriaFind method. So, it's really up to you where to implement it.
Hope this helps,
Michael Morris
 
Ranch Hand
Posts: 301
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
About #2, I emailed Sun and the told me NOT to use 1.4 and that was afer 1.4 was a stable production release... If I were you, I would email them and ask.
 
Ranch Hand
Posts: 295
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,
I am using jdk1.2 is it ok ?.
Thank you,
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have implemented criteriFind in Data Class which uses SearchCriteriaBuilder

It is good idea to separate search algorithm from data class.
[ August 23, 2002: Message edited by: Suresh Babu ]
 
Nate Johnson
Ranch Hand
Posts: 301
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Gurpreet Saini:
Hi there,
I am using jdk1.2 is it ok ?.
Thank you,


That should be fine.
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"CYJENNY WONG
"-
Please adjust your displayed name to meet the
JavaRanch Naming Policy.
You can change it
here.
Just make your name Proper Case instead of all Caps. On the internet all caps is considered Yelling.
Proper Case would be:
Cyjenny Wong
Thanks
Mark
 
reply
    Bookmark Topic Watch Topic
  • New Topic