I've just completed and deployed a medium scale Pivot app, and for my purposes, the web queries API (Query subclasses on the client, and QueryServlet on the server) suited my needs. In addition to JSON data, I dynamically generate images using a QueryServlet with a BufferedImageSerializer and PDFs using a QueryServlet with a PDFSerializer. My app's (actually a suite of two applications) a very run-of-the-mill app that's used for consultant time and expense invoicing, where the generated bills get imported automatically into Quickbooks at the end of a billing period. -T
On Fri, Aug 21, 2009 at 7:08 AM, Sandro Martini <[email protected]>wrote: > Ok, but my trouble here is to see if pivot users have all tools needed > to query their (standard) backend, and if something should be enhanced > or modified to simplify their work ... but at the moment no others > answered (only Vincente), sigh. Probably a real poll on the site > should be better. > > In any case, write here your comments ... > > Sandro >
