Which Java web framework to choose for jQuery?

前端 未结 6 1922
野的像风
野的像风 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 06:20

    Checkout Grails. It has the same feeling as ASP.NET MVC. It is not Java, but Groovy, a dynamic language built with Java. But the syntax of Groovy is similar to Java.

    Or you can try Stripes if you want pure Java, eventhough it is not a fullstack framework like Grails.

提交回复
热议问题