cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to create a report in java?

SKumar
Super Contributor

All

 

I need help 🙂

 

I am running Mega 2009 Sp5 Patch 5 Rls 6. I would like to create a report similar to Application Communication, but .

 

I am very well versed with java. What I dont know is where to start. I have no clue as to where to begin, I looked around in the Knowledge base, but couldnt find an article that explains this.

 

1. How do I develop a report from a Java IDE like Eclipse?

2. How do I run the Java code from within the tool?

3. Could someone post a sample java report?

4. What additional licenses would I need inorder to create a report

5. If i cannot create this in an IDE, how do I create one in mega and debug?

 

I would be very thankful if someone points me in the right direction!

 

-S

 

11 Replies

jhorber
MEGA
MEGA

Hello sKumar

 

See below are 4 key documents. In ay case, you need to know API scripr programming

See also the following article http://community.mega.com/t5/custom/page/page-id/mega-kb-solution?sid=50120000000mqnPAAQ

 

MEGA Publisher EN.pdf, section 'Report Templates'
Content: how to create a report template with a wizard, how to configure report parameters, how parameter a report charter, report templates modeling rules
--> enables to understand global architecture
Knowing java or VB script programming is not required

 

Article Writing Java Report Chapters EN.pdf
Content: how to developp report chapter generators in Java
Pre-requisite: understand global architecture, know java programming

 

Article Writing Java Report Renderers EN.pdf
Content: how to developp report renderes in Java
Pre-requisite: understand global architecture, know java programming
Useful if standard renderers are not appropriate (advanced cases)

 

Java Report Documentation (mj_anls.doc.zip)
Content: reference documentation for report API functions (browsing, formatting...)
Pre-requisite: understand global architecture, know java programming
Using such APIs is not required for basic report templates
Enables great productivity when integrated with Eclipse

Jerome