Hi,

why don't you use blobs ? 
http://code.google.com/appengine/docs/java/blobstore/overview.html

didier

On Jun 30, 6:59 pm, Developer <cyber.antagon...@gmail.com> wrote:
> Hi!
>
> I'm developing blog engine using JSP, servletts and JDO (thru GAE).
> And I've got a problem.
>
> For blog-posts I've developed persistance class Posts with some fields
> and with main String-field "text" for content of post. The problem is
> the max lenght of this field: I can't add blog-posts larger then max
> size of String. And of cource I cant add them then in datastore.
>
> Does anybody have any ideas how to fix it? Because if I don't solve
> this problem, I would get kind of micro-blog (like Twitter). And I
> want a normal blog enstead :)
>
> Thank you.

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

Reply via email to