Secrets of a JDBC Master
Published August 23rd, 2010 Under Architecture | Leave a Comment
Jesse Davis explains many of the JDBC development pitfalls he’s come across in production environments. Davis also recommends some best practices, such as paying attention to your metadata. Don’t get stuck with accidental architecture, Davis says, think about it beforehand.
Spring 3.0 – Themes and Trends
Published August 23rd, 2010 Under Architecture, Open Source Tools | Leave a Comment
After an extended milestone phase, Spring 3.0 finally went GA (generally available) in December 2009. The third generation of the framework provides comprehensive annotation-based configuration, unified expression language support, REST-enabled web MVC, and support for Java EE 6. This talk discusses Spring as a modern annotation-oriented application framework, covering the component model trends as well as selected Spring 3.0 feature highlights.
Architecting GWT applications for production at Google
Published August 19th, 2010 Under Architecture, Open Source Tools, User Interface | Leave a Comment
For large Google Web Toolkit (GWT) applications, there’s a lot you should think about early in the design of your project. GWT has a variety of technologies to help you, but putting it all together can be daunting. This session walks you through how teams at Google architect production-grade applications, from design to deployment, using GWT.
Spring: Paving The Way for Continuous Innovation
Published August 19th, 2010 Under Architecture, Open Source Tools | Leave a Comment
Jeremy Grelle discusses the following technologies from the Spring ecosystem: Spring 3.0, in greater detail, and Spring Integration, Spring Blaze and Spring Roo in less detail. For Spring 3.0 he covers the following topics: Themes, Generics, Annotated Factory Methods, Meta-Annotations, Spring Expression Language (SpEL), MVC, Rest Template. The talk ends with a demonstration of Roo.
http://www.infoq.com/presentations/Spring-Continuous-Innovation
SEAM Hibernator/Validator
Published August 19th, 2010 Under Architecture, Open Source Tools | Leave a Comment
Hibernate Validator 4.x is the reference implementation for JSR 303 – Bean Validation.JSR 303 defines a metadata model and API for JavaBean validation. The default metadata source is annotations, with the ability to override and extend the meta-data through the use of XML validation descriptors. The API is not tied to a specific application tier or programming model. It is specifically not tied to either the web tier or the persistence tier, and is available for both server-side application programming, as well as rich client Swing application developer. This podcast gives a whistle-stop tour demonstrating an entity-field annotation that prevents entry of duplicate-keyed records.
http://skillsmatter.com/podcast/java-jee/seam-hibernatorvalidator
« go back — keep looking »