Tag Archives: JPA
Spoken on Google App Engine at a conference in UET
Posted on 19. Dec, 2009 by Tahir Akram.
Today I had delivered a workshop on Developing Java Web Applications In Google App Engine. This workshop was the part of events of 3rd International Conference on Open Source Systems and Technologies. It was organized by Al-Khawarizmi Institute of Computer Science , University of Engineering and Technology, Lahore.
I have presented following slides there. Also coded [...]
Continue Reading
Tutorial: JPA on Google App Engine
Posted on 13. Dec, 2009 by Tahir Akram.
This project will create and delete an entity record. I have chosen JPA for datastore in app engine. You can also look JDO for this purpose. But my choice to go for JPA is due to Sun standardization on it.
I am using App Engine SDK version 1.2.18
Project name: engineplay
URL: http://engineplay.appspot.com
[ad#co-2]
Project structure:
UserPrefs.java: The entity class
package com.engineplay.datastore.pojos;
import [...]


