Search |
||||||||||||||||||||||||||||||||||||||||||||||||||||
Blogs by topic Databases and user lancea
Databases![]()
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.
So let us look at an example:
@...
![]()
This a a very nice tutorial on using the MySQL Connector/C++ with MySQL.
![]()
MySQL 5.1 is officially release as is the MySQL 5.1 Connector/J JDBC Driver
![]()
It is possible to have greater control over the ordering of your data in Apache Derby/Java DB by using your own collator.
J2EE![]()
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.
So let us look at an example:
@...
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|