I want to make sure that all beans and their methods referenced in Spring's webflow xml documents really exist (without a typo for example).
I'm using IntelliJ Idea 15 and their validation tool does not detect missing methods every time, and in that case I get a runtime exception. Plus, it remains undetected untill the given flow is created.
Is there a way to check the webflow documents before starting the application to avoid unnecessary exceptions?
No comments:
Post a Comment