After graduating college as a computer science major and preparing to enter the work force, I found that there is a big gap between what you learn in college and the practice of being a software engineer.
In college, you learn the the basics of data structures, OOP, and algorithms. But being a software engineer is [...]
Wiki wiki wiki. Neat-o!
var addthis_pub = ‘duyvu’;
var addthis_language = ‘en’;var addthis_options = ‘email, favorites, digg, delicious, myspace, google, facebook, reddit, live, more’;
In the previous post, I described how to get your Java SDK installed on your machine. In this piece, I’ll lay out how to get your tomcat instance up and running.
Let’s setup our JAVA_HOME. While you can set this setting in many places, I decide to stick it in bash.bashrc.
My Java installation from [...]