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

Passed SCEA part-2 and 3

 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I cleared SCEA part-2 and 3 exam with score 149/160. Received email from oracle.
I am planning to take a training. Please suggest a good training out of the available lot.
Thanks to all the ranchers for the great help.

For me few topics provided me a good learning.
- Security
- Risk and Mitigation
- Deployment diagrams
 
Ranch Hand
Posts: 497
2
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratss dude!!!
 
Ranch Hand
Posts: 182
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratss .
please tell me what is the tool of uml used?
how many classes you have?
i have 3 weeks to upload the assignment but feel disappointed since i dont know how to make component and deployment diagram.
please help
 
Nimit Shah
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
StarUML is a good tool, I started with that. While doing sequence diagram I could not find certain UML features (They are there e.g. asynchronous message and return message).
So, I exported XMI file and created the other diagrams on Sparx Enterprise Architect.
I suggest using StarUML for new users to UML as it is simple to use and has smaller learning curve.

Original domain model in assignment had about 10-12 classes. My class diagram had about 40-45 classes.
Class diagram included JSP pages as well.

Component diagram, I followed Mark Cade book approach. Combined certain JSP pages as single component e.g. certain request form and corresponding response page was combined as single component.
Component diagram included tiers and component in tiers.

To quickly gain some knowledge on UML diagram, you can go through http://www.uml-diagrams.org/
 
When it is used for evil, then watch out! When it is used for good, then things are much nicer. Like this tiny ad:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic