• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Need guidance on SCEA 5 Part 1

 
Ranch Hand
Posts: 584
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,

You should be bored to be answering this questions so many times, h� ?

Well, I've already made a research but I could not find any book specifically aimed for the new release of this certification, so I think I need to gather a few books, tutorials and so on in order to start my preparation for the SCEA, right ?

So, in my humble request, could you please post here some links which direct me to the correct stuff ?

Since there's no specific book for this exam, could you please tell me which books I REALLY need to buy as well as exam simulators and tutorials so that I can really pass the exam.

Some links and tips would be highly appreciated.

Best Regards,
Edisandro.
 
Ranch Hand
Posts: 1906
3
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't know that there's any one book that folks would recommend as a one-stop shop for preparing for the exam... and honestly, I will admit that I didn't do all that much reading to prepare. (I'd been doing prep for other exams anyway, so in the course of learning for the programming ones, I learned the material for SCEA.) The biggest obstacle I could think is that you don't really need to know the practical side of the technologies in depth - you need to know them on a theoretical basis, in terms of what they represent and what they're used for as part of an enterprise application, and not necessarily how to develop with them.

What I'd recommend is searching this forum for what folks were using during the beta - it is archived - and going from there. Perhaps it's time we compiled a list if one's not in the FAQ.
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I have collected this list from people's posting about preparation materials they used for exam:

Cade's book
"SCEA study guide" - Allen and Bambara

"Core J2EE patterns, 2nd ed."
Head First design patterns
Core Security Patterns
"Design Patterns", GoF

"Mastering EJB 3.0"

JSF Spec

Sun JEE tutorial - the EJB part only
Sun JavaWSTutorial

SCEA 5 Study Guide (http://java.boot.by/scea5-guide/index.html)
Various articles on JAX-RPC and JAX-WS
[ July 23, 2008: Message edited by: Shakirow Andrew ]
 
Ranch Hand
Posts: 1936
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I believe that in Sun has listed books for SCEA 5 in web. Please check.

I think to take SCEA 5 part 1, you should read about 8 books (doesn't mean to read from first page to last page).
[ July 23, 2008: Message edited by: Kengkaj Sathianpantarit ]
 
Edisandro Bessa
Ranch Hand
Posts: 584
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nice !

Thanks for your valuable inputs.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
when I compare the table of contents of GoF "Design Pattern" with Head First "design patterns" it seems to me, that they cover the same patterns, only the Head First Book has more pages.

So what is the O'Reilly book usefull for, when I already know the GoF patterns and others like in the books of Martin Fowler?
 
author
Posts: 9050
21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Jens,

HFDP is an intro to patterns. If you are already fluent with the material in GoF then HFDP would not be useful for you.

But, what we've heard from a lot of readers is that although they've read GoF, they realize that they're not really fluent using the concepts. A lot of readers have told us that once they read HFDP they understood GoF a lot better.

hth,

Bert
 
Andrew Shakirow
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Section 1: Application Design Concepts and Principles
- Sun Certified Enterprise Architect for J2EE Technology Study Guide, Mark Cade
- "SCEA study guide" - Allen and Bambara

Section 2: Common Architectures
- Designing Enterprise Applications with the J2EE Platform
- J2EE Architect's Handbook

Section 3: Integration and Messaging
- Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions
- J2EE Connector Architecture and Enterprise Application Integration
- Java Message Service, Monson-Haefel & Chappell

Section 4: Business Tier Technologies
- EJB 3.0 Spec
- "Mastering EJB 3.0"
- Sun JEE tutorial
- Nice to have SCBCD 5

Section 5: Web Tier Technologies
- JSP Spec
- JSF Spec
- Sun JavaWSTutorial
- Sun JEE tutorial
- SOA using Java Web services
- Nice to have SCWCD and SCDJWS

Section 6: Applicability of Java EE Technology
- Practical J2EE Application Architecture
- J2EE AntiPatterns

Section 7: Patterns
- Core J2EE Patterns
- "Design Patterns", GoF
- Head First Design Patterns

Section 8: Security
- Java Security
- Core Security Patterns
- Sun JEE tutorial
 
Jens Neumann
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the hints, specially for the sources overview for the secctions
 
Edisandro Bessa
Ranch Hand
Posts: 584
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Wow Shakirow !

Thanks a lot for your so detailed post about each book necessary for each exame section.

Thank you very much.

By the way, you had the SCEA 5 in mind when posting these books, right ?
 
Ranch Hand
Posts: 78
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Wow !!, Thats lot of reading need to be done, any idea what specific chapters needs to be read ?

Thanks,
reply
    Bookmark Topic Watch Topic
  • New Topic