Presentations DevoxxUK and NYC Java Meetup Presentations

My presentations from DevoxxUK and the May meeting of the New York Java Meetup are now available Slideshare! Combining R with Java (DevoxxUK) Developing in the Cloud (May New York Java Meetup) Code will be coming soon for the DevoxxUK presentation. Combining R with Java Java is a general-purpose language and is not particularly well suited for performingContinue reading “Presentations DevoxxUK and NYC Java Meetup Presentations”

JPA 2.1 (Java EE 7) – working persistence.xml file

I finally got a working persistence.xml for Java EE 7 up and running! With JPA 2.1 generation of the schema is now standardized. This means that you don’t have to use implementation specific flags, such as “eclipselink.ddl-generation” to auto-generate the schema. With Java EE 7, the location of the schema files/namespace has also changed. BelowContinue reading “JPA 2.1 (Java EE 7) – working persistence.xml file”