Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Spring을 사용하지 않은 JasperReports 예제 프로젝트 - Interceptor 사용

액션에 진입할 때... jasper 파일이 없으면 컴파일하는 방식

그런데.. WAS를 처음 시작하거나 종료할 때는, 컴파일된 템플릿 파일을 삭제해줬으면 좋겠는데,

그건 인터셉터에서 어떻게 할 수 있을지? 방법을 모르겠음.


JasperReports example project without Spring - using Interceptor

When entering an action... Compiling if there is no jasper file.

But.. when starting for the first time or ending WAS, I would like to delete the compiled template file...

How can I do that in the interceptor? I don't know how.