The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


View by: Most Recent | Topic | Community | Webloggers | James Gosling   
Monthly Archives:    

Blogs by topic J2EE and user lancea

• Accessibility • Ajax • Blogging • Business • Community 
• Databases • Deployment • Distributed • Eclipse • Education 
• EJB • Extreme Programming • Games • Grid • GUI 
• IDE • Instant Messaging • J2EE • J2ME • J2SE 
• JavaOne • Jini • JSP • JSR • JXTA 
• LDAP • Linux • Mobility • NetBeans • Open Source 
• OpenSolaris • P2P • Patterns • Performance • Porting 
• Programming • Research • Security • Servlets • Struts 
• Swing • Testing • Tools • Virtual Machine • Web Applications 
• Web Design • Web Development Tools • Web Services and XML 


J2EE

Today is the official release of Java EE 6!
on Dec 10, 2009 | Permalink | Discuss
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: @...
on Dec 10, 2009 | Permalink | Discuss
More JDBC 4.0 drivers are available including recent offerings from Oracle and MySQL.
on Sep 18, 2007 | Permalink | Discuss
Glassfish V2 includes a new release of Java DB which incorporates many new features and bug fixes.
on Sep 17, 2007 | Permalink | Discuss
Ever try to use the Java Persistence API with Java Web Start successfully? If not read on...
on Jun 15, 2007 | Permalink | Discuss
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.
on Dec 11, 2006 | Permalink | Discuss
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.
on May 2, 2006 | Permalink | Discuss
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.
on Mar 10, 2006 | Permalink | Discuss
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.
on Feb 23, 2006 | Permalink | Discuss
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.
on Feb 21, 2006 | Permalink | Discuss
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.
on Feb 17, 2006 | Permalink | Discuss
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.
on Feb 6, 2006 | Permalink | Discuss
An update to the early draft of the JDBC 4.0 spec has been released.
on Oct 12, 2005 | Permalink | Discuss
An early draft of the JDBC 4.0 spec has been released.
on Jun 10, 2005 | Permalink | Discuss
A Beta release of Sun Java System Application Server Platform Edition 8 2004Q4 has been released.
on Sep 21, 2004 | Permalink | Discuss

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: @...
on Dec 10, 2009 | Permalink | Discuss