Results 1 to 2 of 2

Thread: Which view technology I shall use for a new Spring project?

  1. #1

    Question Which view technology I shall use for a new Spring project?

    I am starting a new Spring project and looking for a view technology which will work well for various screen sizes in the current mobile device era. I used to have JSP for the view. It seems Thymeleaf is promoted lately as a new view technology over JSP in terms of HTML 5 & CSS 3 support. Is a good CSS framework such as Twitter Bootstrap taking care the area? I would like to hear your experience on the subject.

    Also, any the 3.x version compatible quick start?


    Thanks.
    Last edited by vw729; Oct 15th, 2012 at 04:57 PM.
    [URL="http://vicina.info"] 新闻,社区新闻,分类广告

  2. #2
    Join Date
    Mar 2009
    Posts
    25

    Default

    Well, I'm still using jsp for new html5 developments. Until spring 3.1 there were some minor annoyances such as spring form tags not being 100% html5 valid, but this was the same for other view technologies, I think.

    As for bootstrap, there's a showcase here using spring mvc (demo).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •