• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Passed Part II by 91

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Grade: P
Score: 91
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) .......................... 42 Component Diagram (44 maximum) ...................... 37 Sequence/Colloboration Diagrams (12 maximum) ........ 12
 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi patrick,
Congratuations.And can you tell me in class diagram,did you put attributes and methods in class instance?Did you change BDM? Thanks.
 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congradulations!
You will share your great experience and tips, won't you?
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
congratulations!
but i have some questions to ask for you.
you have placed some EJB,DAO,VO class in class diagram?
 
Ranch Hand
Posts: 81
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrat!!! It's a gorgeous score.
May I ask you a question? Do you think it is a good practice to have swing clients talk to an EJB server?
Thanks.
 
Ranch Hand
Posts: 493
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Patrick,
Congratulations!
Hello Dennis,
You wrote


May I ask you a question? Do you think it is a good practice to have swing clients talk to an EJB server?


In fact, that is one of the key benifits of using EJB's for representing the business logic in the middle layer. If you organize your architecture in layers where the middle layer is independent of the front or presentation layer then it doesn't matter if it is a JSP/Servlet client or the plain Java client or the Swing Rich GUI client talking to it.
So the answer to your question above is "Sure."
Regards.
Bharat
 
Bartender
Posts: 1872
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nice shot, Patrick!
 
Ranch Hand
Posts: 264
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Patrick,
Congrats!!! Good Job
Dushy
 
patrick jiang
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First, I took too much time on Part II. It last for about 1 year since I past Part I. I decided to complete it about 1 month ago, and finished it in about 2 weeks. I bought several books, but never read them. That's bad.
Second, I think we should have a realistic solution in this assignment, don't try to work on a ideal, perfect solution. Of course, we should understand what drawback the solution is. So that, we can explain it in Part III. In Part III, I try my best to persuade the examiner to give me 100%.
I wouldn't say too much about detail of my solution. But I will try to answer your questions.
Some classes in my class diagram have methods and attribute, but some doesn't. I even know somebody didn't put any method and attribute in diagram, but passed the exam. I slightly changed BDM.
My class diagram has several EJB just like a certification guide book did.
 
Eric H.Y. Chen
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by patrick jiang:
First, I took too much time on Part II. It last for about 1 year since I past Part I. I decided to complete it about 1 month ago, and finished it in about 2 weeks. I bought several books, but never read them. That's bad.
Second, I think we should have a realistic solution in this assignment, don't try to work on a ideal, perfect solution. Of course, we should understand what drawback the solution is. So that, we can explain it in Part III. In Part III, I try my best to persuade the examiner to give me 100%.
I wouldn't say too much about detail of my solution. But I will try to answer your questions.
Some classes in my class diagram have methods and attribute, but some doesn't. I even know somebody didn't put any method and attribute in diagram, but passed the exam. I slightly changed BDM.
My class diagram has several EJB just like a certification guide book did.


In terms of two kinds of presentation technologies are needed, how did you handle the presentation design with simple architecture? just MVC patterns are used in the diagrams? or different functional UI has been defined in it?
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Patrick,
Congratulation for your pass. I think you must have done a hard work on it.
Actually I am also taking part II of the exam and have one issue on hand. May I ask for your help?
My problem is that when fetching the flight information for display I define a set of classes to store the flight data. When the client selects the flight and make reservation I have to define another set of classes with very similar fields and natures but just for reservation purpose. Is there any common practice on handling this? Do you have any suggestion on handling the retrieval and response cycle or have any suggested reference on this issue?
Thanks a lot.
 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Patrick.. Good score...
 
Hang a left on main. Then read this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic