Re: Reporting Engine on Wicket 1.3.4

2008-09-11 Thread Ajayi Yinka
; 1. We have a page that has an IFrame (inline frame). >>>>>>> 2. For each report (in the BIRT project) there's a Wicket's popup >>>>>>> modal >>>>>>> window to select parameters. >>>>>>>I am very happ

Re: Reporting Engine on Wicket 1.3.4

2008-09-11 Thread Edvin Syse
lease don't print this e-mail unless it's really necessary - Eyal Golan [EMAIL PROTECTED] Visit: JVDrums LinkedIn: LinkedIn -- View this message in context: http://www.nabble.com/Reporting-Engin

Re: Reporting Engine on Wicket 1.3.4

2008-09-11 Thread Edvin Syse
ROTECTED] Visit: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com/in/egolan74 P Save a tree. Please don't print this e-mail unless it's really necessary - Eyal Golan [EMAIL PROTECTED] Visit: JVDrums LinkedIn: LinkedIn

Re: Reporting Engine on Wicket 1.3.4

2008-09-11 Thread Ajayi Yinka
egrated BIRT and Wicket. >>>>> >>>>> A question to you all: >>>>> Has anyone worked with Wicket and BIRT? >>>>> (funny, but I planned to ask this anyway) >>>>> >>>>> Eyal >>>>> >>>>>

Re: Reporting Engine on Wicket 1.3.4

2008-09-11 Thread Edvin Syse
ECTED] Visit: JVDrums LinkedIn: LinkedIn -- View this message in context: http://www.nabble.com/Reporting-Engine-on-Wicket-1.3.4-tp19367975p19390209.html Sent from the Wicket - User mailing list archive at Nabble.com. -

Re: Reporting Engine on Wicket 1.3.4

2008-09-09 Thread David R Robison
ss it's really necessary - Eyal Golan [EMAIL PROTECTED] Visit: JVDrums LinkedIn: LinkedIn -- View this message in context: http://www.nabble.com/Reporting-Engine-on-Wicket-1.3.4-tp19367975p19390209.html Sent from the Wicket - User mailing list archive at Nabble.co

Re: Reporting Engine on Wicket 1.3.4

2008-09-09 Thread Eyal Golan
#x27;ve looked at the JasperReports integration but the docs say it's not > >> complete > >> > >> Thanks in advance > >> > >> - > >> To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Reporting Engine on Wicket 1.3.4

2008-09-09 Thread reiern70
TECTED] >> >> > > > -- > Eyal Golan > [EMAIL PROTECTED] > > Visit: http://jvdrums.sourceforge.net/ > LinkedIn: http://www.linkedin.com/in/egolan74 > > P Save a tree. Please don't print

Re: Reporting Engine on Wicket 1.3.4

2008-09-09 Thread Leon Nieuwoudt
Thanks for the advice guys At the moment I'm not too worried about a friendly report designer... although I just know the users will ask for one and never use it ;) So I guess a JasperReport integration will give the most mileage. BIRT does seem interesting, although the integration seems somewh

Re: Reporting Engine on Wicket 1.3.4

2008-09-09 Thread Nino Saturnino Martinez Vazquez Wael
Martijn Dashorst wrote: ireport is not suitable for users. Wow what a statement. Depends on the user I guess:) So the holy grail continues.. Maybe it's time for a wicket UI jasper integration thing? Martijn On Tue, Sep 9, 2008 at 10:29 AM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROT

Re: Reporting Engine on Wicket 1.3.4

2008-09-09 Thread Martijn Dashorst
ireport is not suitable for users. Martijn On Tue, Sep 9, 2008 at 10:29 AM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: > > > Martijn Dashorst wrote: >> >> We use reportmill (I wouldn't pick that anymore), jasperreports (has >> its own problems), crystal reports (haven't done

Re: Reporting Engine on Wicket 1.3.4

2008-09-09 Thread Nino Saturnino Martinez Vazquez Wael
Martijn Dashorst wrote: We use reportmill (I wouldn't pick that anymore), jasperreports (has its own problems), crystal reports (haven't done anything serious yet) and business objects (old version and nowadays XI). IMO there are lots of problems with reporting tools: jasper is not sophisticate

Re: Reporting Engine on Wicket 1.3.4

2008-09-09 Thread Martijn Dashorst
We use reportmill (I wouldn't pick that anymore), jasperreports (has its own problems), crystal reports (haven't done anything serious yet) and business objects (old version and nowadays XI). IMO there are lots of problems with reporting tools: jasper is not sophisticated enough in its design tools

Re: Reporting Engine on Wicket 1.3.4

2008-09-09 Thread Nino Saturnino Martinez Vazquez Wael
I use jfreechart & jasperreports with idesigner( so that people can design their own reports).. We had our on hack at the integration.. But it should be trivial.. Leon Nieuwoudt wrote: Hi all I would like to know what kind of reporting engines are commonly used for Wicket-based apps? We have

Re: Reporting Engine on Wicket 1.3.4

2008-09-08 Thread Piller Sébastien
Personnaly, I use JasperReport/iReport to make pdf reports. It works very well, and is quite easy to use. For Excel, I use it too, or JExcelAPI when I need to do more sophisticated things Hi all I would like to know what kind of reporting engines are commonly used for Wicket-based apps? We h

Re: Reporting Engine on Wicket 1.3.4

2008-09-08 Thread Eyal Golan
Hi, We use BIRT as a report engine. A freelancer has created the prototype BIRT project, and now we took over it. 1. BIRT gives you all your needs. 2. I don't like it very much actually. 3. It is a different project than Wicket. (different WAR) 4. I plan to check how to integrate it to be in the sa

Reporting Engine on Wicket 1.3.4

2008-09-08 Thread Leon Nieuwoudt
Hi all I would like to know what kind of reporting engines are commonly used for Wicket-based apps? We have the need to generate CSV, Excel, and PDF files with graphs and pretty graphics. We've looked at the JasperReports integration but the docs say it's not complete Thanks in advance