Generic Types, Part 2 04 May 2005 04:00 GMTIn
part one of this two-part excerpt from
Java in a Nutshell, 5th Edition, David Flanagan described how to use generic types. This week David details how to write your own generic types and generic methods, and concludes with a tour of important generic types in the core Java API.
Source: O'Reilly Quick and Easy Custom Templates with XDoclet 04 May 2005 04:00 GMTGot Ruby-on-Rails envy? With XDoclet templates, you can automate the creation of all kinds of boilerplate Java code: beans, controllers, services, and more. Jason Lee used XDoclet to help his Spring development, and in this article he shows you how to get started.
Source: O'Reilly J2ME Tutorial, Part 2: User Interfaces with MIDP 2.0 03 May 2005 04:00 GMTIn part two of the J2ME tutorial you will create the user interface (UI) elements of a MIDlet. Since the interaction with a user is a paramount concern in any MIDlet, due to the size of the screens, it is important for you to understand the basics of this side of MIDlets. Any interaction with a user is done via a UI element.
Source: Java.net