Re: [google-appengine] deploy just one file update.

2010-10-04 Thread John Denley
Hi Nick,

Thanks, I actually just noticed that on my last update. So my question
really should have been, how can I run the deploy without running the
compile bit in eclipse (or out of eclipse) if thats whats needed?

so on the following log entries, how can I only do the bit from Uploading 1
files. onwards?:

...snip...
Linking into C:\eclipse\iDeBanet\war\Register.
   Link succeeded
   Compilation succeeded -- 25.152s
Creating staging directory
Scanning for jsp files.
Compiling jsp files.
Scanning files on local disk.
Scanned 250 files.
Scanned 500 files.
Scanned 750 files.
Initiating update.
Cloning 195 static files.
Cloned 100 files.
Cloning 574 application files.
Cloned 100 files.
Cloned 200 files.
Cloned 300 files.
Cloned 400 files.
Cloned 500 files.
Uploading 1 files.
Uploaded 1 files.
Initializing precompilation...
Deploying new version.
Will check again in 1 seconds.
Will check again in 2 seconds.
Will check again in 4 seconds.
Will check again in 8 seconds.
Will check again in 16 seconds.
Will check again in 32 seconds.
Will check again in 60 seconds.
Closing update: new version is ready to start serving.
Uploading index definitions.
Uploading cron jobs.
Uploading task queues.
Deployment completed successfully


On 4 October 2010 13:12, Nick Johnson (Google) nick.john...@google.comwrote:

 Hi John,

 The upload tool (appcfg) only updates modified files. Files that have been
 uploaded previously are checked for modifications, but not uploaded.

 -Nick Johnson

 On Mon, Oct 4, 2010 at 11:57 AM, John V Denley johnvden...@googlemail.com
  wrote:

 I cant seem to find any information anywhere about how to deploy/
 upload just one file.

 Its possible I'm not looking in the right places, but also I use
 eclipse so I have never had to do any manual manipulation of any
 files.

 The Simplest example of what I want to do is to simply update the
 standard.css file with a new setting, without having to deploy the
 entire application.

 Or equally I might need to make a small change to my appname.html
 file but without having to deploy the entire application.

 This is similar to doing an FTP to my hosting server, but as I say I
 cant seem to find any information about how to do this with app
 engine!

 Any help pointing me in the right direction on this would be greatly
 appreciated

 Thanks,
 J

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




 --
 Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd.
 :: Registered in Dublin, Ireland, Registration Number: 368047
 Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
 368047

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [appengine-java] First app in google app engine; please see whether iv understood the usage of app engine

2010-07-14 Thread John Denley
Yes, Im pretty sure that is possible, but I have not done it myself. The
sending data back to the external application can be done using
theURLfetch processhttp://code.google.com/appengine/docs/java/urlfetch/
You will have to hunt around a bit for how to have incoming requests. I have
looked into this in the past, but never followed through to implement it.
Feel free to share back on here once you figure it out! good luck, J

On 9 July 2010 18:43, emigrant fromwindowstoli...@gmail.com wrote:

 On Thu, 2010-07-08 at 23:19 +0100, John Denley wrote:
  Your site looks great and seems to work pretty well too, I dont really
  understand your question though, as you seem to have implemented in
  pure javascript as it is currently. Your GAE bit could be a server
  based function (and the data can be held in the GAE datastore too) and
  the client can ask the server to do the java processing and then pass
  back the results to be displayed on the screen.
 
  Hope that helps and makes sense!
  John

 John,
 thanks for your encouraging reply.
 to make my question clear,

 is it possible to send user input from an external site, to the java
 application hosted in appspot and process the input and send the out put
 back to the external site?

 thanks a lot.

 --
 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
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.



-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] First app in google app engine; please see whether iv understood the usage of app engine

2010-07-08 Thread John Denley
Your site looks great and seems to work pretty well too, I dont really
understand your question though, as you seem to have implemented in pure
javascript as it is currently. Your GAE bit could be a server based
function (and the data can be held in the GAE datastore too) and the client
can ask the server to do the java processing and then pass back the results
to be displayed on the screen.

Hope that helps and makes sense!
John

On 8 July 2010 19:00, emigrant fromwindowstoli...@gmail.com wrote:

 On Thu, 2010-07-08 at 23:26 +0530, RAVINDER MAAN wrote:
  Yes GAE is good.But keep in mind that concept of datastore is
  different from other RDBMS like MySQL.

 for the time being i can manage the data in arrays itself.
 :)

 --
 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
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.



-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.