Category Archives: Java

Java EE 7 Web Profile Maven pom.xml Using Arquillian, Selenium, MySQL, Primefaces and EclipseLink

Update: Removed unnecessary eclipselink dependency 2017-02-27 14:46 Update: Changed skipTests value to false in Surefire dependency in the complete pom file 2017-02-27 15:18 If you are not using Maven then you should. If you are using Maven then you are likely cutting and pasting snippets of pom.xml file examples and hoping for the best. In this article I will present… Read more »

IoT without the Breadboard Part 3

      No Comments on IoT without the Breadboard Part 3

Payara Micro and GrovePi+ Mashup https://gitlab.com/omniprof/PayaraMicroGrovePiMashup In this project I have combined two other projects. These are Steve Millidge’s, of Payara, proof of concept Java EE application that highlighted the use of the Payara Micro server on the Raspberry Pi. You can see the original article at http://blog.payara.fish/piyara-payara-micro-on-raspberry-pi-demo. The other project is Eduardo Moranchel’s IoTDevices project that presents how to… Read more »