image

Google https://www.programmerfish.com/category/app-engine-google/' target='_blank'>App Engine team has just released the new SDK v1.2.8 that adds much needed new features to the Admin Console Panel and this is the first time they previewed it with the developers before releasing the update so this means it definitely must have faced a lot of scrutiny before release. 

For those who are still in the dark, Google https://www.programmerfish.com/category/app-engine-google/' target='_blank'>App Engine is Google’s Cloud offering. It’s like a cloud OS which allows developers access to Google’s infrstructure which they can utilize to host their own apps in the cloud. What’s the difference in hosting on a cloud compared with off the shelf hosting providers? Scale. This defines cloud. You don’t have to worry when spikes in traffic come. All you need to worry about is your application and that’s it! No infrastructure engineers to hire or anything.

So what’s new in https://www.programmerfish.com/category/app-engine-google/' target='_blank'>App Engine 1.2.8? This is what Google says:

Enhanced Admin Console - Users will notice new tools for managing tasks and queues created with the Task Queue API, and more visibility into index processing.

Improved Java Compatibility - This release adds support for new filter operators and inheritance to JPA and JDO as well as support for JAXB, the single most requested feature for the Java SDK.

1.2.8 is now available for both Python and Java developers.

Take a look at the release notes.