Re: [Reporting] UI via JasperReports

2007-07-25 Thread Teody Cue Jr.

Hi Guys,

I've attached a couple of patches for this on MRM-329. :)
Comments are very much welcome...

-Teody



Maria Odea Ching wrote:

I don't really know about its licensing though..

-Deng

Brett Porter wrote:
"Me too" - 2 years ago, I did both the html paging, and emailing pdfs 
of the same thing, plus letting people write their own reports to run.


how does the licensing fit these days?

On 19/07/2007, at 12:53 PM, Maria Odea Ching wrote:

I had some experience with JasperReports and iReport. I'll be happy 
to help out, though I may have to polish up on that. It's been 2 
years since I last used it.


-Deng

Joakim Erdfelt wrote:
I'm about to integrate JasperReports into archiva for report 
presentation in archiva.


This will be a learning experience for me. I'd love to have some 
help with this effort.
Anyone here have any experience with JasperReports on webapps? 
(things like HTML output with paging)


- Joakim








Re: [Reporting] UI via JasperReports

2007-07-23 Thread Teody Cue Jr.

Hi Jo,

I played around with JasperReports today. I found out that we can put 
hyperlinks in the reports using: 



Where VAR_NAME is some property from the action. Integrated 
jasperreports-maven-plugin to archiva too. Nice little plugin that 
pre-compiles the .jrxml during compile phase.


I have a couple of questions though...
*Is there an issue for this in the JIRA already? If so, should I submit 
a patch every now and then even if it's not finish yet?


*jasperreports-maven-plugin assumes the .jrxml files are in 
src/main/jasper. But when running jetty:run from archiva-webapp, it 
looks for the .jasper file in src/main/webapp/... not in 
target/main/webapp/... Where should we put the .jrxml and .jasper files?


*With regards to pagination, can we put a crud  and  links 
for now? I found a way to put those links there. But having something 
like google's result page <1><2><3>... will be a little tricky.


Will submit a patch in a day or two.

Thanks,
Teody



Maria Odea Ching wrote:

I don't really know about its licensing though..

-Deng

Brett Porter wrote:
"Me too" - 2 years ago, I did both the html paging, and emailing pdfs 
of the same thing, plus letting people write their own reports to run.


how does the licensing fit these days?

On 19/07/2007, at 12:53 PM, Maria Odea Ching wrote:

I had some experience with JasperReports and iReport. I'll be happy 
to help out, though I may have to polish up on that. It's been 2 
years since I last used it.


-Deng

Joakim Erdfelt wrote:
I'm about to integrate JasperReports into archiva for report 
presentation in archiva.


This will be a learning experience for me. I'd love to have some 
help with this effort.
Anyone here have any experience with JasperReports on webapps? 
(things like HTML output with paging)


- Joakim








Re: [Reporting] UI via JasperReports

2007-07-19 Thread Maria Odea Ching

I don't really know about its licensing though..

-Deng

Brett Porter wrote:
"Me too" - 2 years ago, I did both the html paging, and emailing pdfs 
of the same thing, plus letting people write their own reports to run.


how does the licensing fit these days?

On 19/07/2007, at 12:53 PM, Maria Odea Ching wrote:

I had some experience with JasperReports and iReport. I'll be happy 
to help out, though I may have to polish up on that. It's been 2 
years since I last used it.


-Deng

Joakim Erdfelt wrote:
I'm about to integrate JasperReports into archiva for report 
presentation in archiva.


This will be a learning experience for me. I'd love to have some 
help with this effort.
Anyone here have any experience with JasperReports on webapps? 
(things like HTML output with paging)


- Joakim







Re: [Reporting] UI via JasperReports

2007-07-19 Thread Brett Porter
"Me too" - 2 years ago, I did both the html paging, and emailing pdfs  
of the same thing, plus letting people write their own reports to run.


how does the licensing fit these days?

On 19/07/2007, at 12:53 PM, Maria Odea Ching wrote:

I had some experience with JasperReports and iReport. I'll be happy  
to help out, though I may have to polish up on that. It's been 2  
years since I last used it.


-Deng

Joakim Erdfelt wrote:
I'm about to integrate JasperReports into archiva for report  
presentation in archiva.


This will be a learning experience for me.  I'd love to have some  
help with this effort.
Anyone here have any experience with JasperReports on webapps?  
(things like HTML output with paging)


- Joakim



Re: [Reporting] UI via JasperReports

2007-07-19 Thread Joakim Erdfelt

I'm completely open to any solution.
Reusing ReportingManager or tossing it out are both valid.

- Joakim

Teody Cue Jr. wrote:
I've done a couple of google search regarding paging but I can't seem 
to find a good example or article about it. My question though is that 
are we still using ReportingManager to generate the report results? 
And wrapping that class or using that class inside the action?


Regarding paging, I was thinking of having a couple of parameters to 
filter the query each time the user clicks the next page. There's a 
crude example using JasperReports with WebWorks here: 
http://www.opensymphony.com/webwork/wikidocs/JasperReports.html


-Teody



Maria Odea Ching wrote:
I had some experience with JasperReports and iReport. I'll be happy 
to help out, though I may have to polish up on that. It's been 2 
years since I last used it.


-Deng

Joakim Erdfelt wrote:
I'm about to integrate JasperReports into archiva for report 
presentation in archiva.


This will be a learning experience for me.  I'd love to have some 
help with this effort.
Anyone here have any experience with JasperReports on webapps? 
(things like HTML output with paging)


- Joakim










Re: [Reporting] UI via JasperReports

2007-07-19 Thread Teody Cue Jr.
I've done a couple of google search regarding paging but I can't seem to 
find a good example or article about it. My question though is that are 
we still using ReportingManager to generate the report results? And 
wrapping that class or using that class inside the action?


Regarding paging, I was thinking of having a couple of parameters to 
filter the query each time the user clicks the next page. There's a 
crude example using JasperReports with WebWorks here: 
http://www.opensymphony.com/webwork/wikidocs/JasperReports.html


-Teody



Maria Odea Ching wrote:
I had some experience with JasperReports and iReport. I'll be happy to 
help out, though I may have to polish up on that. It's been 2 years 
since I last used it.


-Deng

Joakim Erdfelt wrote:
I'm about to integrate JasperReports into archiva for report 
presentation in archiva.


This will be a learning experience for me.  I'd love to have some 
help with this effort.
Anyone here have any experience with JasperReports on webapps? 
(things like HTML output with paging)


- Joakim






Re: [Reporting] UI via JasperReports

2007-07-18 Thread Maria Odea Ching
I had some experience with JasperReports and iReport. I'll be happy to 
help out, though I may have to polish up on that. It's been 2 years 
since I last used it.


-Deng

Joakim Erdfelt wrote:
I'm about to integrate JasperReports into archiva for report 
presentation in archiva.


This will be a learning experience for me.  I'd love to have some help 
with this effort.
Anyone here have any experience with JasperReports on webapps? (things 
like HTML output with paging)


- Joakim