• 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

PASSED!!!! 152

 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ive been looking foward to this moment for some time!
it really does feel good when you pass, dont give up!.
Score 152
The maximum possible # of points is 155; the minimum to pass is 124. General Considerations(maximum = 58): 58 Documentation(maximum = 20): 20 GUI(maximum = 24): 23 Server(maximum = 53): 51
1.RMI
2.altered lock sig to pass a "client id" back
3.made sure i stuck to javasoft coding conventions
4.design choice document - about 5 pages, well structured
5.locks timed out after 10 seconds (client must have crashed)
6.just let the user type airport code in - no listbox
7.user could change between remote/local db on the fly
8.some basic validation - like no numbers allowed
A big thanks to everyone on Javaranch. see you in the SCEA forum!
Cheers
Joe SCJP SCJD
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Conratulations on your good score.
Can you clarify my few doubts
1- Data class first constructor does not throw IOException on giving wrong/no database file.Why?
2- Did you use Dynamic downloading ? if yes can you guide me on that.
TIA
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
<H1>Conratulations</H1>
------------------
Arthur Chen
SCJP2 LINUX developer
freedom
 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Conratulations!!! your good score.
Can u guide me in..
how did u handled error( and/or exception).
Did u modified DatabaseException class to handle more properly exceptions?
Totally how many java files did u made for client(gui client) ? (As i just made 4 files for suncertify.client package ).
did u used any specific pattern ?
I would appriciate your answer on these ...
thanks in advance.
devu
 
J Hartley
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi thanks,
Niharika:
1. All my Data class methods threw DatabaseException only.
2. No i did not use dynamic downloading. Both server and client jars contained the stubs and skeletons
Deva
I did not modify DatabaseException. All exceptions were handled in the Client class. Yeah I had about 4 Client package files.
I used MVC with the JTable and extended AbstractTable. I also used Adapter pattern, Factory Method patter elsewhere in my project.
Hope This Helps,
Joe
 
Devu Shah
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Joy,
Thankx for reply.
All the Best for future.
regards
devu
 
Ranch Hand
Posts: 196
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
great job , Joe!
can you elaborate just a bit on your guidelines?
2.altered lock sig to pass a "client id" back
And
5.locks timed out after 10 seconds (client must have crashed)
Does this mean your client performs locking explicitely?

6.just let the user type airport code in - no listbox
Does this mean that your search form consists only of 3 text boxes?
 
niharika singh
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
joy,

Thanks for your reply.All the best for future.
 
J Hartley
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
When the lock() method is called in the server, it passes a string back to the client. The client must show the string to the server when unlocking, this it to prove the client owns the lock.
I have a timertask checking to see if any of my lock objects are older than 10seconds, if they are they are removed.
I had 2 text boxes for the search box, origin and destination.
Hope this helps
Cheers
Joe
 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
2. No i did not use dynamic downloading. Both server and client jars contained the stubs and skeletons

hi,
congratualtion on your good score
i understand that you would have stub and skeletons on the server side,but why do we have the stub and skeletons classes in client.jar.Is it because of the local access of the data file .could you clarify this.
thanks,
kanwal

[This message has been edited by harcharan kanwal (edited October 02, 2001).]
[This message has been edited by harcharan kanwal (edited October 02, 2001).]
 
author
Posts: 3252
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The client just needs the stubs.
- Peter
 
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
joe
<h2>Congratulations</H2>
And Welcome to the Club
------------------

Mahindrakar
IBM Application Server & Developer Forum Moderator

Consultant - Zensar Technologies ,Pune India.
SCJP2, SCJD2 & SCJEA (Part I)
 
What's gotten into you? Could it be this tiny ad?
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