Test: Sun Certified Enterprise Architect for
Java 2 Platform Enterprise Edition Technology Part II (310-061)
Date Taken: 2006-08-15 09:33:41.107
Registration Number:
Site: on137
Grade: P
Score: 95
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) .......................... 39
Component Diagram (44 maximum) ...................... 44 Sequence/Colloboration Diagrams (12 maximum) ........ 12
a few notes:
1. Unlike most classic solutions for partII (I guess), only stateless session beans (no stateful session beans) is used in my design and it worked out
2. Quite amount of time is spent on sequence digram, it seems the effort and allocated score (only 12 points) don't quite match. The sequence diagram is probably too detailed in my case, but the devils are the in details, right?
3. Swing client and web client are treated differently, web client request is going through FrontController, whereas Swing client request is going through SessionFacade wrapped in Command.