• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

I feel SCEA is simple than SCJD

 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My opinion is they focus on different aspect. While in SCEA u don't have to do the testing and coding, but the material u need to read and learn is much more than SCJD.
So it doesn't make too much sense to compare them, it varys from people to people.
 
Ranch Hand
Posts: 215
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think difficult part of SCEA is coneceptualizing and making right choices.
This is somewhat abstract part than programming. Here actual efforts may be less than programming but one needs to give it more thought and study all aspects of design. So I think it is vertical( programming) vs horizontal (architect) sort of thing.
 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just finished SCJD, it took me 2 month, still wait for the result.

I started SCEA process 2 weeks ago. I just pasted part 1 83% with 2 week study, now I start to work on the assignment. For part one I just read the offical SUN study guide, the small 200 page book.

I just read through the whole assignment, I feel it is very simple, much simple than SCJD, one weekend should be enough.

I wonder any other has the same feeling.
 
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

just try it and tell us your results, will you?

regards,
Harbo
 
Ranch Hand
Posts: 317
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Finland,
For me, its not the complexity of the assignment, but the right choice of patterns and architecture strategy that has taken the most time. Do I go for bean managed or container managed persistence? Do I use container managed security or application managed? Should I use XML-RPC or HTTP transport mechanism? Do I have one business delegate or two? Do I use stateful or stateless facades? etc etc
And the intent is not to just complete the assignment, but to understand the concepts and the reasoning behind choosing the right abstractions in the architecture.
Yeah, you could code the assignment within a weekend or in a week's time, but, it's the design choices which will take the most time (atleast for me). Ofcourse, if you already know the "right" design choices and the "right" abstractions, you are way ahead of me

Parag

[ September 28, 2004: Message edited by: Parag Doshi ]
[ September 27, 2004: Message edited by: Parag Doshi ]
 
We should throw him a surprise party. It will cheer him up. We can use this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic