Re: [appengine-java] Help Me..!

2011-05-05 Thread Felipe Teixeira
try Put in folder lib , docList API and SpreedSheet API , later make the build path. java.lang.NoClassDefFoundError: com/google/gdata/client/spreadsheet/ SpreadsheetService This error talk :SpreadsheetService not found... bye 2011/5/5 Rambo <> > Hi Friends...! > > Am trying to use spread

[appengine-java] Help Me..!

2011-05-05 Thread Rambo
Hi Friends...! Am trying to use spreadsheet service in the servlet but am getting error Here i gave code and the error msg... package guestbook; import java.io.*; import java.net.URL; import javax.servlet.http.*; import com.google.gdata.client.spreadsheet.SpreadsheetService; import

Re: [appengine-java] Help Me..!

2011-05-03 Thread Felipe Teixeira
i´m not understand, a simple deploy to google appengine , in eclipse.. your application going to GAE. 2011/5/3 Rambo > Hi friends..! >I am doing a small project in java using spreadsheet api to read > and write data's in the Google spreadsheet. I finished it > successfully. >Now i wann

[appengine-java] Help Me..!

2011-05-03 Thread Rambo
Hi friends..! I am doing a small project in java using spreadsheet api to read and write data's in the Google spreadsheet. I finished it successfully. Now i wanna to upload it to GAE Please give me some suggestions. Thanks in Advance -- You received this message bec

Re: [appengine-java] Help Me...!

2011-04-15 Thread Ikai Lan (Google)
Check out the documentation here: http://code.google.com/apis/spreadsheets/ This article is a bit out of date, but it should still work (we are working to update it with OAuth examples): http://code.google.com/appengine/articles/python/retrieving_gdata_feeds.html

[appengine-java] Help Me...!

2011-04-15 Thread Rambo
Hi all! Am new to Google app engine, i don't know how to read data's from a spreadsheet... Can anyone help me with an sample example for the following spreadsheet? https://spreadsheets.google.com/ccc?key=0AlODJUitpMeRdDhjUlB4SFhlLVBrU2tzNkx2Nmd4Y3c&hl=en#gid=0 Thanks in advance.

[appengine-java] Help me understand adding objects to existing entity groups

2011-03-07 Thread mscwd01
Pardon my ignorance, I have read the docs over and over and this still alludes me. I have two objects, lets call them "User" and "Skill". When a person signs up to my site they are saved as a "User". A user may have multiple skills, these are stored as a list within the User object, e.g. @Persist

Re: [appengine-java] Help me

2010-05-26 Thread Pieter Coucke
http://code.google.com/intl/nl-BE/appengine/docs/java/datastore/usingjpa.html#Getting_an_EntityManager_Instance -- Pieter Coucke Onthoo BVBA http://www.onthoo.com http://www.koopjeszoeker.be -- You received this message because you are subscribed to the Google Groups "Google App Engine for Ja

[appengine-java] Help me

2010-05-26 Thread 付平 戚
How to instantiate EntityManager ? EntityManager entityManager = EntityManagerFactory.getEntityManager(); Is that true? Why is an null result? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to

[appengine-java] Help me in Guestbook googlecode.

2009-10-20 Thread Jefferson
Hello everybody I am using the example that is in the Guestbook googlecode, I'm trying to get him to catch all the messages that are in the name of the User logged in, I could not do this with an if and not modifying the sql file in guestbook.jsp Any solution? --~--~-~--~~---