• 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

Passed OCMJD (385/400) URLyBird!

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi! I received my results after slightly more than 6 weeks. I uploaded the assignment at september 27 and did the exam at september 30, just in time to avoid the mandatory course. And today yesterday when I logged in to PearsonVue I could finaly see the results :=)

Some bullet points about my URLyBird assignment:

* Communication with the services was performed on a separate thread from the UI thread to maintain responsiveness. (Probably overkill)

* 3 layer architecture (Data, Business, GUI)

* RMI networking

* Business logic and record locking handled on the server side (Thin client).

* No singletons!

* No record cache

* Used value objects instead of String [] in the user interface.

* Data class implemented using separate classes for DAO and managing the locking mechanism.

* 48-hour rule: ignored


Metrics
Lines of code: 2267
Number of classes: 46

I would like to thank Roel for his ant build script. And Roberto Perillo, your paper was a great help!

Now it is time to celebrate ;) Cheers guys!
 
Author
Posts: 3473
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats and keep up the good work
 
Bartender
Posts: 2292
3
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations for the achievement, champ! I'm happy my paper helped you in your journey!
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic