• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Sample Code Of Jasper

 
Ranch Hand
Posts: 3640
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello

If anybody can please send me a sample example of Jasper Rpeort then it would be very useful to me.

Thanks in advance.

Regards,
Chetan
 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Chetan,

Check this link, it contains full fledged examples for jasper reports.
Jasper Reports - Project Samples
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am ALSO new to JasperReports, My Question is that I am not sure where to start, so do you have a step by step guide or manual so that a complete newbie like myself can get my classes working with JasperReport and make an application?.

I attempted to try the examples from the JasperReports in Eclipse, but they seem to need arguments sent to each main, and need hsqldb and so on with no luck.

My motive is to generate a VERY SIMPLE HELLO WORLD JASPER REPORT from one standalone java progam.

Ashish Uniyal
SCJP2
 
Chetan Parekh
Ranch Hand
Posts: 3640
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!

Mail me on someone_genius@yahoo.com.

I will send you some samples and examples.

Reg,
Chetan Parekh
 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello could u pls send me the samples and examples
am new to JasperReport
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Mona Gadkari:
Hello could u pls send me the samples and examples
am new to JasperReport



Follow the link:
https://coderanch.com/t/61835/open-source/Help-Required-JAsper-Report
 
Mona Gadkari
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for a fast response.
I really needed that.....
 
Chetan Parekh
Ranch Hand
Posts: 3640
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello!

Sorry I am running short of time, but as soon as I got myself free I will be developing tutorial for Jasper.

Presently I am developing a tool for Jasper Report and I will post the code as soon as finish it.

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am beginning to work on the reporting aspect of my project. Specifically, I am developing a Server side Java J2EE app using Struts, and Tiles & JSP for the view. I am investigating the use of JasperReports however, I am confused with the following :

For instance, if I want to display the report in one of my tiles/jsp pages that comprise my entire response, how do I do that? I have multiple jsp pages/tiles that create the app interface (menubar, navigation pane, main content, etc). Should I save the created report to a physical file and then in the jsp page display it... if so how do I do that in the jsp page? If I want to open the report in another window, instead of one of the app tiles, how is that done (does anyone have an example)? Many of the sample codes I see in the sourceforge pages seem to assume that you are only sending back one response containing the report, but how do I handle a Struts/Tiles scenario?

Any info would be of great help.

Thanks,
Ivan
 
Ranch Hand
Posts: 1491
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Chetan Parekh, I have some doubts
regarding jasper reports.

Any Eclipse 3.0 open source plugin is available for
jasper reports ?

Are u developing stand alone tool like iReports (or)
Eclipse plugin for jasper Reports ??
 
Ivan Hurtado
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The JasperAssistant plugin is available for Eclipse 3.0. While it may not be opensource, it is very inexpensive (approx $59.00 per license).
 
That which doesn't kill us makes us stronger. I think a piece of pie wouldn't kill me. Tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic