This page (revision-25) was last changed on 23-Apr-2022 17:05 by Harry Metske

This page was created on 23-Apr-2022 17:05 by Harry Metske

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
25 23-Apr-2022 17:05 5 KB Harry Metske to previous
24 23-Apr-2022 17:05 5 KB Harry Metske to previous | to last
23 23-Apr-2022 17:05 5 KB Harry Metske to previous | to last
22 23-Apr-2022 17:05 5 KB Harry Metske to previous | to last
21 23-Apr-2022 17:05 4 KB Harry Metske to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 55 added 10 lines
!! Application life cycle management
A very nice feature of GAE is the way they manage deployed applications.\\
If you deploy an application, you can assign a version number (in Eclipse), if you deploy a new version, both the old and the new applications are available.\\
You can manage these application versions on the GAE console (see [Administration Versions|http://appengine.google.com/deployment?app_id=computerhok01]).
So you can simultaneously access both applications, for example with the following urls :
* 1 [http://1.latest.computerhok01.appspot.com/]
* 2 [http://2.latest.computerhok01.appspot.com/]