April 2007
Beginner to intermediate
640 pages
13h
English
Chapter 3 included sample code showing you how to create the right architecture for validators. Despite the fact that the example correctly presents the use of various inter-module dependencies of the NetBeans runtime container, it contains a lot of boilerplate code that does nothing except ensure proper communication between the modules. Specifically:
Validator example registers all available validators. There is a hash map that holds all the validators and methods to allow dynamic additions and removals. The rest of the code—the actual code that does the work and looks up the right validator and performs the validation—is in fact in ...Read now
Unlock full access