Josh Juneau

Josh Juneau (@javajuneau) works as an application developer, system analyst, and database administrator. He primarily develops using Java and other JVM languages. He is a frequent contributor to Oracle Technology Network and Java Magazine and has written several books for Apress about Java and Java EE. Juneau was a JCP Expert Group member for JSR 372 and JSR 378. He is a member of the NetBeans Dream Team, a Java Champion, leader for the CJUG OSS Initiative, and a regular voice on the JavaPubHouse Off Heap podcast.

Recent Blogs

CDI Part 2: Mastering the Contexts and Dependency Injection ...

Dig into advanced uses of CDI and see the proposed future of the specification.

CDI Part 1: Contexts and Dependency Injection for enterprise Java

See how CDI provides a contextual object lifecycle for applications and services for Java SE, Java EE, and Jakarta EE.

Project Lombok: Clean, Concise Code

Try adding Lombok to an application and see how many lines of code you can cut.

How to build applications with the WebSocket API for Java EE and ...

WebSocket is a two-way communication protocol that lets clients send and receive messages over a single connection to a server endpoint.

Get started with concurrency in Jakarta EE

One of the cornerstones of any well-written application is good performance, and that often means being able to run two or more tasks at the same time in parallel.

Receive the latest blog updates