StimVinsh / xdocreport

Automatically exported from code.google.com/p/xdocreport
0 stars 0 forks source link

XDocReport support for Play! and Play2! framework #138

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I think it should be cool if XDocReport provides a support for Play! and Play2! 
framework http://www.playframework.org/

To do that we can do the same thing than existing Play module.

1) Develop the Play! support 

We could create the play.modules.xdocreport project to manage that.

=> See PDF module at 
https://github.com/pepite/play--pdf/blob/master/src/play/modules/pdf/PDF.java

=> See Excel module at 
https://github.com/greenlaw110/play-excel/blob/master/src/play/modules/excel/Exc
el.java

2) Develop the Play2! support

We could create the play2.modules.xdocreport project to manage that.

See PDF module at 
https://github.com/joergviola/play20-pdf/blob/master/module/app/util/pdf/PDF.jav
a

3) Develop the XDocReport Play! demo

We could create the play.modules.xdocreport.samples project to manage that.

See PDF module example at 
https://github.com/pepite/play--pdf/blob/master/samples-and-tests/pdf/app/contro
llers/Application.java

See Excel module sample at 
https://github.com/greenlaw110/play-excel/blob/master/sample/excel/app/controlle
rs/Application.java

4) Develop the XDocReport Play2! demo

We could create the play2.modules.xdocreport.samples project to manage that.

See PDF module example at 
https://github.com/joergviola/play20-pdf/blob/master/samples/pdf-sample/app/cont
rollers/Application.java

@Pascal : It's just an idea. Tell me if you are OK with that.

Original issue reported on code.google.com by angelo.z...@gmail.com on 12 Sep 2012 at 8:58