• 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

just passed 310-061 only 93%

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thank all guys who help me!The forum is very helpful.perhaps my english is not very good,and the class diagram is too simple,so i lost 6 point at class diagram section.
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) .......................... 38 Component Diagram (44 maximum) ...................... 43 Sequence/Colloboration Diagrams (12 maximum) ........ 12
 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
congrat. fred,
would you share the key to success with us? how you make it?
Brgds/Franky
 
Ranch Hand
Posts: 263
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations fred....
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
congratulations.fred....
have u any advice to me?
 
fred wang
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I cost about less than 40 hours to complete the submission.but i came this forum to see some question and answer sometimes.This is helpful.I think the test is not very difficult,and the marking is not very strict.
1.the sequence diagram is not too important in the test,and it's point is not too much.I descipt the flow for every use case.Some comments are necessary,because some notation is not existed in uml.I didn't draw many classes,They worked like MVC.
2.the class diagram.I only refine the domain classes.maybe It's too simple,so i lost many points.
3.the component diagram.I used many design pattern here.It's very large.Every class is shown.
4.I used rational rose to design the architecture,and used rosegraph to generate the picture.
btw,i take part 3 exam before submitting the submission because of the permission problem.
 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Few questions:
1. How you deal with inheritance relationship in component diagrams ??
2. Did you show the bussines objects (from class diagram )in the sequence diagram ?
3. How address security in sequence diagram ?
10x!
 
fred wang
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Ion Ion:
Few questions:
1. How you deal with inheritance relationship in component diagrams ??
2. Did you show the bussines objects (from class diagram )in the sequence diagram ?
3. How address security in sequence diagram ?
10x!


1.I didn't use inheritance relationship because I used cmp as the persistence method.
2.yes.i used mvc(form,controller,model).The model is the bussines object.The message is the method of the bussines object.
3.I didn't address security.
 
Pamir Bahret
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by fred wang:

1.I didn't use inheritance relationship because I used cmp as the persistence method.
2.yes.i used mvc(form,controller,model).The model is the bussines object.The message is the method of the bussines object.
3.I didn't address security.


1. You don't have any inheritance relationship in the class diagram?
2. You have any Value Objects in Sequence diagram? If yes in sequence diagram you show the return with value object?
If lets say you have an Order business object you draw a message getDetails which return an OrderVo?
And in the JSP you make an [for each] to retrieve LineItemVo from OrderVo??
 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Fred,
Where did you go to check the results on the web site? Will it appear in "Test History" or "Cert Progress"?
Although I took part 3 only 2 days ago I check my results every 5 minutes so it's better to know the exact location.
 
fred wang
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Qand Davaatsedev:
Congratulations Fred,
Where did you go to check the results on the web site? Will it appear in "Test History" or "Cert Progress"?
Although I took part 3 only 2 days ago I check my results every 5 minutes so it's better to know the exact location.


You are so impatient!They will send mail to you after marking.I received the mail after about 4 weeks.And the detail result is in "Test History".
 
fred wang
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Ion Ion:

1. You don't have any inheritance relationship in the class diagram?
2. You have any Value Objects in Sequence diagram? If yes in sequence diagram you show the return with value object?
If lets say you have an Order business object you draw a message getDetails which return an OrderVo?
And in the JSP you make an [for each] to retrieve LineItemVo from OrderVo??


1.no,inheritance relationship isn't shown in component diagram,but is designed in class diagram.
2.Value Objects is not shown in sequence diagram.But you may show it.It's right,i think.
3.I didn't descript any detail in jsp.
 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulation,fred!
I got some questions about it.
1.In the class diagram,you mean you just show the Domail model,what's meaning? You didn't show the servlet,sessionbean?
2.In the Business Domain Model,what's meaning about Segment and Equipment?Do you show it?
3.For the component diagram,you said you show every class,does this mean you show all the classes in the component diagram?There're few threads talking about component diagram,can you say more about it?
4.What's the use of the TransMaster API Specification?I cannot imagin how to show it.
thank you very much!
 
It's fun to be me, and still legal in 9 states! Wanna see my tiny ad?
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic