Search code examples
javadata-bindingjvmweb-frameworks

Are there any web frameworks for JVM with data binding checked at compilation time?


Usually when you bind some property to some element in www page, you will know about typo when testing.

I am looking for web framework which, at compile time would give me an error, that I made error in binding ("property not found" or something similar) and assuming my IDE has valid refactorization mechanism, that renaming property would also affect the binding (and vice-versa), or in other words, that renaming would not result in broken code.

Is there such framework for JVM?

I am new to JVM world so I don't know the features of the JVM frameworks (at all, not just this feature I ask for).


Solution

  • JSP development in Eclipse can do this