1

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!

Pit Digger
  • 9,618
  • 23
  • 78
  • 122

4 Answers4

1

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

Nemanja Trifunovic
  • 24,346
  • 3
  • 50
  • 88
1

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 :)

corsiKa
  • 81,495
  • 25
  • 153
  • 204
1

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

ravil
  • 597
  • 2
  • 4
  • 18
1

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

Community
  • 1
  • 1
ilalex
  • 3,018
  • 2
  • 24
  • 37