• 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
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Passed with 139

 
Ranch Hand
Posts: 365
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks to everyone on this board for their help. This board is a really a very good resource.
good luck to all,
Max
This report shows the total points that could have been awarded in each section and the actual number of points you were awarded. This is provided to give you per-section feedback on your strengths. The maximum possible # of points is 155; the minimum to pass is 124.
General Considerations(maximum = 58): 52
Documentation(maximum = 20): 14
GUI(maximum = 24): 24
Server(maximum = 53): 49
 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Max good show
I have also completed my assignment but am stuck at 2-3 points -
could you pls help
1. I have not used any patterns as I never felt the need for any - which patterns according to you are absolutely necessary ??
2. What have you provided in the GUI menubar?? Is it needed at all?
3. Apart from Javadocs have you provided anyother help ( except for running instructions)??
Any other comment would be highly appreciated
All the best
 
Max Tomlinson
Ranch Hand
Posts: 365
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I used the adapter pattern for the data servers. (I had a local and remote data server which both implemented the same interface). I thinka lot of people do that. I also used a singleton factory pattern for instantiation of databases but this might have been overkill.
For the GUI, I had two menu items, one for a simple 'exit', the other for 'help' (which was meant to be my user documentation), but since I only got 14/20 for documentation this may not be the way to go.
hope this helps,
max
 
"I know this defies the law of gravity... but I never studied law." -B. Bunny Defiant tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic