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

Jaspersoft Studio Custom Component Tutorial


Sonamchawla0506

Recommended Posts

I've been going through the process of developing a custom QRCode component for Jaspersoft. This article explains how to do it in iReport Designer. But I'm wondering how to get the QRCode component described by the article to work in Jaspersoft Studio.


Does anyone have any examples of a custom component that can be used with Jaspersoft Studio? I'm looking for links to source or tutorials. Have not been able to find anything specific to Jaspersoft Studio.


Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

actually there is no official documentation on how to create custom components in Jaspersoft Studio. Moreover, as you may probably have seen, Jaspersoft Studio is based on Eclipse, while iReport is based on Netbeans. Therefore, you will need to create an Eclipse plugin for it, so you should start looking at how to develop Eclipse plug-ins first.

 

We are planning to develop a custom wizard in order to allow the user to create the needed skeleton to create a custom component. The same will be for custom data adapters. Somehow it will follow the same idea we implemented with the "Functions Library" wizard, introduced in the last versions.

 

Unfortunately there is still no timeline for this. Highly probably it will be included in the next major release.

you can visit this link for the jaspersoft https://goo.gl/N5gXV1

 

However, you could give a look at how the HTML component is currently implemented in Jaspersoft Studio. I think it's a good candidate from where to start.

 

Check:

 

HTML JR component source code in the demo folder of JasperReports project

HTML JSS component source code in the plug-in com.jaspersoft.studio.html

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