Java is a computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible.

Java

Tutorial – Calling Java from a Bash Script

Bash is a very flexible cross-platform scripting language with multiple uses and can integrate with lots of other tools (ie DIff). It is built...
Nathan Howard
3 min read

Choosing a Java Application Server

As you maybe aware of recently Oracle has stopped commerical support for future releases of the Glassfish server. You can read the official announcement...
suda
1 min read

6 Cool things to do with a Raspberry Pi…

So it’s Christmas Eve and your trying to do some last-minute shopping and stuck for ideas for what to get perhaps some of you...
Alex Marshall
2 min read

WebSocket: Multiple Users, Encoders, Decoders and Dogs.

In my previous tutorial, we were left with a WebSocket server endpoint which bounced back our message. In this tutorial I will show you...
Simon Lissack
5 min read

WebSockets – A Quick Introduction and a Sample Application

At IDR Solutions I spend a lot of time working with Glassfish. We use it to showcase our BuildVu product in an online PDF to HTML5 converter so it is important...
Simon Lissack
3 min read

Web Services: Exception Handling

In my previous article, I showed you how to create a simple web service and deploy it. In this article I’ll show you the...
Simon Lissack
1 min read