Jump to content

Recommended Posts

Posted

By: Tobias Gaekle - ike987

why is a .java file generated and compiled?

2003-05-19 04:34

maybe teodor or sb. else can answer this...

 

i'm currently looking into JasperReports to see how it works. as far as i understand, from a JasperDesign instance a .java file is created, compiled and serialized to result in a JasperReport (.jasper).

 

what is the advantage of this? why not just serialize the JasperDesign object?

 

thanks in advance.

 

 

 

 

By: Peter Kohlendorfer - kohlendorfer

RE: why is a .java file generated and compiled?

2003-05-27 23:28

The java file is used for calculating field values. Therefore you can use any function or method also from your own code in the report. Try to set the keep file flag to see the java file.

 

Greetings,

 

Peter

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...