lancea's blog
Using Bean Validation with EclipseLink in a Java SE Environment
The Bean Validation specification went final around the same time that the Java EE 6 specifications went final. The Java Persistence 2.0 specification allows for Managed classes (entities, mapped superclasses and embeddable classes) to be configured with Bean Validation constraints.
Generating the JPA 2.0 Static MetaModel classes using Eclipselink 2.0 and Netbeans 6.8 for your Entity Classes
Eclipselink 2.0 includes an annotation processor for generating the static metamodel classes from your Entity classes for use with the Criteria API which is one of the new features in JPA 2.0.
Here is an example of generating the metamodel classes from the command line using the Eclipselink annotation processor:
Introducing the DataSourceDefinition Annotation
One of the many cool new features in Java EE 6, is support for the DataSourceDefinition annotation.
The DataSourceDefinition annotation provides a way to define a DataSource and register it with JNDI. The annotation provided annotation elements for the commonly used DataSource properties. Additional standard and vendor specific properties may also be specified.
Getting started with Mercurial and OpenJDK on Solaris
A gentle guide to getting started with OpenJDK and Mercurial on Solaris
Technorati Tags: Mercurial, OpenJDK
Developing Database Applications Using MySQL Connector/C++
This Connector is modeled after JDBC making it very easy to access MySQL using C++.
MySQL 5.1 is out the door
Specifying your own Collator for Apache Derby/Java DB
MySQL Connector/C++ 1.0.1 Alpha Released offering a JDBC API for MySQL C++ developers
The MySQL Connector/C++ Connector project has successfully reached its first major milestone by releasing its Alpha version.
The Connector provides a C++ implementation modeled after JDBC. This allows developers who have worked with JDBC to quickly take advantage of this Connector minimizing the learning curve.
Moving Tomcat Toplink Apps to Glassfish v3 Prelude
With Glassfish V3 and Netbeans 6.5, it is easy to move applications which run on Tomcat using Toplink/EclipseLink to Glassfish v3 Prelude.





