JasperReports Plugin

Would anyone be interested in a plugin to compile JasperReports straight
from IDEA ?

What features ??

Thanx
Thys de Wet

10
Avatar
Permanently deleted user

That would be a very cool tool and I might be interested in helping if
you want some help.

Thys de Wet wrote:

Would anyone be interested in a plugin to compile JasperReports straight
from IDEA ?

What features ??

Thanx
Thys de Wet


1

Any news about this?

Would be awesome if there would be an plugin for Jasper Reports. Also I'd gladly offer assistance!

1
Avatar
Permanently deleted user

Thys de Wet <thys.dewet@za.didata.com> wrote in news:3D64820A.6070807
@za.didata.com:

Would anyone be interested in a plugin to compile JasperReports straight
from IDEA ?

What features ??

Thanx
Thys de Wet


Excuse me for the silly question. But what is JasperReports? :)


Johannes Schneider

0
Avatar
Permanently deleted user

Open Source Reporting engine ..
Written in java..

Check out jasperreports.sourceforge.net

Using it at the moment for a project and having to compile stuff outside
the editor sucks, also working on viewing.

Btw. got the compile part working now working on getting a view window .

Johannes Schneider wrote:

Thys de Wet <thys.dewet@za.didata.com> wrote in news:3D64820A.6070807
@za.didata.com:

>>Would anyone be interested in a plugin to compile JasperReports straight
>>from IDEA ?
>>
>>What features ??
>>
>>Thanx
>>Thys de Wet
>>


Excuse me for the silly question. But what is JasperReports? :)


Johannes Schneider


0
Avatar
Permanently deleted user

Thys de Wet <thys.dewet@za.didata.com> wrote in
news:3D64A859.6090400@za.didata.com:

Open Source Reporting engine ..
Written in java..



Please help me. What for do u need a "Reporing Engine" in your IDE???


Johannes Schneider

0
Avatar
Permanently deleted user

We use this as a part of the project that we develop.
The engine is based on java..
Create xml file, compile it run it.
All of this is currently done with external tools.
I still use idea to create the xml , but then i have to compile and
preview it with an external tool.
This plugin compiles the xml file using the jasper compiler, and then
the report can be previewed.

Just a nice to have.. one place to work instead of two or three
different editors/compilers.



Johannes Schneider wrote:

Thys de Wet <thys.dewet@za.didata.com> wrote in
news:3D64A859.6090400@za.didata.com:

>>Open Source Reporting engine ..
>>Written in java..
>>



Please help me. What for do u need a "Reporing Engine" in your IDE???


Johannes Schneider


0

Hi,

I have developed a simple plugin to view and edit jrxml (jasper report source files) in IntelliJ Idea.

https://plugins.jetbrains.com/plugin/13043-jasper-report-support 

It's in a very early stage and currently, only support auto-complete and syntax highlighting only. I will develop some other advanced features in the near future. (Eg: create new .jrxml files from the context menu, compile .jrxmls files into .jasper files, etc.

Please contribute and report if you found any bugs. 

https://github.com/chathurabuddi/intellij-jasper-report-support/issues 

0

请先登录再写评论。