• 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

SCWCD design patterns

 
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What are the design patterns that i need to know for the SCWCD exam?
* Value Objects
* MVC
* Data Access Object
* Business Delegate
* Batch Session Bean
* Bimodal Data Access
* Front Component
* Paged List
* Session Entity Facade
* Template
What other patterns do i need to know beside these?
Thanks.
 
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Joe Man,
Please let me know the Resource links/books to the above mentioned design patterns.
Thanks,
Raj
 
sharp shooter, and author
Posts: 1913
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check out chapter 12 (available to download) for more information about some of these patterns.
Simon
 
Joe Man
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Simon,
Which book are you talking about?
Chapter 12, "Designing Web Applications and Servlet Patterns" written by Simon Brown
is that it?
 
Simon Brown
sharp shooter, and author
Posts: 1913
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Doh! Yes, that's the one (from Professional Java Servlets 2.3).
Here's the direct link ... Designing Web Applications and Servlet Patterns (PDF)
[ June 25, 2002: Message edited by: Simon Brown ]
 
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Joe,
From design patterns in your posting, Following are very important from exam view,
* Value Objects
* MVC
* Data Access Object
* Business Delegate
* Bimodal Data Access
* Front Component
* Session Entity Facade
URLs to design patterns:
http://developer.java.sun.com/developer/technicalArticles/J2EE/J2EEpatterns/
http://java.sun.com/blueprints/patterns/j2ee_patterns/index.html
http://developer.java.sun.com/developer/restricted/patterns/J2EEPatternsAtAGlance.html
http://www.theserverside.com/patterns/thread.jsp?thread_id=654
Hope this helps.
Regards,
Ritesh.
reply
    Bookmark Topic Watch Topic
  • New Topic