Tag: Apache
Total: 10 Posts
Posts of Tag: Apache
Total: 10 Posts
Posts of Tag: Apache
An Introduction to Apache Spark with Java
An Introduction to Apache Spark with Java What is Apache Spark? Apache Spark is an in-memory distributed data processing engine that is used for processing and analytics of large data-sets. Spark presents a sim...Learn MoreJavaApachesparkReading and Writing CSV Files in Kotlin with Apache Commons
Reading and Writing CSV Files in Kotlin with Apache Commons Introduction In this article we'll be taking a look at how to read and write CSV files in Kotlin, specifically, using Apache Commons. Apache Commons D...Learn MoreJavaJVMApacheCSVkotlinExample: REST Service with Apache Camel
Example: REST Service with Apache Camel With the extreme prevalence of mobile apps, web apps, and desktop apps, REST services are more important than ever to provide data to it's users. This data could be used ...Learn MoreJavaApacherestcamelWhat is Maven?
What is Maven? Maven Explained Apache Maven is a build automation tool for Java projects. Think of Ant, or Make, but much more powerful and easier to use. If you've ever had to deal with building a Java project...Learn MoreJavaApacheexplainedmavenHow to Install Maven
**How to Install Maven** Windows Download the latest version of Maven apache-maven-3.1.0-bin.zip as of this writing Unzip the archive and place the the Maven folder somewhere on your computer ex: C:\Progra...Learn MoreJavaApachemavenHow to use PGP in Camel Routes
How to use PGP in Camel Routes Apache Camel is a powerful enterprise routing framework that can be used to send information any which way, with just about any protocol you'd want to use. And it's no secret how ...Learn MoreJavaApachecamelencryptionpgpExample: Apache Camel with Blueprint
Example: Apache Camel with Blueprint Here we present a fully-working Apache Camel Blueprint project. It provides example code for building routes, creating beans, and deploying to ServiceMix with Blueprint. Blu...Learn MoreJavaApachecamelblueprintGuide to Apache Commons' StringUtils Class in Java
Guide to Apache Commons' StringUtils Class in Java Introduction The Apache Commons library provides many new interfaces, implementations and classes that expand on the core Java Framework. It's one of the top t...Learn MoreStringJavaClassApacheapache commonsReading and Writing CSVs in Java with Apache Commons CSV
Reading and Writing CSVs in Java with Apache Commons CSV Introduction This is the second article in a short series dedicated to Libraries for Reading and Writing CSVs in Java, and a direct continuation from the...Learn MoreJavaApacheCSVConfigure Apache Tomcat Server in Eclipse IDE
**Configure Apache Tomcat Server in Eclipse IDE** In this tutorial you will learn how to configure Apache Tomcat server in Eclipse IDE. Eclipse is a very popular IDE for developing Java applications. When you w...Learn MoreEclipseApache