Code and comments

Practical and theoretical aspects of software development

Posts Tagged ‘tomcat

Next steps for Java development

leave a comment »

So you wanted to learn Java. Naturally, you did the hello world thing, then you learned about flow control. You became accustomed to the type system, declarations, initialization, and you learned about scoping issues. Then you learned about polymorphism, inheritance, and you’ve learned how to write object oriented Java code. You’re familiar with the collections API, and you are accustomed to using generics for type safety.

Of course, you want to get paid for programming in Java eventually, and the little console apps you have been building don’t exactly look production quality. Moreover, when you look at the job postings, you see a hodgepodge of terms that don’t mean anything to you, such as Struts, Spring, Hibernate, J2EE, Tomcat, WebSphere, Ant, Maven, etc. What to do? Read the rest of this entry »

Written by Eric Wilson

May 11, 2012 at 6:02 am

Posted in commentary

Tagged with , , ,

Follow

Get every new post delivered to your Inbox.

Join 165 other followers