Hi Pham,
Originally posted by Pham Huy Anh:
1. I plan to have only one component for all JSP. Because I think JSP is just for displaying purpose only.
Many ServletController component like Mark Cade.
Only one component for swing presentation. Many controller component for Swing, similar to ServletController.
Many others have reported to have done so; seems to be alright
Originally posted by Pham Huy Anh:
2 Entity vs DAO, for some entities, I use EntityBean, for some other I use DAO without EntityBean.
Is that good? (in the eyes of grader)
It's totally ok, if you based your choice on good reason and you can explain and justify your choice! I think, this is an issue, which cannot be emphasized enough - maybe it's even the most important lesson, I've learned during the certification
Remember: DOn't overestimate everything you read here on the forum and don't take everything for granted. Take the posts as an inspiration. After all architecture and design also is a creative process!
Good luck,
Frank
[ July 18, 2007: Message edited by: Frank Kuepper ]