• 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

scea (old)... done

 
Ranch Hand
Posts: 354
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
that was quick... wrote the essay exam on 7/5 and I can see the result today.

Scored 95 (41+42+12)

I know there are not many who would be taking the old test, but for those who are my advice is to:
  • keep it simple
  • design it yourself (so you can justify it!)


  • its time to change the signature...
     
    Greenhorn
    Posts: 6
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Abhinav,
    Congrats on passing your exam with very good scores.
    I am planning to upload the project by this month end.
    What was the design approach you would go for Business Delegates?I am planning to do my own framework. I have a web client approach and swing client approach. Do we go for multiple Business Delegates ?

    Cheers,
    -Jay
     
    Greenhorn
    Posts: 14
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Hi Jayaram,

    I too have progressed with the same approach and have used the Business Delegate to wrap the complexity associated with the swing clients in my design .I have represented the same in the component depiction as I had 4 different significant areas to cover I had to come up with different delegates.hope this helps.


    Originally posted by Jayaram Yanamundra:
    Abhinav,
    Congrats on passing your exam with very good scores.
    I am planning to upload the project by this month end.
    What was the design approach you would go for Business Delegates?I am planning to do my own framework. I have a web client approach and swing client approach. Do we go for multiple Business Delegates ?

    Cheers,
    -Jay



    [ July 16, 2008: Message edited by: naga ala ]
    [ July 16, 2008: Message edited by: naga ala ]
     
    Jayaram Yanamundra
    Greenhorn
    Posts: 6
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Thanks for your quick reply naga.

    Originally posted by naga ala:
    Hi Jayaram,

    I too have progressed with the same approach and have used the Business Delegate to wrap the complexity associated with the swing clients in my design .I have represented the same in the component depiction as I had 4 different significant areas to cover I had to come up with different delegates.hope this helps.




    [ July 16, 2008: Message edited by: naga ala ]

    [ July 16, 2008: Message edited by: naga ala ]

     
    Abhinav Srivastava
    Ranch Hand
    Posts: 354
    Eclipse IDE Oracle Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    By multiple business delegate do you mean each catering to one "module" or one for desktop client and other for web?
    Again, they are all right approaches as long as you can justify your choice. Good luck...
     
    naga ala
    Greenhorn
    Posts: 14
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator

    Originally posted by Abhinav Srivastava:
    By multiple business delegate do you mean each catering to one "module" or one for desktop client and other for web?
    Again, they are all right approaches as long as you can justify your choice. Good luck...



    Hi,
    Abhinav I meant each for a module that interfaces with the Swing client to a significant use case.
     
    Jayaram Yanamundra
    Greenhorn
    Posts: 6
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    I had one more question, how did you manage criss crossings in the class diagrams? especially, when so many classes implements serializable interface.


    Originally posted by naga ala:


    Hi,
    Abhinav I meant each for a module that interfaces with the Swing client to a significant use case.

     
    naga ala
    Greenhorn
    Posts: 14
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator

    Originally posted by Jayaram Yanamundra:
    I had one more question, how did you manage criss crossings in the class diagrams? especially, when so many classes implements serializable interface.



    Hi Jay,

    My take on that is I never thought,it would be of any value addition to include the marker interfaces in the high level design.You would reach that level of detail in the low level or detail design.If you really want to show the marker interface implementation I would suggest you to do that in a separate class diagram that you discuss at a use case level.I guess that level of detail is not anticipated in the High level class diagrams.
    Disclaimer:-This is my personal view on the Highlevel design :-).
     
    Jayaram Yanamundra
    Greenhorn
    Posts: 6
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Thanks a lot naga.You're giving lot of good information.
    So,dont we have to show the basic flow through underlying front controller servlet, request processors, screen flow managers, url mappers, event mappers etc.
    Do you recommend going to BD's and in to business processing directly?

    Originally posted by naga ala:

    Hi Jay,

    My take on that is I never thought,it would be of any value addition to include the marker interfaces in the high level design.You would reach that level of detail in the low level or detail design.If you really want to show the marker interface implementation I would suggest you to do that in a separate class diagram that you discuss at a use case level.I guess that level of detail is not anticipated in the High level class diagrams.
    Disclaimer:-This is my personal view on the Highlevel design :-).

     
    Abhinav Srivastava
    Ranch Hand
    Posts: 354
    Eclipse IDE Oracle Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    You should show those components which are significant to your design. I can have a completely justified design without making use of url mappers, event mappers even EJBs...
    But if your design includes those, then you must show them somewhere.
    Your objective should be to present your design clearly thru the diagrams.
    Think like an architect... thats what this exam is all about.
    [ July 17, 2008: Message edited by: Abhinav Srivastava ]
     
    Jayaram Yanamundra
    Greenhorn
    Posts: 6
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Thanks Abhinav.

    Originally posted by Abhinav Srivastava:
    You should show those components which are significant to your design. I can have a completely justified design without making use of url mappers, event mappers even EJBs...
    But if your design includes those, then you must show them somewhere.
    Your objective should be to present your design clearly thru the diagrams.
    Think like an architect... thats what this exam is all about.

    [ July 17, 2008: Message edited by: Abhinav Srivastava ]

     
    I'm just a poor boy, I need no sympathy, because I'm easy come, easy go, little high, little low, little ad
    a bit of art, as a gift, that will fit in a stocking
    https://gardener-gift.com
    reply
      Bookmark Topic Watch Topic
    • New Topic