cancel
Showing results for 
Search instead for 
Did you mean: 

Creating an RPT from scratch using POJO

Former Member
0 Kudos

Hi there,

I am wondering if there is a possibility to create an rpt file from scratch..either

1) using XML-XSD combinations or

2) using Java.. means POJO and Beans may be.. (java as a datasource and creating from scratch using java - NO JSP).

I cannot use much of JSP for this and I need to only view the reports. I am trying to use the Eclipse for Crystal reports and I am wondering is someone can point me to the correct sample files if any exists.

any help would be highly appreciated.

cheers

Domnic

Accepted Solutions (0)

Answers (1)

Answers (1)

Adam_Stone
Active Contributor
0 Kudos

Almost all of our samples are written in jsp, you find those [here|http://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsJava+SDKSamples]

You should be able to take the code from these and get it working in a .java file.