java

Form-Based Login for Java WebSocket Client

Needing a Java-based WebSocket client, I started with Tyrus, the reference implementation for the Java API for WebSocket. Writing a simple Java WebSocket client with Tyrus went well enough — until I went to turn security on. The Web App I’m connecting to uses form-based login, and out of the box the only authentication support … Read More

TechCast #86 – Monica Beckwith and Jamie Allen on Java Performance Tuning

On the show today, Java Performance tuning expert Monica Beckwith. Monica worked at Sun and Oracle as a performance engineer, and contributed a lot of optimizations and tuning advice to the JDK Hotspot team. She is an Performance Tuning consultant today, working on advising clients on how to best balance aspects such as throughput, latency, … Read More

Converting a Java Spring application to Scala

Supposedly Scala requires a completely different programming style. But what happens when you just want a Spring application? Is it possible to program in Scala without jumping in the deep end? Chariot’s John Shepard illustrates the difference in approach in this quick tutorial.