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 Sinatra or web.py lover).

Here goes his example project on Github.

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 share with you why Lisp is so interesting. BTW, this piece would work doubly well with Maven if it was updated. Go read.

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 that it should die, aren’t facing up to where it shines and what it provides. It has a place alongside Python and increasingly JavaScript in my tool belt.

I’m a happy polygot programmer and have used Groovy, and custom DSLs in Java to help speed application development by enabling those who are closest to change, to be able to harness it.