Originally posted by Jay Sam:
Hi - this is to anyone who already passed Part 2.
I guess you did use Servlet Filter pattern (as in the petstore example) for signing users on to protected areas.
Well anyhow, I do.
My question: did you mention and show the filter in the sequence diagrams ?
Did you show generation of value objects etc. in the sequence diagrams ?
I wonder if that level of detail is necessary. I would like to mention the servlet filter in the text, and not show it in the sequence diagrams.
Regards,
Jay
Originally posted by Dhiren Joshi:
Thanks for all your suggestions.
I was referring to the part where just selecting flight without yet having the need to select seats. In the use case it is one action and I dont think it necessary to go to the business tiers.
for the other calls these are very good suggestions for handling the requests.
Thanks
Dhiren
Originally posted by Justin Chang:
Hi, Parag
I have one question. Did you use EJBController (which is used in the PetStore) ? Or your BusinessDelegate directly talks to SessionFacade of each sub modules ?
Your comments are truely appreciated!
Justin
Originally posted by Marius Huianu:
Parag,
How did you solve the problems with crisscrossings in the component diagram ?
For example, a service locator is referenced by many ejb components or business delegates and that is why there are a lot of crisscrossings. I am going to put a label connected to the ServiceLocator writting in that all
delegates and session beans have a reference to the service locator.
Regards,
Marius
Originally posted by Lucy Hummel:
Hi Parag,
On 3 Dec 2004 you mentioned that you use ValueListHandler.
One question pops up in my mind. How does the Desgin Pattern 'ValueListHandler' realise the Use Case:
'delete a value in the list'.
Is the Design Pattern 'ValueListHandler' only for read? Or can the Design Pattern read and write on the list?
The Design Pattern 'ValueListHandler' provides an 'Iterator'. In general the Interface 'Iterator' provides the method 'remove()'.
So does it mean that the Design Pattern 'ValueListHandler' handles the Use Case
'delete a value in the list'
by the Iterator?
Originally posted by James J Xu:
Parag,
Would you explain what the PMI stands for? Is it Java related or something else?
Happy new year!
James
Originally posted by Dhiren Joshi:
Parag,
Which tier did u show the JSP components in.
Thanks
Dhiren
Originally posted by Dhiren Joshi:
Parag,
I am not sure how to depict the uses relation ship in UML. Is it the dependency links ?
Thanks
Dhiren
Originally posted by rose deng:
Hi,
How many jsps you show on component diagram? One jsp for a use case or one jsp for a screen?
Thanks for the answer.
Originally posted by Dhiren Joshi:
I am depicting in class diagram.
the sesisonObject is nfact the customer business object and an AccountManager is the SLSB.
Depicting some SLSB in class diagram.
Thanks
Dhiren
Originally posted by Detlef Folger:
Hi all,
does anybody know of a complete example that reflects all of the issues
of Part II of the exam? I am looking for an example (use cases) incl.
the design (of course a good one ) and ideally the code as well.
Does anybody know of such an example? Where can I find/download it from?
TIA, Detlef
Originally posted by liane xu:
Parag,
very good score.
I just wonder whether you use entity beans in your assignment. In terms of database related functions, I prefer using session bean plus DAO, or I could go straight to DAO if I do not care too much about resource management.
what is yout thoughts on it?
thanks