• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Confusing wording in the Assignment Description

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know that the confusion is intentional by Sun but check this out.
"The remote client code that you write must provide all the public methods of the suncertify.db.Data class."
In my assignment (which I've nearly completed, except some docs)I'm assuming that this will mean that my Remote interface will contain accessor methods to all the public Data methods in Data.java whether I use them or not (such as add or delete).
Also my assignment reads that criteriaFind on the database will perform a search on 2 pairs of criteria and parameter. The user interface instructions read that the "user should be able to select the origin and destination of flights, and the display should update to show only flights that satisfy those criteria." Did you guys that passed the test implement a full blown search engine allowing the UI to search by any columns or did you just search by the Origin, Destination?
Thanks,
Joe
 
author
Posts: 3252
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Agreed on your first point. Regarding criteriaFind, please distinguish between the criteraFind method which (as I read it) must allow searching for any number of fields, and the GUI which only needs to search for origin and destination.
- Peter
 
I like you because you always keep good, crunchy cereal in your pantry. This tiny ad agrees:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic