Search |
||||||||||||||||||||||||||||||||||||||||||||||||||||
Blogs by topic J2EE and user lancea
J2EE![]()
Today is the official release of Java EE 6!
![]()
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:
@...
![]()
More JDBC 4.0 drivers are available including recent offerings from Oracle and MySQL.
![]()
Glassfish V2 includes a new release of Java DB which incorporates many new features and bug fixes.
![]()
Ever try to use the Java Persistence API with Java Web Start successfully? If not read on...
![]()
After a lot of hard work and effort by a many dedicated contributors, JDBC 4.0 and Java SE 6 are now final and have left the barn.
![]()
JDBC 4.0 has introduced several new features which will be highlighted in blogs over the next few weeks. Today's focus is on the SQLXML interface.
![]()
JDBC 4.0 has introduced several new features which will be highlighted in blogs over the next few weeks. Today's focus is on the RowId interface.
![]()
JDBC 4.0 has introduced several new features which will be highlighted in blogs over the next few weeks. Today's focus is on the Wrapper Interface.
![]()
JDBC 4.0 has introduced several new features which will be highlighted in blogs over the next few weeks. Today's focus is on SQLException enhancements.
![]()
JDBC 4.0, JSR 221, has completed Public Draft, and we are working towards Proposed final draft. Here is a reminder of the functionality that is part of this release.
![]()
Using the Pointbase commander tool, it is possible to dump out all of your tables and data into a file that can help you with moving the data from a pointbase database into derby.
![]()
An update to the early draft of the JDBC 4.0 spec has been released.
![]()
An early draft of the JDBC 4.0 spec has been released.
![]()
A Beta release of Sun Java System Application Server Platform Edition 8 2004Q4 has been released.
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:
@...
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|