Understanding the Java Ecosystem

Posted by syrion on Programmers See other posts from Programmers or by syrion
Published on 2011-03-19T02:49:04Z Indexed on 2011/03/19 8:18 UTC
Read the original article Hit count: 293

Filed under:
|

I have traditionally had the "luxury" of being a one-man development team. I've used Python extensively, have a reasonable command of Perl, PHP, and JavaScript. My problem is Java.

I can write Java code. I'm not great at it--unlike Python, I rarely make use of anything unique to Java when I'm writing it. Furthermore, my experience is mostly in simple GUI/console programming. Unfortunately, I'm currently pursuing an IT degree where Java is the lingua franca. My database class is requiring that our projects be written in Java using servlets, and I just can't wrap my head around the ecosystem.

Is there a good online overview of or tutorial on how the Java web ecosystem works? I have Thinking in Java, but it's mostly just the language itself (which I understand well enough to get by). I have looked at the Sun servlet tutorial, but it seems outdated.

© Programmers or respective owner

Related posts about java

Related posts about web-applications