azizlabib2015 / jmesa

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

Enhance library to support export without HttpServletRequest/HttpServletResponse #326

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Related to Issue 308
2. Will be a nice to have feature, without the need to implement WebContext 
(which is troublesome).
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
3.0

Please provide any additional information below.

Original issue reported on code.google.com by alvin...@gmail.com on 19 Sep 2011 at 10:21

GoogleCodeExporter commented 8 years ago
I think you are asking if JMesa could be used as a generic library to create 
PDF's, Excel Worksheets, etc...?

Its an interesting question and technically I like the idea. Not sure it would 
be worth it in general as JMesa was created to be a web framework.

Original comment by jeff.johnston.mn@gmail.com on 20 Sep 2011 at 1:33

GoogleCodeExporter commented 8 years ago
I basically got it working by extending a few classes of JMesa. Now, my code
can be used for
1. display on page
2. export to file on the fly
3. export to file by a background job

Original comment by alvin...@gmail.com on 20 Sep 2011 at 2:38