By spiros on April 3, 2007
Panos and Paris, the JHUG‘s JUG leaders, are now Java Champions. Congrats guys, keep it up!
Posted in Java | Tagged jhug |
By spiros on April 1, 2007
For me, this is the best April fool’s joke for this year.
Posted in Java | Tagged oop
By spiros on March 31, 2007
Seam provides a number of features to help programmers with the tedious but necessary logging. One of them is the @Logger annotation that is used to inject a Seam Log instance into a Seam component. For example instead of writing: private Log log = LogFactory.getLog(MyClass.class); you can write: @Logger private Log log; and Seam will [...]
Posted in Java | Tagged seam, spring framework |
By spiros on March 15, 2007
Spring IDE 2.0M3 was released and the springframework.org site writes about the long-awaited Spring Webflow support. Spring IDE now includes graphical and XML editors for Spring WebFlow. I believe that this major new feature hides 3 very important new features that IMHO programmers will find more useful, since people working with Spring spend more time [...]
Posted in Java | Tagged spring framework, tools |
By spiros on March 13, 2007
Oracle has released the Toplink O/R mapping framework as open source. They proposed a new persistence project, named Eclipse Persistence Platform (or EclipseLink for short), at the Eclipse Foundation and they are donating the Toplink source code to start the project. The EclipseLink will be a runtime project offering only libraries and no IDE tooling. [...]
Posted in Databases, Java | Tagged eclipse, EclipseLink, jpa