Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21

Thread: Jasper Reports and Rich client

  1. #11
    Join Date
    Aug 2004
    Location
    Northridge, CA
    Posts
    151

    Default

    Thanks Gustavo, I am downloading it now. I will update you with my feedback.

    Amad

  2. #12
    Join Date
    Aug 2004
    Location
    Switzerland
    Posts
    32

    Default

    Hi gfaerman

    just wanted say that this components sould not only work within a J2EE environment.

    thanx for clarify!

    Claudio

  3. #13
    Join Date
    Sep 2004
    Location
    Vancouver, BC, Canada
    Posts
    135

    Default Re: Jasper Reports and Rich client

    Quote Originally Posted by afida
    I think there is some support in spring 1.1.3+ for jasper reports but its mainly view classes for web layer
    That's my feeling too -- the existing Spring support for JasperReports seems to be targeted at web apps.

    We are using JasperReports in our rich client project. I have made some simple classes and interfaces for generating reports and displaying them in a Spring Rich Client app. For example, I made a DialogPage which encapsulates a JRViewer. In addition, I made a JRViewer than can be configured (i.e. you can set which buttons are visible) via an "options" object. This options object can be created in an application context and set on the DialogPage via dependency injection.

    I have not, however, made any sort of report designer classes. Our users will not be designing reports. We are designing them ourselves, using the JasperAssistant Eclipse plugin.

    If are interested in having at look at my code, please private message me. (If this has broad appeal, perhaps I can upload the code to JIRA?). The code is very basic but it should give you a start, at least.
    Cheers,
    Joe
    "All your bean are belong to us" - Spring Framework's IOC Container

  4. #14
    Join Date
    Aug 2004
    Posts
    229

    Default Re: Jasper Reports and Rich client

    Cyboc,
    It has broad appeal to me. Nevertheless, I shall private message you.

    - Andy

    Quote Originally Posted by cyboc
    ...
    If are interested in having at look at my code, please private message me. (If this has broad appeal, perhaps I can upload the code to JIRA?). The code is very basic but it should give you a start, at least.

  5. #15
    Join Date
    Aug 2004
    Location
    Northridge, CA
    Posts
    151

    Default

    Joe, I just send you a private message as well, but I think as Andy said it would be better if we share it here on the forum, so everyone can take advantage of it.

    Amad

  6. #16
    Join Date
    Dec 2004
    Location
    Buenos Aires, Argentina
    Posts
    73

    Default Just posted lyno v 0.7.0.1

    Just fixed some bugs. We've also posted a "working" sample. It's a scaled down RC app based in petsample. It takes data from a database using OJB.
    It uses the standar Jasper viewer, but since the framework is pluggable, it can be replaced..

    URL is http://oso.websa.com.ar/lyno

    As soon as I have some time, I will post a working client server demo (the code is almost completed in the zip file). Just need to configure Spring remoting and do the bootstraping in a new starting class.

    Gustavo.

  7. #17
    Join Date
    Sep 2004
    Location
    Vancouver, BC, Canada
    Posts
    135

    Default

    Okay afida and adepue, I have created a feature request in JIRA and I have uploaded my code as a starting point for you guys and the Rich Client project guys. I hope it works for you. It works well for my needs.

    The issue number is RCP-92. Here's a link:

    http://opensource.atlassian.com/proj.../browse/RCP-92
    Cheers,
    Joe
    "All your bean are belong to us" - Spring Framework's IOC Container

  8. #18

    Default

    Cyboc,

    Thanks! This is exactly what I am looking for. I think you do a good job on this one!
    Stefano Rossi

    "If I want your opinion, I'll give it to you."

  9. #19
    Join Date
    Sep 2004
    Location
    Vancouver, BC, Canada
    Posts
    135

    Default

    Quote Originally Posted by cyboc
    I have created a feature request in JIRA and I have uploaded my code as a starting point for you guys and the Rich Client project guys. I hope it works for you. It works well for my needs.

    The issue number is RCP-92. Here's a link:

    http://opensource.atlassian.com/proj.../browse/RCP-92
    Today I got the latest version of Spring Rich Client from CVS. I noticed that the included Spring Framework jars (in the "spring-richclient\lib\spring" directory) were updated to version 1.1.4, which depends on jasperreports-0.6.4.jar. So, I updated my jasper jar to that one. Upon doing that, I got deprecation warnings from one of my classes that I uploaded to JIRA.

    Anyway, to make a long story short, I fixed those deprecation warnings and uploaded a new version of "DefaultJasperReportGenerator.java" to JIRA. You will want to get the version that I uploaded on 22/Feb/05.

    In addition, I had to recompile my test jasper report (for JUnit test) because I was getting InvalidClassExceptions because it was compiled with 0.6.3 but I was trying to run it with 0.6.4. I have uploaded that newly compiled file to JIRA. It is called MyPersonBean_JavaBeanNamingConvention.jasper. Having said that, instead of using my ".jasper" file, I recommend you recompile it from the source, "MyPersonBean_JavaBeanNamingConvention.jrxml".
    Cheers,
    Joe
    "All your bean are belong to us" - Spring Framework's IOC Container

  10. #20
    Join Date
    Feb 2010
    Posts
    1

    Default Japser Report printing at client side

    Check the answer in the following

    helptodeveloper.blogspot.com/2010/02/way-of-printing-jasper-report-at-client.html

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •