Recap:
Installed the GAE plugin for Eclipse (Java) using this tutorial. Learned how to create projects and persist to the datastore with JDO using This tutorial Then configured GAE for JSF using this tutorial Next I wanted to install Contexts and Dependency Injection for the Java EE Platform- For that you will [...]
Here is the link to the tutorial I am following to configure my GAE JSF local Eclipse development environment.
Pretty straight forward if you follow the instructions. I was careless at first and didn’t import all my files into the right places. But once I slowed down and followed the instructions, that was no [...]
Very impressed with GAE so far. It was so easy to set up and begin building with. So my next exploring choices were
JPA – (The GAE Tutorial used JDO. From what I understand, they are very similar) GWT JSF
I am happy with JDO – No need to change that for now. Although I [...]
Using Eclipse with the GAE plugin it is pretty straight forward
Register your app id (https://appengine.google.com)
Using the free appspot option your url would be http://application-id.appspot.com/. Update your appengine-web.xml file to reflect your id
Change the value of application element to be your registered application ID. Click the deploy button on the [...]
By default, App Engine makes all files in the WAR available as static files except JSPs and files in WEB-INF/
You can configure which files App Engine treats as static files using the appengine-web.xml file.
These notes are for my purposes. Here is the link to Google’s tutorial for GAE JDO
Choices for persisting to the datastore
JDO JPA
The tutorial goes through JDO – I will later try to do the same functionality but with JPA.
Set up DataNucleus Access Platform
DataNucleus is a JDO-compliant adapter [...]
Here is the link to the JSP section of the tutorial
It’s better practice to use a template for outputting HTML rather than using the servlet code to do that. JSP’s are part of the servlet standard.
The tutorial was pretty straight forward. Ripped out the HTML from the servlet and created [...]
So this part of the tutorial was on how to integrate the Google service that allows you to authenticate a user based upon their existing google credentials. [Tutorial on Using the Users Service]
The UserService provides facilities to check whether a user has authenticated using their Google Account, retrieve their email address, and check [...]
So this note is really a note to myself (aren’t they all) . I just wanted to get a handle on what is created for you when you select to create a new web application project.
So the directory is created with the Java Servlet Standard. The files to take note of are …
[...]
What: Two day developer conference from Google I/O.
When: May 10-11, 2011 from 9AM to 6PM PDT
Where: Streamed in real-time to website at www.google.com/io
They will be streaming the Google I/O keynotes on both days live via the Internet. They will also be recording most sessions and making them available [...]
Categories
- Events (1)
- GAE Links (1)
- Learning GAE (9)
- Learning JSF (2)
GAE Links
May 2012 M T W T F S S « May 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
