开发者

How much jsp is there in spring MVC [closed]

It's difficult to tell what is being asked here.开发者_运维技巧 This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 10 years ago.

I am planning to build web app in spring mvc , hibernate.

i want to ask do i need to jave jsp knowledge for that.

or can i use separate thing like REST so that i can code the view without pages.

if yes , then how much in details JSP i need to know


Spring MVC is built on top of the Servlet/JSP APIs, which in turn uses JSP to render views. However, it also provides support for alternative view layers such as Freemarker, Velocity and even XSLT (urgh), if you don't want to use JSP.

I advise you to bite the bullet and learn JSP. It's not that hard.

I don't see where REST comes into this, though, that that nothing to do with view rendering. The server still has to output something. Perhaps you're referring to direct output of XML and/or JSON? Spring MVC does that too, and that doesn't require a view layer.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜