While it is possible to compile .jrxml files into .jasper files using Java code, this incurs a performance hit that is best avoided by pre-compiling .jrxml files using the IDE. With that in mind, compiling .jrxml files can be accomplished using the JasperCompileManager as follows:
JasperCompileMana...