I am going to use Spring Web MVC Framework on Netbeans. Writing Web user interface do I really need to use taglib or can I aim the same functionality with XHTML? Is there any good reason for using taglib?
Best regards
I am going to use Spring Web MVC Framework on Netbeans. Writing Web user
Share
You could also use a templating engine like FreeMarker or Velocity. If you wish to not go down a JSP route. Although the Spring tags are pretty good as well.