by David Orriss Jr | Apr 1, 2009 | Java, Programming
I get asked this question.. a lot. David, any tips on how I can learn Java quickly? Or the more popular variant of it: David, how can I learn Java fast? Short answer: You can’t. There’s no shortcuts in learning software development in any language. Period....
by David Orriss Jr | Jul 22, 2008 | Mac OS X, Programming, Rails, Ruby
While I was playing with Rails 2.1 I decided to try the SQLite3 support that comes built into OS X instead of using MySQL. Upon trying to run a migrate command via rake I was created with: rake aborted! no such file to load — sqlite3/database After some digging...
by David Orriss Jr | Apr 29, 2008 | J2EE, Java, Mac OS X
This Java for Mac OS X 10.5 Update 1 adds Java SE 6 version 1.6.0_05 to your Mac. This update does not replace the existing installation of J2SE 5.0 or change the default version of Java. For more details on this update, please visit this website:...
by David Orriss Jr | Apr 26, 2008 | J2EE, Java, Mac OS X, Operating Systems
Installing WebLogic 10 on a Mac in OS X isn’t supported by BEA. But it’s possible. Here’s how. Download WebLogic Server from the BEA website. In the Select OS drop-down, choose IBM AIX. This will give you the WebLogic generic package. Open the...
by David Orriss Jr | Feb 13, 2008 | Rails, Ruby
I don’t know why this isn’t better documented or stated anywhere so I’ll just iterate it here. If you want to peruse the documentation for Rails and your installed Gems type the following gem server And in your terminal prompt you should see Starting...
by David Orriss Jr | Jan 4, 2008 | J2EE, Java, Rails, Ruby
Mongrel Developer/Creator, Zed Shaw, cut loose on the Ruby and Rails communities in a recent posting to his website. He gives some interesting insights into who the major players are, and cuts through some of the hype surrounding rails. While caustic in his delivery,...