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

Two different data sources: xml for design ti


Recommended Posts

By: tortois - tortois

Two different data sources: xml for design ti

2006-03-13 01:40

Hello,

I'd like to ask for advice people who do work with JasperReports in J2EE environment.

Usually designing report layout is done by an "artist" (someone with advanced graphic skills but weaker programming skills).

For such a person it is best to use XML data source since it's easy to understand and easy to maintain. Also changes to it are reflected instantly.

Unfortunately XML data source requires tag/attribute references to be embedded into report definition.

 

On the other hand in J2EE deploy environment it's better (more natural, more efficient) to use memory collections (e.g. java beans).

 

Is there a way to use these two different data sources with one report: xml datasource for design time and javabeans for deploy time?

Any strategies? How to reconcile these two?

 

Any advice would be appreciated.

Best regards,

tortois

Link to comment
Share on other sites

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