• 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:

Study Materials

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What study materials are recommended to prepair the Architect Exam.
Books, articles and links would be very helpful.
Thanks in advance.
 
Ranch Hand
Posts: 508
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://suned.sun.com/USA/certification/faqarch.html
There are a couple of ways. SES is coming out with a new course, SL-425, Architecture using J2EE. This course will be available in August. Until then we have a list of suggested readings to help you prepare. (This list will be available
week of 5/22.)
hmmm. I do not see the list. Will you write them?
 
Rancher
Posts: 1449
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sun just sent me the "start" of the reading list for the Java Enterprise Architect certification. Here it is:
Java 2 Network Security Pistoia,Reller,Gupta,Nagnur,Ramani
Design Patterns and Contracts Jezequel,Train,Mingins
Design Patterns GoF
Java Enterprise in a Nutshell Flanagan, et. al.
UML Distilled Fowler
Enterprise Java Beans Monson-Haefel
I have the last four but am not familiar with the first two. Anyone have opinions on these books?
 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Java Network Security has nearly everything for you to pass the Security part of the SCEA exam.
The Design Patterns and Contracts uses Eiffel instead of Java for code demonstration. You need at least some knowledge of Eiffel to understand it. It does use UML for all the GOF diagram. It is good. The code includes a lot of Design By Contract (pre- and post-conditions). So I expect the SCEA exam asks questions on Design By Contract. It also includes two chapters of case studies using Design Patterns for building Software Configuration Management and User Interface. The case studies may give you some insight on how the SCEA exam wants you to apply Design Patterns in the real world.
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I looked at the books that sun recommends in the bookstore and they are ok.
these are better , check them out in the bookstore and you will see they are very well written.
Developing software with UML : Bernd Oestereich
Java Modeling in color with uml : peter coad
Java in Practice : Design styles and idioms for
effective java ( design patterns.
Nigel warren and Philip Bishop
Java Style : Patterns for Implementation
Jeff Langr

Designing Enterprise Applications with java 2 enterprise edition
Kassem

Java 2 platform Enterprise edition : bill shannon
Both of the above books cover Ejb's , jsp and xml
( XML is on the java enterprise test! )

And oreilly's java 2 security.
www.oreilly.com
http://www.amazon.com/exec/obidos/ASIN/013011510X/qid%3D961093933/102-0485099-6161715
http://www.amazon.com/exec/obidos/ASIN/0201360659/qid%3D961093969/102-0485099-6161715
http://www.amazon.com/exec/obidos/ASIN/0130850861/o/qid=961093994/sr=2-2/102-0485099-6161715
http://www.amazon.com/exec/obidos/ASIN/0201398265/qid=961093894/sr=1-2/102-0485099-6161715
http://www.amazon.com/exec/obidos/ASIN/0201704560/ref=sim_books/102-0485099-6161715
http://www.amazon.com/exec/obidos/ASIN/0201702770/o/qid=961093809/sr=8-1/ref=aps_sr_b_1_1/102-0485099-6161715
 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is one good site, that may help people
preparing this exam http://prasks.webahn.com/
 
Ranch Hand
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Java 2 Network Security is an ibm redbook item. Check with http://www.redbooks.ibm.com
reply
    Bookmark Topic Watch Topic
  • New Topic