Hi, It depends what type of reporting you're looking for I guess. I use the Google Visualization APIs for a lot of charts, graphs, and some tables. I setup data feeds that return data in the format expected by the API. There are other options too, including some decent client-side graphing libs. I'd suggest you actually test a few of them and see what works best for you.
Robert On Fri, Jun 3, 2011 at 05:44, kevine <[email protected]> wrote: > Thanks Robert. Second part of my question - what reporting tools are > you all using under GAE - its sounds like it is difficult to render > reports on the server side due to java objects missing from the GAE > whitelist. I have no experience with any reporting tools so I am > wondering what performance will be like if I do the rendering on the > client which will be an android tablet or phone. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
