开发者

Moving from ASP.NET to JSP [closed]

开发者 https://www.devze.com 2023-02-17 21:40 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find 开发者_JAVA百科a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 9 years ago.

Improve this question

I have been working for about 5 years now on ASP.NET and C# and have worked all versions of .NET.Recently moved to a firm that uses ASP.NET as well as JSP and MYSQL.How hard will it be to start JSP learning from scratch ? Any documentation which shows some relation between functions/ syntax.

Thanks!


See this answer with analogues of Java and .NET technologies/frameworks


JSP is really more similar to "classic" ASP than ASP.NET. For instance, see this: http://www.daysite.net/programming/jsp.htm


If you're a smart developer, you won't have any problems switching between the two.

As far as relations between syntax and functions, my recommendation is do a quick google search for them and if it doesn't work out for you, post a question on SO - that's the kind of question that gets gobbled up in about 10 seconds :)


I would recommend this book: http://www.amazon.com/Head-First-Servlets-JSP-Certified/dp/0596005407. I found it very helpful while learning JSP.

0

精彩评论

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