• 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
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Passed part 2 & 3!!! 81%

 
Ranch Hand
Posts: 164
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sun Certified Enterprise Architect for Java 2 Platform Enterprise Edition Technology Part II (310-061)
Grade: P
Score: 81
Comment: This report shows the total points that could have been awarded in each section and the actual amount of points you were awarded. This information is provided in order to give you feedback on your relative strengths on a section basis. The maximum number of points you could have received is 100, minimum to pass is 70.
Class Diagram (44 maximum) .......................... 37
Component Diagram (44 maximum) ...................... 32
Sequence/Colloboration Diagrams (12 maximum) ........ 12


I took the part 3 on september 20th and the result came today (october 16th).

In my opinion the whole thing is not too difficult but I spent almost 150 hours in part 2.
My advice is to not complicate things and just choose the simplest way and justify.


Thanks everybody!
Best regards

Samuel
[ October 16, 2006: Message edited by: Samuel Pessorrusso ]
 
Ranch Hand
Posts: 3852
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats.

Where is the party tonight!!!
 
Ranch Hand
Posts: 166
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!
 
Ranch Hand
Posts: 215
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well done

Matt
 
Ranch Hand
Posts: 181
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Samuel !

Congratulations ! Parab�ns ! Mandou bem !!!

 
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations..
 
Ranch Hand
Posts: 498
Eclipse IDE Firefox Browser Fedora
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats (Parab�ns) Samuel, great job!



Regards,
 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats
More brothers and sisters will soon join you on the other side.
 
Samuel Pessorrusso
Ranch Hand
Posts: 164
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you everybody;

My two cents:

Part One: Look for the Objectives in the sun web site and study each of the sections. I used the following books/material:
* SCEA Guide (Joseph Bambara)
* SCEA Guide (Mark Cade)
* HEAD FIRST Design Pattern
* GoF Design Patterns book
* My notes about SCWCD
* My notes about SCBCD (Just read the HEAD FIRST EJB)
* Notes from Javaranch user�s (I think it were Tim�s notes and John�s notes)
* Sun Architect course material (just the material, I didn�t attend to the course)
* Material related to security over the internet

Part Two:
* Core J2EE Patterns (this is a MUST)
* Design J2EE Applications (that PDF book from Sun)
* Petstore Documentation
* Javaranch�s posts

1- I read the assignment 3 or 4 times;
2- Draw the Class Diagram and write assumptions;
3- Draw the Component Diagram and write assumptions;
4- Draw the Sequence Diagrams and write assumptions;
5- Build your JAR, don�t forget to reduce your images� size (convert them to GIF and reduce the number of colors)
6- Check everything;
7- Check again!;
8- Check again!!!;

I had 20-22 classes, ~40 components and 7 sequence diagrams (Prepare, Change, Price, Pay[3] and one explaining my Framework). My doc had about 16 pages (HTML printed).

It is not too difficult; it just takes time (a lot of time in my case, ~150 hours).

Part Three:
Nothing, don�t worry about it. It is completely related to YOUR solution.


Best Regards and thank you againg!
Samuel
[ October 18, 2006: Message edited by: Samuel Pessorrusso ]
 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sam, do you think EJB is necessary, can't I just use siple MVC Architecture with Business Delegates, DAOs to persist the information.
 
Ranch Hand
Posts: 2023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!!!
 
Samuel Pessorrusso
Ranch Hand
Posts: 164
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Anirudh Sonthalia:
Sam, do you think EJB is necessary, can't I just use siple MVC Architecture with Business Delegates, DAOs to persist the information.



I think EJB is REALLY necessary, not just to pass; the given assignment is one of the best scenarios to use EJB.
I would not use EJB just for small applications without a strong load.

Talking about load, just adding to my previous post, I used almost all J2EE Design Patterns (I can't tell more here).

Best regards
[ October 18, 2006: Message edited by: Samuel Pessorrusso ]
 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats buddy ... enjoy
 
Ranch Hand
Posts: 153
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
congrats !! I'm waiting anxiously for my results to come in.
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Samuel !!

Could you tell me if you show in the component diagram all the user interfaces for the standalone application?.
I�m thinking to show only the business delegates and the rest in a unique component. What do you think about that?
 
Samuel Pessorrusso
Ranch Hand
Posts: 164
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Adrian Irons:
Congrats Samuel !!

Could you tell me if you show in the component diagram all the user interfaces for the standalone application?.
I�m thinking to show only the business delegates and the rest in a unique component. What do you think about that?



There isn�t a recipe to do the Component Diagram. If you search a little bit you would realize that there aren�t too much information about Component diagrams.
So, that is up to you. Try to think as a developer, if you receive a component diagram, what would you expect and what would be better?
Just add a component when you think that it is really necessary to add more information to clarify your design.

My choice was to include all application components (Components, not classes). I used interfaces only where I thought that it was necessary, as I said, there isn�t a recipe.

Best regards
Samuel
 
Ranch Hand
Posts: 1183
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Adrian,

A good explanation about components can be found at http://www.agilemodeling.com/artifacts/componentDiagram.htm

Scott Ambler emphasizes here that a component is well defined unit. Therefore, the inner construction of the component is not the important issue. It's about the unit and the interface it provides to the outside world.

Regards,
Dan
 
"I know this defies the law of gravity... but I never studied law." -B. Bunny Defiant tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic