Tag Archive: Java

Feb 27

Nifty Things for week ending 27 February 2015

Cloud Computing fog – The Ruby cloud services library Docker SocketPlane strives to alleviate Docker networking challenges – TechRepublic Java Proving that Android’s, Java’s and Python’s sorting algorithm is broken (and showing how to fix it) The KeY Project — Integrated Deductive Software Design Programming DynJS | An ECMAScript Runtime for the JVM Social Consciousness …

Continue reading »

Aug 25

Using jnp as a JBoss heartbeat

jnp is a JBoss protocol which exposes jndi.  It is, by default, bound to port 1099.  I’d been using that port as a heartbeat, but “cheating” — I would open a socket and then close it immediately.  However, this caused problems.  jnp is chatty.  And it got upset at my not letting it say ‘hi’ …

Continue reading »

Jul 29

JBoss port confusion

Sometimes, JBoss reports that it is unable to bind to a port, saying it is already in use. However, this is not always the case.