You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
SAP BusinessObjects Dashboards 4 Cookbook
Categories
- Business Objects (14)
- Best Practices (5)
- Fusion Charts (5)
- Main (11)
- SQL Server (1)
- SSIS (1)
- Uncategorized (2)
- Universe Design (3)
- Web Intelligence (6)
- Xcelsius (29)
- Design Practices (5)
- Excel (4)
- Tips and Tricks (11)
- Workarounds (6)
Archives
- January 2012
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- April 2011
- March 2011
- February 2011
- December 2010
- November 2010
- August 2010
- July 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- October 2009
- August 2009
- April 2009
- March 2009
- January 2009
- December 2008
- November 2008
- October 2008
Tag Cloud
best practices
bonavista
bulletgraph
Business Objects
Business Objects Dashboards
charting package
conditional formatting
content management
Cookbook
datatable
dianne sawyer
dom
Dynamic Color Binding
Excel
expand
fannie mae
fix
fred carter
frederick carter
Fusion Charts
grid component
imt slider
inovista
java
Java Wrapper
microcharts
opendoc
pathway technologies
Publication
ripoff
SAP BusinessObjects Dashboards
scam
scorecard
sorting
sparkline
spreadsheet table
table
tree grid
universe
User Access
User Management
Web Intelligence
wrapper
Xcelsius
Xcelsius 2008



Fusion Charts Java Wrapper Updated
Fusion Charts Java Wrapper v1.0 released
I’ve updated the fusion charts java wrapper that I released in a previous post, however many people were having problems getting to work, so I’ve changed some stuff around and updated the wrapper with clear instructions on getting it to work for everyone.
The FusionCharts wrapper requires Java 1.5+ in order to run so make sure you have this set in the compile settings.
The package was tested on Eclipse JEE Galileo where you can download at the Eclipse website here
With the Web Tools Platform 3.1.1 addon here
In addition please install Tomcat which can be found here
I’ve released 4 versions that you can download ranging from the full source to just a war file.
Please click on the links to download your desired version
FusionCharts War File (web project)
FusionCharts Full Source (web project)
FusionCharts Jar File
FusionCharts Full Source
Java Docs
Part 1: Installation

I’ll explain how to install each version now.
1. Make sure your compiler is set to Java 1.5 or higher
2. Make sure your buildpath is using a Java runtime of 5.0 or higher

3. If you are using the WAR or the fullsource web project file (make sure you have unzipped it to your workspace), right click on the project explorer and select import either WAR or existing projects into workspace.


If you are using the JAR file, make sure you also import the jar into your WEB-INF lib folder
4. GREAT! now if you want you can try running the examples

Start your tomcat server by right clicking on your project -> run as -> run on server. Then select Tomcat and the location where you installed tomcat.
Finally go to your browser of choice and test out the example_alternative.jsp

For instructions on using the wrapper please click on my next post here
or you can download the user guide here
In addition click here to access the Java Docs