Source code and documentation?

Hello,
I haven't found the source code of JasperETL or its relative documentation.

Where I can find it?

Best regards.
Post edited by: marco83, at: 2008/01/10 10:00
marco83's picture
36
Joined: Jan 8 2008 - 7:27pm
Last seen: 15 years 5 months ago

6 Answers:

I haven't found documentation.
In particular I need to know how JasperETL generates the Java code. I've seen that there are many classes to allow the generation of code (for each component used) but I haven't understand where and when they were used.

Can I have a brief explanation?

Thanks.
marco83's picture
36
Joined: Jan 8 2008 - 7:27pm
Last seen: 15 years 5 months ago
tcloonan's picture
1749
Joined: Dec 22 2006 - 1:13am
Last seen: 16 years 5 months ago
Thanks for your link. It's very useful.
I've a problem. I want to create a job without use the graphical interface. For this reason I would know the instruction that invoke the generation of the code of a specific job. I'm seeking between the source code but it's very difficult without help.
Can you help me?
marco83's picture
36
Joined: Jan 8 2008 - 7:27pm
Last seen: 15 years 5 months ago
It's not really the intention of JasperETL to support creating jobs without using the GUI. The expectation is that the GUI provides developers a good environment for building jobs. Of course it's certainly possible in principle to build jobs without the GUI, but I don't think there are currently many folks using the tool in this way.

Maybe you could explain the reasons why you want to use the tool like this.
mdahlman's picture
35346
Joined: Mar 13 2007 - 2:43am
Last seen: 8 years 7 months ago
I would like to use Jasper to perform transformations of documents recalling its functionalities from a class Java. In practice I would like to write a class Java that allows to perform a job memorized on Jasper.
Then I wanted to know if it were possible to know the way to load a job (generate the appropriate class java) and to run it.

In final I need only the comands to invocate the generation of the code using the XML that describe the jobs.
I hope someone help me.
Post edited by: marco83, at: 2008/01/17 13:59
marco83's picture
36
Joined: Jan 8 2008 - 7:27pm
Last seen: 15 years 5 months ago
I've understood that the class processUtilities manages the generation of code with the instruction
generateCode(IProcess process, IContext context, boolean statistics, boolean trace, boolean properties)
where IProcess is an interface implemented by the class Process that manages the information contained into the XML file of the process with the extention .properties.
With the instruction getMasterJob I can take the information by the file with the extension .item
It's right?

The question is: how can I do to load the file .property? There is a method called loadXmlFile but I haven't understood how can I use this or what is the meaning of the argument ProcessType.


p.s. Can I create a new Process or I must use a factory?
Please help me.
Best regards
marco83's picture
36
Joined: Jan 8 2008 - 7:27pm
Last seen: 15 years 5 months ago
Feedback
randomness