News

Three basic types of variable that we are going to introduce in this Java tutorial are: Integers – Whole numbers. Floats – Or “floating point variables.” ...
While it’s most well known as a build tool, Apache Maven is also a configuration tool which can generate skeleton Java projects through the archetype:generate command. mvn archetype:generate. Over ...
In this edition of Open source Java projects I will help you get started with GitHub. First I’ll provide an overview of the platform, then introduce some Git basics, including command-line ...
HSQLDB JDBC tutorial prerequisites. For this tutorial we will use Eclipse and Maven, but the process is the same for other build tools and IDEs. The steps performed in this JDBC with HSQLDB tutorial ...
Apache Phoenix is a relatively new open source Java project that provides a JDBC driver and SQL access to Hadoop’s NoSQL database: HBase. It was created as an internal project at Salesforce ...