Use the datastore; a blog that needs to be written in static HTML and
redeployed for every post would be a usability nightmare.  If you're
concerned about the speed of fetching the articles from the datastore,
use memcache to cache them the first time they're fetched.

Nick Johnson has an excellent series of articles about writing a
blogging engine on App Engine at http://blog.notdot.net/tag/bloggart

On Mar 9, 2:04 am, Love Yao <wmainl...@gmail.com> wrote:
> I want to make a blog-system in GAE,but I want to know
> " What is the better way to save Blog Articles"
>
> I want to save every atrticle to a static Html in my app not
> datastroe,
> but in this way ,every time I update my app Version,
> the static Htmls will disappear,so I think I can now do in this way.
>
> but I think  save  atrticle in datastore will be slow to show in the
> app?
>
> is there being a good idea to do with it?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to