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

Time for the assignment ?

 
Ranch Hand
Posts: 105
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all
Suppose for an average Java programmer who knows Swing and RMI (general knowledge), what is the normal length of time needed for the following activities for SCJD
(1) Design the system
(2) The actual coding.
From the various description, it seems that we need to implement in RMI. Are we allowed to use other technologies ?
Thanks in advance.
 
Ranch Hand
Posts: 138
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Suppose for an average Java programmer who knows Swing and RMI (general knowledge), what is the normal length of time needed for the following activities for SCJD
(1) Design the system
(2) The actual coding.

It seems there are 2 kind of assignment for SCJD !
One asks you to provide a Data conversion tools.
Design&Implementation doesn't take too much time !
The most interesting part is the design of the Data class (local & remote mode).
From the various description, it seems that we need to implement in RMI. Are we allowed to use other technologies ?

Well, you are only allowed to choose between RMI or a TCP socket approach.
RMI is the simpler.
Regards,
reply
    Bookmark Topic Watch Topic
  • New Topic