java

TwitterFacebook
Get flash to fully experience Pearltrees
This page outlines the status of high-level feature areas to bring from Apple's Java SE 6 to the macosx-port. . Features in the macosx-port src repository http://wikis.sun.com/display/OpenJDK/Mac+OS+X+Port+Project+Status

Mac OS X Port Project Status - OpenJDK

programming

security

grails

struts

Down the rabbits hole with neo4j (Part 1)

http://giladmanor.blogspot.com/2009/07/down-rabbits-hole-with-neo4j-part-1.html While standing on one foot, I would say that the neo4j project is an implementation for an embedded java graph database. Unlike the traditional relation databases, the graph database has no table structure for storing its data. Instead it uses a more dynamic (unstructured) network composition. Using mathematical terminology, a network of nodes is called a graph.
We Recommend These Resources The JPA , short for Java Persistence API, is part of the Java EE 5 specification and has been implemented by Hibernate , TopLink , EclipseLink , OpenJPA , and a number of other object-relational mapping (ORM) frameworks. Because JPA was originally designed as part of the EJB 3.0 specification , you can use it within an EJB 3.0 application. But it works equally well outside of EJB 3.0, for example in a Spring application . And when even Gavin King, the designer of Hibernate, recommends using JPA in the second edition of Hibernate in Action, a.k.a.

JPA Implementation Patterns: Data Access Objects

http://java.dzone.com/articles/jpa-implementation-patterns