• 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

Add/Delete record is requirement ??

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everybody,
Is there any people passed the exam and not implement add/delete function in GUI? Do you think provide these functions are better?
Thx a lot
Regrads,
Alan
 
author and jackaroo
Posts: 12200
280
Mac IntelliJ IDE Firefox Browser Oracle C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Alan,
I did not have either add or delete functionality in my GUI, and I got 100% for the GUI.
I have not seen anything in any of the requirements that indicates that you need such functionality on the GUI. (If you are developing the new assignments you do need to implement methods to allow you to add and delete within the Data class itself.)
Regards, Andrew
 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am planning to implement the data functions on the backend, and not expose Add and delete through the GUI, as Andrew suggests.
However, I cannot see any requirement to even do this in my project (contractors).
All it says is that their DB interface must be implemented. At the moment (early stages of my project), I have the add/delete methods temporarily throwing an OperationNotSupportedException, which I would think meets the requirements... I wouldn't risk submitting it though
 
A feeble attempt to tell you about our stuff that makes us money
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic