JavaOne Apache Cordova & Java EE 7

The write-up for the JavaOne 2014 session on Apache Cordova and Java EE 7 doesn’t quite do it justice. The presentation covers the interaction between the EE 7 and Cordova. For those that aren’t aware, Cordova (aka PhoneGap) is a dev environment that enables you to write rich apps for iOS/Android/Windows Phone/BlackBerry/Tizen using JavaScript andContinue reading “JavaOne Apache Cordova & Java EE 7”

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”