[appengine-java] Re: JasperReports on GAE

2009-09-05 Thread Sherman Wood

JasperReports uses AWT classes to determine pixel perfect
positioning of visual elements, which is core to a lot of
functionality. It would be a lot work to change this.

JR uses iText only for PDF generation.

I think a broader question is why does GAE not support Java
standards.

Sherman Wood
Open Source Project Lead
Jaspersoft

On Sep 3, 4:01 pm, Grzegorz Borkowski grzegorz...@gmail.com wrote:
 Is it possible to useJasperReportson GAE? We are considering porting
 our application to GAE, but one of the core features of this
 application is reporting implemented with aid ofJasperReports. From
 what I understand, JasperReporst depend on iText, which is not GAE-
 compatible. Also, some 
 posts:http://www.extjs.com/deploy/dev/examples/feed-viewer/view.html
 andhttp://www.jscriptive.org/2009/08/jasperreports-and-google-appengine
 claim thatJasperReportsalso directly use awt libraries, not
 available on GAE.
 It's crucial for us to have our reports working. So does anybody
 managed to useJasperReportson GAE and can give a hint how to do it?
--~--~-~--~~~---~--~~
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-java@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
-~--~~~~--~~--~--~---



[appengine-java] Re: JasperReports on GAE

2009-09-04 Thread Grzegorz Borkowski

Do you know if JasperReports developers are aware of this problem? Is
there any bug reported to them? I haven't found any on myself.
Logically, JasperReports (nor iText) shouldn't depend on AWT classes,
so this dependency is a bit strange, and perhaps can be fixed by them.

On Sep 4, 12:16 am, bgood ben.mcgee.g...@gmail.com wrote:
 We had the same problem but ended up hosting the report generator on a
 separate server.  If you figure it out, please post here about how to
 do it!  Its really the only critical piece of our code that we can't
 move into this particular cloud.  Its the only reason we are
 considering alternative hosting services right now.
--~--~-~--~~~---~--~~
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-java@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
-~--~~~~--~~--~--~---



[appengine-java] Re: JasperReports on GAE

2009-09-04 Thread bgood

Sure would be nice if appengine would decide to support awt - it would
solve this problem and many others. (Vote for it here
http://code.google.com/p/googleappengine/issues/detail?id=1423).
However, my impression is that they have no intention to do so any
time soon - it must cause some significant problems for their
infrastructure.

Someone apparently got iText to run in app-engine
http://groups.google.com/group/google-appengine-java/msg/419faf63fff47ef7

and there was an issue posted to itext on sourceforge, but I can't
seem to access the itext project there anymore - perhaps they moved?
https://sourceforge.net/tracker/?func=detailaid=2810312group_id=152



On Sep 4, 1:33 am, Grzegorz Borkowski grzegorz...@gmail.com wrote:
 Do you know if JasperReports developers are aware of this problem? Is
 there any bug reported to them? I haven't found any on myself.
 Logically, JasperReports (nor iText) shouldn't depend on AWT classes,
 so this dependency is a bit strange, and perhaps can be fixed by them.

 On Sep 4, 12:16 am, bgood ben.mcgee.g...@gmail.com wrote:



  We had the same problem but ended up hosting the report generator on a
  separate server.  If you figure it out, please post here about how to
  do it!  Its really the only critical piece of our code that we can't
  move into this particular cloud.  Its the only reason we are
  considering alternative hosting services right now.
--~--~-~--~~~---~--~~
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-java@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
-~--~~~~--~~--~--~---



[appengine-java] Re: JasperReports on GAE

2009-09-03 Thread bgood


We had the same problem but ended up hosting the report generator on a
separate server.  If you figure it out, please post here about how to
do it!  Its really the only critical piece of our code that we can't
move into this particular cloud.  Its the only reason we are
considering alternative hosting services right now.
--~--~-~--~~~---~--~~
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-java@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
-~--~~~~--~~--~--~---