Home Tags Java

Tag: Java

5 open source tools for Java developers

0
From the early era of Java, developers have been outsourcing some third-party tools to enhance their offerings. But one thing that has just emerged...

Microsoft joins Open Source Eclipse Foundation

0
Microsoft bolsters its presence in the open source ecosystem by joining hands with the open sourced Eclipse Foundation. Microsoft made an announcement regarding its association...

New Series JavaScript: The New Parts

0
JavaScript programming language is the most popular implementation of the ECMAScript specification. Recently, version 6 was released. This new series explains all that you...

Cliche: Speeding up Command Line Interface Development

0
Cliche is a small Java library that makes it simple to create interactive command line user interfaces. Recently, I was evaluating CLI frameworks in Java...

Data Structures Made Easy With Java Collections

6
This article introduces the reader to Java Collections, which is a framework that provides an architecture for collecting and manipulating a group of objects....

Working with Underscore JavaScript Templates

0
This article is targeted at front-end developers and takes the reader on a tour of Underscore.js, which is an easy-to-learn JavaScript library. Web based applications...

Creating an Audio and Video Player Using JPlayer

0
This tutorial walks the reader through the process of creating a basic audio/video player on a website and then customising it to add more...

Fundamental of Java Multi-threading

2
This article explains what threads are in Java. It elaborates on their uses and on how to implement them, while discussing their life cycle. In...

Need a Backend For Your App? Here’s Parse to the Rescue!

0
Discover Parse, which allows mobile app developers to forget about server maintenance and complex infrastructure, and instantly add push notifications, data storage and social...

The CloudSim Framework: Modelling and Simulating the Cloud Environment

3
CloudSim provides a generalised and extensible simulation framework that enables seamless modelling and simulation of app performance. By using CloudSim, developers can focus on...