Google+ Sandeepa On Life: appengine

Pages

Search this blog

Showing posts with label appengine. Show all posts
Showing posts with label appengine. Show all posts

Wednesday, October 19, 2011

Google: App Engine SSL for Custom Domains

Google announced that SSL support for custom domains on App Engine is in testing.

To see the announcement visit this blog post
App Engine SSL for Custom Domains in Testing  on Google App Engine Blog.

This feature will we made available only to 'trusted testers'. You can sign up to
test this feature by filling up this form.

Tuesday, March 22, 2011

Accessing Local Data Store In GWT/Eclipse Development Environment

Surprisingly, not many developers know that you can browse the local data store in Java/Eclipse/GWT environment.

So, here's how you can  do it. Just point your browser to
http://localhost:8888/_ah/admin/datastore



P.S: Make sure you are Running/Debugging your app while trying this.

Leave a comment if this helped you!

Cheers,

--
Sandeepa Nadahalli