[appengine-java] Re: Blobstore vs. Datastore for HTML files

2011-05-06 Thread bradr
Ikai, this is what a 1.5MB HTML page looks like: http://svnbook.red-bean.com/en/1.5/svn-book.html :) I can't think of many other examples, outside of single page user guides for open source projects. So your point is very fair, especially given the average HTML files size is ~25 KB. 1MB XML

[appengine-java] Blobstore vs. Datastore for HTML files

2011-05-05 Thread bradr
I have an app that stores XML and HTML files, and i'm trying to decide on the Blobstore vs. Datastore Pro for Blobstore: it is possible for the HTML files to exceed 1 MB (although I have ready the average size of an HTML file is ~25 KB) Pro for Datastore: The blobstore allows for insert /

[appengine-java] Re: Blobstore vs. Datastore for HTML files

2011-05-05 Thread bradr
Question, if I opt for datastore ... I noticed that certain types (ie datastore.Blob and datastore.Text) can be up to 1 megabyte; not indexed. Can I have multiple 1mb text columns? Or is there an overall size limit for the row? On May 5, 3:42 pm, Brandon Donnelson branflake2...@gmail.com wrote:

[appengine-java] PMF.get().getPersistenceManager() freezes after restart

2010-07-19 Thread bradr
We are seeing some strange behavior... after we stop/restart the dev server it freezes when trying to get an instance of the PersistenceManager. Steps to repeat: 1) We execute a query similar to the AppEngine example:

[appengine-java] Re: Necessity for Java graphics

2010-06-20 Thread bradr
What about Google Chart API? http://code.google.com/apis/chart/image_charts.html The Google Charts API lets your create charts by simply encoding your dataset and chart formatting options in a URL. The URL returns a PNG image. No javaScript is required. See this example Pie Chart:

[appengine-java] Re: Report Engine on GAE

2010-01-15 Thread bradr
The project is being moved to TinyReport: http://code.google.com/p/tinyreport/ The project consists of two libraries 1) tinyreport-core - this is the core reporting runtime that takes a report xml file, runs queries and renders a report 2) tinyreport-birt - this library will take birt