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

[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

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 ramkumarpec...@gmail.com 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

[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=0AlODJUitpMeRdDhjUlB4SFhlLVBrU2tzNkx2Nmd4Y3chl=en#gid=0 Thanks in advance.

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 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. @Persistent

[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

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

[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?