Jump to content
We've recently updated our Privacy Statement, available here ×

Reusable user defined libraries in Jasper?


mardeea
Go to solution Solved by reportdev,

Recommended Posts

Hello,

I'm looking at migrating from Oracle Reports to Jasper Reports. Our reports have shared libraries and i was wondering if it is possible to replicate the concept in Jasper as well. However i didn't find any clear info about this (i'm a beginner when it comes both to Jasper and Java so my understanding is not the best either). Is it possible (and if it is then how?) to 'migrate' Oracle reports libraries to Jasper?

Thanks in advance

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Solution

Sharing libraries is possible in Jasper by creating jar files using java code.

I have worked in the same setup and its not an easy task to convert Oracle reports to Jasper as-is.

We salvaged as much as psuedo code from Oracle reports libraries and then rewrote as Oracle objects.

You need to convert all the Program Units of pl/sql libraries to normal database objects and then write sql queries.

Link to comment
Share on other sites

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...