In a previous post I wrote about getting started with Flowable. In this post, we'll build Flowable ('build from source') and then create a Docker image. Prerequisites Homebrew Java 8 Install Git, Ant, Maven and Asciidoctor Install Git Its always a good idea to check for updates: brew update To…
Git
RESTEasy, embedded Jetty, Fat JARs, Swagger and Swagger UI
In the previous post, I wrote about the steps I followed when building a RESTful API using RESTEasy. In this post, I'll walk you through the steps I followed when adding support for Swagger and Swagger UI to a RESTful API built using RESTEasy (packaged in a Fat JAR with…
RESTEasy, embedded Jetty and Fat JARs
In the previous post, I wrote about the steps I followed when getting started with the RESTEasy framework. In this post, I'll walk you through the steps I followed when embedding Jetty and packaging a RESTful API as a fat JAR (a fat JAR or uber-JAR is a JAR file…
Getting started with RESTEasy
The Java API for RESTful web services (JAX-RS) is a Java language specification that simplifies the development and deployment of RESTful web services. RESTEasy is JBoss's implementation of the JAX-RS specification. In this post, I will walk you through the steps I followed when getting started with the RESTEasy framework.…
Customising the eXo Platform's look & feel
In a previous post, I wrote about installing Git, Maven and the Eclipse IDE on Elementary OS in order to start working with the eXo Platform. In this post, I'll walk you through the steps required to create your own eXo Platform theme (eXo refers to themes as 'skins'). Branding…
How To: Install Git, Maven and Eclipse on Elementary OS
In a previous post, I wrote about installing the eXo Platform (Community Edition) on Elementary OS, now that I have the eXo Platform up and running there are a few more tasks that I need to complete in order to build the eXo Platform using Maven. In this post, we'll…