• 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

About to start Part II...

 
Ranch Hand
Posts: 154
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I havent' even looked at the assignment yet but
was wondering what people had for tips on successfully completing Part II?
 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Read it carefully and understand the requirements.
Read the Core J2EE patterns, and find out how you
can use them to solve the problem. You will discover that these patterns solve most of the
problems in the assigments.
Read the case study section of mark cade's
study guide.
check this link:
http://developer.java.sun.com/developer/restricted/patterns/J2EEPatternsAtAGlance.html
Ebage
SCJP
SCEA
[ November 08, 2002: Message edited by: Christian Ebage ]
[ November 08, 2002: Message edited by: Christian Ebage ]
 
Ranch Hand
Posts: 162
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Honestly how relavent is the case study section of mark cade's study guide? Thinking about buying it hoping it will clear up some unknowns but put off as i have passed part 1.
Cheers
 
Christian Ebage
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Honestly how relavent is the case study section of mark cade's study guide? Thinking about buying it hoping it will clear up some unknowns but put off as i have passed part 1.
Personally I found this section very useful, for
it bacame clearer wether to provide
a detailed design or high level disign. If you look at the class diagram in the case study,
you will notice that it does not provide details
about attributes operations (the requirements do
not also require us to provide these details).
Ebage
SCJP
SCEA
[ November 11, 2002: Message edited by: Christian Ebage ]
[ November 11, 2002: Message edited by: Christian Ebage ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic