[google-appengine] How do you set the HTML page level background image.

2010-07-18 Thread genjlc
I spend 95% pf my time writing Java, so messing with CSS and HTML is still rather painful for me. I have a simple app. I am trying to set the HTML page back ground image, and getting no love from GWT. At best I have succeeded in getting the image to display, until the app updates, and the app re

[google-appengine] Connecting to the datastore

2010-07-22 Thread genjlc
I've made a simple Client/Server/Shared app that I would like to add data to. I am trying to use Google's data store. I have been reading for two days and have yet to find a step by step checklist/example of how to establish a connection to the cloud, in Java, without resorting to PHP. There see

[google-appengine] Re: Connecting to the datastore

2010-07-24 Thread genjlc
e to your app (on 3p server) trough a REST API > that you deploy to AppEngine (unless that breaks the TOS) > > > > On Thu, Jul 22, 2010 at 10:28 PM, genjlc wrote: > > I've made a simple Client/Server/Shared app that I would like to add > > data to.  I am trying to us

[google-appengine] Re: Connecting to the datastore

2010-07-26 Thread genjlc
nceManager > > http://code.google.com/appengine/docs/java/datastore/usingjdo.html > > What do you exactly mean by "create the DB connection"? > > Just obtain the persistence manager ...and persist. > > On Jul 24, 5:06 pm, genjlc wrote: > > > > > I am trying to c