• 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
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Passed Part II/Part III

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
After waiting for exact 3 Weeks, my result came out.

Grade: P
Score: 77
Class Diagram (44 maximum) .......................... 35
Component Diagram (44 maximum) ...................... 30
Sequence/Colloboration Diagrams (12 maximum) ........ 12

It is not a high score, but finally i can sleep more relax

My class diagram had 21 classes. I put different color to identify Entitys, Services (EJB), and Subsystens.
My Component Diagram had 15 components. I didn't not show jsp and servlets. I presumed that Client can be anything such (Web, Desktop, Mobile). I also put different colors to identify Entity Beans, Session Beans, Classes, Subsystems, etc.
My Sequence Diagram had nothing special, no colors, no method names, no parameters, etc..

My document had only one page with following topics:

* Design Goals
* Service level /Non-functional requirements
* Application Tiers
* Design assumptions and decisions
* List of J2EE and GOF Design patterns used
* Deliverables


I hope that this can help anyone.

Someone has any idea about the low score ?
 
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Rafael,

I'm so glad to see another brasilian guy being certified at this forum! Enjoy you SCEA!

 
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!!!
 
Bartender
Posts: 3955
43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good Job ! Congratz !
 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Rafael.

Any particular reason for not showing JSP/Servlet in Component diagram.

I think they do provide value to the Component diagram. Because Component diagram provide basic structure of the system and how it will function. But mentioining the JSP/Servelet, the user get much better view of the system in term of how it will function.

Let me know your comments.

Any way, you are thorugh SCEA and enjoy.

Parag
 
Ranch Hand
Posts: 311
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Rafael,
congratulations!

Originally posted by Rafael Benevides:
My Component Diagram had 15 components. I didn't not show jsp and servlets. I presumed that Client can be anything such (Web, Desktop, Mobile).
[...]
Someone has any idea about the low score ?


I think that your presumption "that Client can be anything such (Web, Desktop, Mobile)" is great. Never the less I would have shown at least a UI suitable for agents ("have a GUI client") and one for customers ("web interface"), because these are given in the interview of the business analyst.

You could have done this quite easily by drawing your Component diagram as you did and ending it showing the interfaces that any JSP, GUI or whatever UI needs to realize.

Then in two other simple component diagrams you could have shown just those interfaces and either the realizing JSPs or GUI. I also believe you would have got some more points doing so. Midlets etc. you could just have mentioned as you did.

Thomas
 
Rafael Benevides
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just put a comment at Component Diagram saying "Web User GUI is a web based application, composed by JSP and Servlets. Travel Agente GUI is a Swing based application provided by Java Web Start"
 
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 Rafael, good job!



As Ricardo said, is very good to see another brazilian being SCEA.

Regards,
 
Ranch Hand
Posts: 218
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!
 
Ranch Hand
Posts: 172
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations !! another Latin american !! grate news !!!

Could you tell us more about the
1 - sequence diagrams ? did you your DTOS and TOS, creation of DTOs ? interaction with factorys and abstract factorys ? or you show it a high level ?

2 - Component and classes, why you show Entitys in class diagrams ?, wy not in component diagrams ?
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations xar�.

RUMO AO HEXA BRASIL
 
Rafael Benevides
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Santigo,

i think that i not explain it very well. At Class diagram, i show Classes (Domain Model) and i wrongly called it Entity. Entity Beans was only showed at Component Diagram... It was a mistake when i typed it.

I used TO�s and didn�t use any type of Factory. To�s was created by Session Beans.
 
Ranch Hand
Posts: 164
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Rafael,
Congratulations!

But did you make a detailed class diagram or djust a high level one? (without DAOs, TOs, etc...)


Regards

Samuel
 
Rafael Benevides
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Samuel,

Sorry for the late.

I used a high level Class Diagram, showing Domain Model Classes, Session Beans Remote Interface and Subsystem interfaces.
 
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
Sorry, I made a mistake, my question was about sequence diagrams.

Did you make a detailed one or a simple one, without DAO, TO, etc...

Thanks
 
Rafael Benevides
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok...


The Sequence Diagram was a quite detailed, showing DAOs and TOs
 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rafael,

Congratulations!!!
 
Tomorrow is the first day of the new metric calendar. Comfort me tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic