• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Please Post Your Reply.

 
Ranch Hand
Posts: 643
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I have 5 years of Java experience in Swing, JSP, Servlets, EJB and JDBC.I am also SCJP, SCWCD and SCBCD. I also have knowledge of UML.
I want to clear SCEA exam.
I know there are total 3 exams for SCEA.
I have all details for part1 and part3.
For part2 I want some suggestion from you guys.
For part2 I am totally clueless and I don�t have any designing knowledge at all.
Going through the forum I found that the most common trend is that guy�s work on live project to learn designing and then go for SCEA part2 examination. Unfortunately in my case I don�t think I will get opportunity to work on live project for designing.
So only option left for me is to learn designing myself and then go for part2 exam.
The immediate option for me is to refer some books to start designing.
So I want name of some books to start learn designing myself so that i will able to clear part2 exam.
I already have SCEA book from Mark Cade.
Any other suggestion from you guys will be appreciated.


Thanks
 
Ranch Hand
Posts: 128
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
this is a very good book: Head First
 
Ranch Hand
Posts: 213
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Cade book is good and the Head First OO is as well. Another book I've seen mentioned around here and I own is the UML by Martin Fowler and that is good as well. I think you have the right attitude when you say that you will be learning how to design. The first step is to put a first cut on paper and take a few more iterative passes over it once you've critiqued your own design. Don't feel pressured that your first design is not good, but use the first pass to get your thought process started. In my opinion, getting started and overcoming the fear of having a bad design is the hardest part and that is just a self imposed mental hurdle.

Hope this helps.
 
Juan Pablo Crossley
Ranch Hand
Posts: 128
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
if you want you can post your design diagrams in here, and we could help you. (I'm not a guru, but I can help)
 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

If you don't get chance to do the design but you can go through the current design of your project from there you can learn a lot.

Hope you got it.
 
author and jackaroo
Posts: 12200
280
Mac IntelliJ IDE Firefox Browser Oracle C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please use a meaningful subject line when creating topics. This applies not only at JavaRanch, but on any web site, or even when working at a real company.

Thanks

Andrew
 
Ranch Hand
Posts: 208
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Gowher Naik:
I have 5 years of Java experience in Swing, JSP, Servlets, EJB and JDBC.I am also SCJP, SCWCD and SCBCD. I also have knowledge of UML.
I want to clear SCEA exam.
I know there are total 3 exams for SCEA.
I have all details for part1 and part3.
For part2 I want some suggestion from you guys.
For part2 I am totally clueless and I don�t have any designing knowledge at all.



To be brutally honest: If you don't have any design knowledge at all, you will not pass the SCEA certification.

OK, it's not nearly as bad as that sounds . To pass part 2&3, you must be able to design a solution based on a set of requirements you will receive.

Now here's the surprise: Part 1 will prepare you for this. The knowledge you gain in preparing for part 1, will actually be of great help when you start working on part 2. You have no knowledge about design now? Well, when you pass part 1, you will have some design knowledge.

So, my advice to you: Break the problem into manageable parts, and attack the bigges obstacle: Aquiring design knowledge and passing part 1. (Luckily, these two overlap!)

Reading:
Read Head First Design Patterns, apply what you read there to projects you have worked on - where design patterns were used, and also where they should have been used.
Read Domain-driven Design, and again apply what you read to your own experience.
There is also Head First Object-oriented Analysis and Design - I don't know this book, but if you are a fan of the head-first approach, take a look at it.

Originally posted by Juan Pablo Crossley:
if you want you can post your design diagrams in here, and we could help you. (I'm not a guru, but I can help)



I would strongly recommend NOT posting your SCEA-diagrams anywhere. It is one of the things you agree not to do when downloading the assignment.
[ January 22, 2008: Message edited by: �dne Brunborg ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic