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

Passed scea 2 and 3

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Now my time to give feedback to community, I passed SCEA 2 and 3 with 90%.
I preapred around 12 pages documentation with sections as requirements summary, assumptions, architecture and design choices.
One class diagram only few attributes shown for some of classess
One component diagram with detailed J2ee components and design patterns hightlighted
Seven Sequence diagram , 4 for each usecases, 2 for login and 1 for delegate and facade interaction

I spent 2 weeks on part 2 assignment. I took off from work. I do not have any big direct j2ee development and implementation experience. I have doen few small j2ee project but old java guy.

Part 3 was very easy, asking how you have handled this , that in your architecture.

Hopefully this is helpful to users.
 
Ranch Hand
Posts: 89
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations !

Time to celebrate.
 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations..
 
Ranch Hand
Posts: 81
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congradulations

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations M Patel,

I have some questions for you,

1-Your class diagram only focuses in the domain classes or include controllers, DAO, or something like this.
2-How you approach the component diagram? separate component in packages for tiers? or only draw all components and his relations? in this diagram, did you draw all component with his exactly estereotype (you put Session Controller, or an EJB with the function of session controller), i have very clear my model, but i some doubts about how draw the component diagram

thanks
Alex
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations !
 
Ranch Hand
Posts: 1585
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats
 
M Patel
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi Alex,

My class diagram only focussed on business domain entities.
My component diagram was single diagram, and all components were left to right with relations. All components were streotyped with actual implementation tag like SFSB, SLSB, POJO and DesignPatterns names etc...
 
reply
    Bookmark Topic Watch Topic
  • New Topic