java

TwitterFacebook
Get flash to fully experience Pearltrees
http://vimeo.com/javazone JavaZone How we blew our shot at beating Spotify, spending two metric truckloads of cash doing it HTML5 an introduction - What can HTML5 be used for and how HTML5 can solve real problems.

JavaZone on Vimeo

This page outlines the status of high-level feature areas to bring from Apple's Java SE 6 to the macosx-port. A list of popular open issues is available at the JIRA bug reporter . http://wikis.sun.com/display/OpenJDK/Mac+OS+X+Port+Project+Status

Mac OS X Port Project Status - OpenJDK - wikis.sun.com

http://testflightapp.com/

TestFlight | iOS beta testing on the fly

"I was blown away by how simple the process was. I immediately wished all startups would use this solution." - MG Siegler "But the best part of TestFlight-at least, for end users-is that it just takes one tap in your TestFlight dashboard to install an app wirelessly." - David Chartier "In TestFlight's case, the service does more than simply providing OTA downloads - it works as a complete app beta testing solution." - Sarah Perez "Compared to the regular process, TestFlight is magic." -John Gruber
It provides searchable lists, My JavaZone (star the sessions you want to attend), feedback on sessions, ability to share via the social web and more. http://itunes.apple.com/us/app/javazone/id384888388?mt=8

JavaZone for iPhone, iPod touch, and iPad on the iTunes App Store

http://www.apple.com/itunes/affiliates/download/ New universal iOS app from Apple. Use it to manage your Wi-Fi network and AirPort base stations from your iPhone or iPad.

iTunes Store

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 | Javalobby

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