Tag Archives: Java

Scala for Java Refugees

Daniel Spiewak’s Scala for Java Refugees provided me with a helpful introduction to Scala recently. I recommend it.

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

Using EasyMock

Good refreshers: IBM developerWorks: Elliotte Rusty Harold: “Easier testing with EasyMock”. Mocking in Java: jMock vs. EasyMock.

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

Java 7 Makes Copy and Move Files and Directories Simpler

Java Code Geeks has a post that shares Java 7′s simplified file handling: “Java 7: Copy and Move Files and Directories – Java Code Geeks”

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

Tim Bray, “we have so little consensus on these issues”

Tim Bray posted a thought provoker in “Type-System Criteria”. Working in Android has caused him to rethink some positions. Go read.

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

The Java Ecosystem (for the Sinatra or web.py lover)

Shaneal Manek’s posted a piece on Java that is another one for the bookmarks (and one to experiment with if you aren’t familiar), that introduces some Sinatra or web.py capabilities to the Java crowd: The Modern Java Ecosystem (for the … Continue reading

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

Java coder don’t get Lisp? Read defmacro: on coding

Slava Akhmechet wrote a piece a while back that that challenged my thinking in terms of design using an old familiar friend and adversary: Ant. If you are a Java programmer, you’ll recognize the patterns Slava is connecting with to … Continue reading

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

Great Maven Introduction: on devops

SpringSource’s team blog has short, but great introduction to Maven.

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

Java on… Heroku!!!!

Heroku adds suport for Java: Heroku for Java. Take note of how simple a basic Java web app can be. Sure it’s not Sinatra or Flask, but it is still mighty simple. Folks who claim that ‘Java is dead’ or … Continue reading

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

Some links for those getting started with Android dev

Smashing Magazine: “Get Started Developing for Android with Eclipse” Android Developers: “Hello, World” Tim Bray: “What Android Is” Android Developers: “The Developer’s Guide” O’Reilly: Programming Android: Your Toolkit

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

Getting Started with Android Development Links

Here goes two for future reading: Android Developers: Hello, World Lars Vogel: Android Development Tutorial – Froyo

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