Jump to content
JasperReports Library 7.0 is now available ×

Implementing own DataSource already possible?


wagnerma

Recommended Posts

We have implemented our own DataSource for use with jsperreport and iReport. My question is now, is it already possible to use an own DataSource implementation in Jaspersoft Studio?

The other question is, we have also implemented an own query language. Is this already possible?

If yes, how ;-) ??

Regards,

Marcel

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

In iReport you would had to implement the IReportConnection and IReportConnectionEditor classes.

In Jaspersoft Studio we renamed that classes in DataAdapter, DataAdapterFactory and DataAdapterEditor. Your implementation can be plugged in Jaspersoft Studio using a plugin and the com.jaspersoft.studio.dataAdapters extension point.

A data adapter to use custom data sources (where you provide just a class to return a JRDataSource) is under development and it should be ready the next week.

 

Giulio

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