Developing and configuring deploying properties for an EJB3 web service
February 22nd, 2006Good article on ‘Developing and configuring deploying properties for an EJB3 web service’ by Debu Panda.
- Hardik Tank
Migrating JDBC Data Access Objects to use EJB3
February 22nd, 2006Persistence is one of the greatest challenges for building applications. There are many options for building persistence layers. Data Access Objects (DAO) is a popular design pattern for building the persistence layer of a J2EE application. Developers use this design pattern primarily to separate their JDBC code from business logic. The EJB3 Java Persistence API, which defines the persistence API for the Java platform based on O-R solutions such as Oracle TopLink and JBoss Hibernate, lets developers skip the mundane task of building DAO and JDBC code. Most developers will be using the EJB3 Java Persistence API instead of writing JDBC code with DAO.
In this article, Debu Panda discusses what you need to do to migrate your DAO-based application to the EJB3 Java Persistence API.
Click here to read full article.
- Hardik Tank
Java SE 6 highlights
February 22nd, 2006Java SE 6 highlights:
New Security features and enhancements:
* Native platform GSS/Kerberos integration
* Java Authentication and Authorization Service (JAAS) login module that employs LDAP authentication
* New Smart Card I/O API
Integrated Web Services:
* New API for XML digital signature services for secure web services
* New Client and Core Java Architecture for XML-Web Services (JAX-WS) 2.0 APIs
* New support for Java Architecture for XML Binding (JAXB) 2.0
Enhanced Management & Serviceability:
* Improved JMX Monitoring API
* Runtime Support for dTrace (Solaris 10 and future Solaris OS releases only)
* New custom deployment facilities
Increased Developer Productivity:
* Improved memory usage analysis and leak detection
* Significant library improvements
* Improvements to the Java Platform Debug Architecture (JPDA) & JVM Tool Interface
Improved User Experience:
* Look and feel updates to better match underlying platforms
* Improved desktop performance and integration
* Enhanced internationalization support
Click here for more detail.
- Hardik Tank


Posted by Hardik