A Java programming career path can lead to so much more than code. Programmers should consider these options that extend beyond the confines of software development. There are compelling reasons to ...
The NetBeans IDE is pretty good on its own, but even handier once you start extending it with plugins specific to your needs. In this installment of Open source Java projects, Jeff Friesen introduces ...
The actor model is a message-passing paradigm that resolves some of the major challenges of writing concurrent, scalable code for today’s distributed systems. In this installment of Open source Java ...