Java – how to learn jsp / MVC, previously in ASP Net MVC?
I'm just beginning to enter the Java world In the past three years, I have been in c# programming and have been doing ASP for about three months Net MVC. I absolutely like it, but in fact, I need windows to run the latest and best library a little... In addition, I think learning another language helps to understand concepts because you get a comparison
I want to learn jsp / MVC I wonder if it is similar to ASP Net MVC, if I can write JSP / MVC web applications without using another framework (such as spring)
In addition, which is a better way to learn jsp / MVC from a c# background?
Any suggestions are welcome Thank you in advance!
Solution
JSP is a view technology, which is best compared with "classic asp" Microsoft ASP. Net MVC's Sun Java counterpart is actually JavaServer faces (JSF)
To briefly and quickly introduce JSP / servlet / JSF, read this answer To learn more about JSF, browse Sun Java EE 6 Tutorial Part II chapters 4-9
For JSF, you can use another view technology: facelets This is much better than JSP If you can, I suggest you forget about JSP and continue to use facelets