NetBeans 6 delivers great updates to the Matisse GUI builder. Spend a few minutes with Roman Strobl and get an expert briefing on what's new and what has changed. (sponsored)
In this, the third and final installation of Andres' Introduction to Groovy series, you learn about how Groovy handles variable numbers of arguments, named parameters, currying, and more about Groovy operators. Including, some new operators.
Swing Fuse (actually just Fuse), is a framework designed to make it easier to create your own custom desktop components. In this article, Daniel Spiewak shows you how to get started and provides sample source code you can download.
Willam Louth shows how he uses JXInsight Probes to investigate probable performance issues with code bases that he is not familiar with. He also highlights possible pitfalls in creating a benchmark, as well as in the analysis of results.
According to the discussion concerning the OO intermed exam refactoring (http://www.javalobby.org/java/forums/t90656.html?start=20) we should create new DP exam and move there question from the 'OO intermed/Design principles' category.
To do it however we need to create new objectives for the 'Design principles' exam.
Before we create an appropriate wiki page we should discuss the literature which covers our topics.
Design principles exam
At 2:09 PM on Jan 24, 2008, Henryk Konsek wrote:
Fresh Jobs for Developers Post a job opportunity
According to the discussion concerning the OO intermed exam refactoring (http://www.javalobby.org/java/forums/t90656.html?start=20) we should create new DP exam and move there question from the 'OO intermed/Design principles' category.
To do it however we need to create new objectives for the 'Design principles' exam.
Before we create an appropriate wiki page we should discuss the literature which covers our topics.
My suggestions:
LSP http://citeseer.ist.psu.edu/cache/papers/cs/6743/ftp:zSzzSzreports.adm.cs.cmu.eduzSzusrzSzanonzSz1993zSzCMU-CS-93-187.pdf/liskov94family.pdf
Some Bob Martin's books but I need to find the titles
Best regards.
3 replies so far (
Post your own)
Re: Design principles exam
Brief PDF by Bob Martin with many popular DP explained:http://www.objectmentor.com/resources/articles/Principles_and_Patterns.pdf
Re: Design principles exam
Coupling/cohesion related stuff is explained well in Sierra SCJP book:http://www.amazon.com/Certified-Programmer-310-055-Certification-Guides/dp/0072253606
Re: Design principles exam
All I know about that kind of principles is summarized there:http://www.javablackbelt.com/GuideLineOO.wwa
But it's probably too much for an exam.
John.