Re: From Java + Tomcat + JSP -> C# + ASP.NET

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I guess that depends on your measure of up to speed. Stick to C# and you'll
have few problems with the language at least. If you understand taglibs and
the general tag based concept that much of asp.net relies on will appear
familiar as you expose yourself to it, if your usually doing scriptlets and
servlets and MVC then you'll need a few more concepts. IIS is quite
different to Tomcat, you'll need to run with it to learn its quirks and JSP
is not that like ASP.NET as a way of delivering HTML unless your familiar
with things like Jetspeed and event driven development. The trick is
understanding the .NET framework and ASP.NET as part of that framework, what
makes it all tick (and break) and the connection to the pipeline between the
asp.net runtime handler and IIS.

Its not that tricky a learning curve though - I'd say its more difficult if
your going the other way. Some good tools out there to help you like the
Mono Project, and tools like Mainsoft Grasshopper to run asp.net apps on
tomcat and apache.


--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog


"Frank Milverckowitz" <frankmilverkzowitz@xxxxxxxxx> wrote in message
news:459c0635$0$2258$4c368faf@xxxxxxxxxxxxxxxxx
Hi,

I'm curious to know (need to tell my boss what to expect) how long it
might take to come up to speed making the move from Java / JSP to C#
ASP.NET

I know there are a million factors... but just curious to know how much
time other experienced java people spent to come up to speed with .NET

thanks,

Frank



.



Relevant Pages

  • Re: Web Applikation mit Tomcat
    ... Ich habe auch das eclipse Tomcat Plugin installiert, ... Diese JSP werden dann unter der Haube zu Servlets kompiliert. ... Alternative dazu waere die Verwendung einer klassischen Template-Engine ... jedem Fall die in der View enthaltene Logik minimieren. ...
    (de.comp.lang.java)
  • error using JSP, Javabeans, and Tomcat
    ... I'm having difficult getting JSP to work with Javabeans inside Tomcat. ... Generated servlet error: ... dbConnect cannot be resolved to a type ...
    (comp.lang.java.programmer)
  • Re: JSP Loading Page... Please wait while my code doesnt work!
    ... Does it matter what engine renders my JSPs ... Once the JSP starts doing work, ... container, by default, isn't sending anything to the browser at all ... Tomcat you'd have to read the Tomcat docs) to find out how, ...
    (comp.lang.java.programmer)
  • Re: Servlets, Threads & Co.
    ... Werden diese Methoden von Tomcat nur von einen Thread aufgerufen oder muss man hier auf die Synchron. ... Gilt die Antwort nur für Servlets oder ist bei JSP und bei der Tag-lib das gleiche zu beachten? ... Eine JSP ist nach dem kompilieren beim ausführen sowieso eigentlich ein Servlet, also unterliegt es den selben Regeln. ...
    (de.comp.lang.java)