Showing posts with label AppEngine. Show all posts
Showing posts with label AppEngine. Show all posts

Mar 18, 2009

Crazy Meat Eating Rugby Rabbit!

What happens if you breed GWT and Google App Engine? Answer is naturally a crazy meat eating rugby rabbit! I think I need to explain this. I have been playing a bit with the Google app engine and GWT. Few evenings ago I decided that I could even try to do some really small application - just for fun. The result is not a rabbit but a small web app that can be used to plan SCRUM sprints.

Currently the app is very simple and still not that many lines of code. I will release something about it when I feel that it is ready for its first public appearing. Perhaps then I also tell more about the experience with both of those frameworks.

Naturally the rabbit wants to be there also!

Crazy Rugby Animal

Mar 12, 2009

Google App Engine

Creating a web app is nowadays easy. We have tons of good frameworks, good tools etc. and most of them are free. One thing that is also now emerging is that the infrastructure - servers, databases - are also free or very cheap. Just look at the Google App Engine. Its idea is pretty neat. You get Google's servers and infrastructure for free for your web services&applications. Only when it starts to attract more users you need to pay. Google itself is promising that the initial quota should be enough for around 5 million web page loads per month - pretty big.

What does it mean for developer? I had to give a try for it and it seamed to be really easy to get started. Currently coding is done with Python and the guys at Google are hinting that in future other environments will be also supported. Google provides own light weight framework which is easy to use. It however also supports pretty much any other Python based framework - you just need to use their database system. And why wouldn't you do that when you get their load balancing for free? Anyhow - you can get pretty far just by using the framework they provided. Documentation is also good. Too easy?

Google is doing lot to lower the barrier to enter web apps markets. With Google App Engine companies doesn't need to do any initial investments to the server infrastructure. They can pretty much try out if the service is going to fly until they need to pay. That has big impact on the risk and needed initial funding. I wouldn't be surprise if in near future there are tons of web apps running on Google's infrastructure.

Now back to coding...

Vroom, vroom engine