Tag Archives: Java

A new Java mode for Emacs

I’m going to have to check this out: Malabar Mode.

Posted in Coding, Software Engineering, Programming | Tagged , , | Comments Off

Great Spring and Maven tutorials

TheServerSide.com: Cameron McKenzie: “The Easiest Way to Get Started with Spring” – good toe-dip to the Spring container, dependency injection and inversion control. java.net: Will Iverson: “Building Web Applications with Maven 2″ – great intro to Maven, building a small … Continue reading

Posted in Coding, Software Engineering, Programming | Tagged , , , , | Comments Off

On “finding truth in the world and about ourselves”

Is Programming more like ‘art’ then ‘science’? A debate that is continuous, but I know where Richard P. Gabriel stands. In 2003 he wrote the forward to “Successful Lisp: How to Understand and Use Common Lisp,” by David B. Lamkins … Continue reading

Posted in Coding, Software Engineering, Programming | Tagged , , , , | Comments Off

2 Ant to Maven Migration Links

Raible Design: Ant vs. Maven Sonatype Blog: How to convert from Ant to Maven in 5 minutes

Posted in Coding, Software Engineering, Programming | Tagged , , , | Comments Off

Old classic essay on software artistry/craftmanship: “Hackers and Painters”, by Paul Graham

Paul Graham: Hackers and Painters: When I finished grad school in computer science I went to art school to study painting. A lot of people seemed surprised that someone interested in computers would also be interested in painting. They seemed … Continue reading

Posted in Coding, Software Engineering, Programming | Tagged , , , | Comments Off

Great Maven Quick Start

Josh Long: “A Survival Guide to Maven, OR, Why Maven’s Still Cool” – nicely done.

Posted in Coding, Software Engineering, Programming | Tagged , , | Comments Off

Harnessing Rhino

IBM developerWorks: alt.lang.jre: Harnessing Rhino. Bonus link: js2-mode for Emacs.

Posted in Coding, Software Engineering, Programming | Tagged , , , | Comments Off

Javascript links for September 8, 2009

Ian J Cottee: Rhino on OS X Leopard peter.michaux.ca: Server-Side JavaScript with Rhino and Jetty gorilla3d.com: Programming Java With JavaScript Steve Yegge: Code’s Worst Enemy John Resig: Bringing the Browser to the Server (hmmm, jQuery on Rhino?) YouTube: Google I/O … Continue reading

Posted in Coding, Software Engineering, Programming | Tagged , , , , , | Comments Off

Reading about Graphviz

While gearing up on a content management project, a few developers were wrangling with how to share solution diagrams between Visio and OmniGraffle. While there is a level of compatibility between the two, its not ideal. While researching, I went … Continue reading

Posted in Coding, Software Engineering, Programming | Tagged , , , , , , , , , | Comments Off

Very quick start with Scala on OS X

1. Download and extract directory 2. Move scala install directory under to /usr/local/. 3. Add SCALA_HOME variable to your .bashrc export SCALA_HOME=/usr/local/[SCALA INSTALL DIRECTORY] 4. Add $SCALA_HOME/bin to your path in .bashrc, example: export PATH=$PATH:/usr/local/bin:/usr/local/sbin:$SCALA_HOME/bin 5. Get Emacs set up, … Continue reading

Posted in Coding, Software Engineering, Programming | Tagged , , , | Comments Off