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

Java Architect Exam Part II

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there anybody working on Part II of java architect exam. I passed the first six months back and now working on the second part.
sanjay
 
sanjay singh
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
 
Ranch Hand
Posts: 220
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am working on Part II now. Do you have suggestions?
 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
me too, how is it going ?
 
Ranch Hand
Posts: 1327
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i passed it about 6months ago
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yep, I passed part I about four months ago and have just started to look at the assignment...
I had a nice clean looking Component Diagram that I created over the last couple of days until I read some more on J2EE design patterns and now I seem to have clusttered the diagram - I think I need to simplify it.
Anyone have an opinion on using View Helpers when you have two different clients, for example, an Applet (using Swing) and JSPs serving HTML...
Also, I was trying to understand why you might use a deligate over a facade and if you would want to use the two together?
 
Ranch Hand
Posts: 116
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I passed the part one last month and just paid for the part 2 today.
 
Ranch Hand
Posts: 463
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have been working on Part-2 for 6 months now.
I am at the point where I need to document my design decisions such that they meet the non functional requirements etc and since I have never put together a document like this before it is becoming a uphill struggle. Any one who can help me out with that on how to proceed .
Thanks
Dhiren
 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am presuming that you are talking about Business Delegate and Session Facade pattern if not then what I am gonna say is redundant and you can safely stop reading at this point.
Business Delegate pattern is client's sole point of contact to the business layer that is responsible for asking the Service Locator to look up the Session Facade and invoke coarsed grained service onto it. It also takes care of caching the Remote of Facade as the look up is potentially expensive operation and should not be invoked multiple times by various times.
I finished part-I and am looking for downloading assignment can any one suggest how do I go about it . I am in USA right now.
Thanks
Deepak
Hope this helps
 
Ranch Hand
Posts: 273
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guys,

Can you pls. tell me the procedure to start PART II? like how to purchase voucher, register for exam,downloading and uploading the assignments etc.???

Thanks
 
Ranch Hand
Posts: 161
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could you recomend a couples of good sites providing helpful component diagram tutorial? I did some google and got too many.
 
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
�hi,

Pls find links as asked,
UML Link : components
http://www.agilemodeling.com/style/componentDiagram.htm

http://www.agilemodeling.com/artifacts/componentDiagram.htm
 
reply
    Bookmark Topic Watch Topic
  • New Topic