Home
46 Grandin
  • About

Day2 with JSF
Configuring GAE for JSF using Weld

By Liz_B On May 2, 2011 · Leave a Comment

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 [...]

Continue Reading →

Day 1 with JSF
Configuring 2.0 for GAE

By Liz_B On April 29, 2011 · Leave a Comment

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 [...]

Continue Reading →

What to explore next?

By Liz_B On April 29, 2011 · Leave a Comment

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 [...]

Continue Reading →

Day 7 GAE
Deploying your App

By Liz_B On April 27, 2011 · Leave a Comment

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 [...]

Continue Reading →

Day 6
GAE Static files

By Liz_B On April 26, 2011 · Leave a Comment

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.

Continue Reading →

Day 5 GAE
Using the Datastore with JDO

By Liz_B On April 25, 2011 · Leave a Comment

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 [...]

Continue Reading →

Day 4 GAE
Using JSP’s

By 46Admin On April 23, 2011 · Leave a Comment

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 [...]

Continue Reading →

Day 3 GAE
Using the Users Service

By Liz_B On April 22, 2011 · Leave a Comment

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 [...]

Continue Reading →

Day 2 GAE
Creating a Project using Eclipse

By Liz_B On April 21, 2011 · Leave a Comment

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 …

[...]

Continue Reading →

Google I/O Live

By 46Admin On April 21, 2011 · Leave a Comment

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 [...]

Continue Reading →
← Previous Entries
  • Categories

    • Events (1)
    • GAE Links (1)
    • Learning GAE (9)
    • Learning JSF (2)
  • GAE Links

    • App Engine Java
    • Google App Engine
  •  

    May 2012
    M T W T F S S
    « May    
     123456
    78910111213
    14151617181920
    21222324252627
    28293031  
"Woo! Tweet to win a copy of #mobilefirst from @envatowebdesign http://t.co/vcI80sQZ" — Liz_B

46 Grandin

Pages

  • About

The Latest

  • Day2 with JSF
    Configuring GAE for JSF using Weld
    Recap: Installed the GAE plugin for Eclipse (Java) using this tutorial. Learned […]

More

Thanks for dropping by! Feel free to join the discussion by leaving comments, and stay updated by subscribing to the RSS feed.
© 2011 46 Grandin
Platform by PageLines