简体   繁体   English

Google App Engine的报告框架

[英]Reporting framework for Google App Engine

All, Is there a proven working reporting framework for GAE that 1) It's lightweight 2) It can aggregate data from Cloud SQL (JPA) 3) It's java base 全部,是否有针对GAE的行之有效的工作报告框架,该框架如下:1)轻量级2)可以从Cloud SQL(JPA)聚合数据3)基于Java

Amir 阿米尔

It is unusual to need reporting but not have specific output format requirements. 需要报告但没有特定的输出格式要求是不常见的。 If you are looking to dump XML or CSV, then you should simply write your cloud query, extract the ResultSet data and return the data in the format you need - just custom code. 如果要转储XML或CSV,则只需编写云查询,提取ResultSet数据,然后以所需的格式(仅自定义代码)返回数据。 If you want to produce reports in PDF for example, I would use iText or Docmosis to create the documents. 例如,如果要生成PDF格式的报告,则可以使用iText或Docmosis来创建文档。 With iText your code would extact the ResultSet and build the PDF document. 使用iText,您的代码将扩展ResultSet并构建PDF文档。 With Docmosis you would work the same way, or pass the ResultSet to Docmosis to extract on your behalf, but your template would create your format. 使用Docmosis时,您将以相同的方式工作,或者将ResultSet传递给Docmosis以代表您提取内容,但是模板将创建您的格式。

Either way, the JPA / Cloud SQL is part of your application code. 无论哪种方式,JPA / Cloud SQL都是应用程序代码的一部分。 Please note I work for the company that created Docmosis. 请注意,我为创建Docmosis的公司工作。

I hope that helps. 希望对您有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 基于 Java 的 Google App Engine 报告 - Reporting for Java base Google App Engine 谷歌应用引擎上的速度框架 - velocity framework on google app engine 带有Google App Engine的Activator Play Framework - Activator Play Framework with google app engine 如何从在 GKE 上运行的 Java 应用程序获取 GCP 错误报告(谷歌 kubernetes 引擎) - How get GCP Error Reporting from Java App running on GKE ( google kubernetes engine ) 使用Play Framework和Google App Engine的“ VerifyError:期待堆栈图框架” - “VerifyError: Expecting a stackmap frame” using Play Framework and Google App Engine 开始使用Google App Engine Java - 从哪个框架开始? - Beginning Google App Engine Java - Which Framework to start with? 如何在Google App Engine上使用Spring Framework创建表单登录名 - How to create a form login with Spring Framework on Google App Engine Google App Engine SDK弃用影响我的Framework应用程序 - Google App Engine SDK deprecation effecting my Framework application 如何将Play Framework与Google App Engine和本地安装的Java 7结合使用? - How to use the Play Framework with Google App Engine with locally installed Java 7? 您将使用哪些Java框架与Google App Engine合作? - What Java framework would you use with Google App Engine?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM