| |
POJOs on the Desktop with the Java Persistence API at 2007-08-12 15:18:54
Reading the persistence portion of the EJB 3.0 specification, the best thing I discovered was that I could use plain ol' Java objects -- POJOs -- for both my application logic and persistence needs on the desktop.
Swing Application Framework Architecture at 2007-08-12 15:18:54
The first of a brief series, this post summarizes the Swing Application Framework.
Swing Application Framework: Lifecycle Events at 2007-08-12 15:18:54
Every application has a lifecycle of events determined by the framework. Override those event methods to define application behavior.
Core Java Technologies Tech Tips at 2007-08-12 15:18:54
The Sun Developer Network has a few newsletters that you can subscribe to. One of the newsletters is Core Java Technologies Tech Tips. I still can't see that title without smiling. I'm always amused that Sun's proper use of the...
Managing resources in the Swing Application Framework (JSR 296) at 2007-08-12 15:18:54
Instead of loading and working with ResourceBundle files directly, you will use the ResourceManager and ResourceMap framework classes to manage resources. A ResourceMap contains the resources defined in a specific ResourceBundle implementation. A map also contains links to its parent...
|
| |
|