HTML java data binding
Is there any framework for HTML Java data binding? I found on google that asp.net supports it. Do we have anything similar in java?
A quick googling found me this: http://freemarker.sourceforge.net/index.html
Is there enything else li开发者_开发问答ke this?
As far as i remember SpringMVC has data binding capabilities for form backing objects. Jersey, the reference implementation of JSR-311 also does automatic data binding for your resource objects.
checkout http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/mvc.html
and: http://jersey.java.net/
精彩评论