SCJP(1.4 & 1.5), SCWCD(1.4), SCBCD, SCDJWS, SCEA, Core Spring Certification 2.5
Originally posted by Gabriel Buheler:
First congratulations for your final result.
How much detail did you add to the class diagram? what about others?
Can you give us a brief description of the kind of objects/patterns you used on each diagram?
Thanks
SCJP(1.4 & 1.5), SCWCD(1.4), SCBCD, SCDJWS, SCEA, Core Spring Certification 2.5
Originally posted by Brian Smith:
Congratulation Yiu. Good Score. Just wanted to ask you a couple of question regarding your EJB, particularly an EntityBean implementation. what's your approach using EntityBean? did you map each your class in domain model to an Entity Bean? Thanks.
SCJP(1.4 & 1.5), SCWCD(1.4), SCBCD, SCDJWS, SCEA, Core Spring Certification 2.5
SCJP, SCWCD, SCJWS, IBM 700,IBM 701, IBM 704, IBM 705, CA Clarity Technical<br /> <br /><a href="http://eddyleesinti.blogspot.com" target="_blank" rel="nofollow">http://eddyleesinti.blogspot.com</a>
Just simply use "DAO" as my persistence layer.
William Butler Yeats: All life is a preparation for something that probably will never happen. Unless you make it happen.
SCJP,SCJD,SCEA
Originally posted by Dan Drillich:
Hi Yiu Wing Tsang,
I'm not sure whether these two terms can go together ;-)
DAO allows us to access data, primarily for reading while persistence provides reading and writing.
Regards,
Dan
Use a Data Access Object (DAO) to abstract and encapsulate all access to the data source. The DAO manages the connection with the data source to obtain and store data.
SCJP(1.4 & 1.5), SCWCD(1.4), SCBCD, SCDJWS, SCEA, Core Spring Certification 2.5
William Butler Yeats: All life is a preparation for something that probably will never happen. Unless you make it happen.