Recently I've been very interested with GWT and Google App Engine. Although I know little of the latter, I think I have a basic understanding of what is it.
From what I've read (and using my novice computer science comprehension) I've come up with: Google App engine is a service that allows you to host your code on Google servers. Once someone accesses your app it gets compile on their PC. Please correct me if I'm wrong.
This is where the real part of my question comes in. I'm interested in making a dynamic webpage. Basically a blog. I remembered reading somewhere that the Wolfire Blog was built this system. I guess I'm aiming to make something similar to this but not quite as intricate.
So here are my questions.
Do I use GWT to develop the blog? Or is GWT separate from App Engine?
Where can I start? I'm going to read the basic tutorials on for the App Engine off of Google but are there any other resources? Maybe some that aren't even related to App Engine but are just tips on how make/start a dynamic web blog.
Thanks!
Supplemental:
I'm going to be using the Java variant of App Engine as I am not too familiar with Python.