Which Java web framework to choose for jQuery?

前端 未结 6 1915
野的像风
野的像风 2020-12-14 05:29

I am searching for a Java web framework which let me use jQuery to it full power like ASP.NET MVC on the .NET platform.

Any recommendations?

6条回答
  •  温柔的废话
    2020-12-14 05:57

    Every webframework where you have full control over your html. Thus JSF is not an option and ASP MVC does not let you use the full power of jquery. This can be achieved even with plain html.

    But personally I like grails.

提交回复
热议问题