Skip to content

🔧 JasperXMLtoJB is a tool that convert a .jrxml file to a JavaBean.

License

Notifications You must be signed in to change notification settings

denidiasjr/JasperXMLtoJB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JasperXMLtoJB

JasperXMLtoJB is a tool that convert a .jrxml file to a JavaBean.

alt text

You can import this library and use it on your project like this:

JasperXMLtoJB jasperJB = new JasperXMLtoJB();
        
jasperJB.setJasperXMLFile("/your/folder/jasper_xml.jrxml");        
jasperJB.setClassName("JasperClass");        
jasperJB.setPackage("br.deni.jasperxmltojb");

jasperJB.render();        
jasperJB.save("/your/folder/");

If you like this project and feel good to contribute with, fork this!

About

🔧 JasperXMLtoJB is a tool that convert a .jrxml file to a JavaBean.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages