-
DevOps
Docker Common Commands Cheatsheet
Docker CLI provides a comprehensive set of commands. Here is a quick cheat sheet of the commonly used commands: …
Read More » -
Enterprise Java
Deployment Pipeline for Java EE 7 with WildFly, Arquillian, Jenkins, and OpenShift
Tech Tip #54 showed how to Arquillianate (Arquillianize ?) an existing Java EE project and run those tests in remote…
Read More » -
Enterprise Java
Enable Arquillian on an existing Java EE project, using Forge Addon
Tech Tip #34 explained how to create a testable Java EE 7 application. This is useful if you are starting…
Read More » -
Enterprise Java
Continuous Deployment with Java EE 7, WildFly, and Docker – (Hanginar #1)
This blog is starting a new hanginar (G+ hangout + webinar) series that will highlight solutions, frameworks, application servers, tooling, deployment,…
Read More » -
Enterprise Java
Arquillian tests on a WildFly instance hosted on OpenShift
Tech Tip #54 explained how to enable Arquillian for an existing Java EE project. In that tip, the tests were run against…
Read More » -
Software Development
Slides from Nuts and Bolts of WebSocket at #Devoxx 2014
Peter Moskovits from Kaazing (@peterm_kaazing) and I gave a university talk at Devoxx 2014 on Nuts and Bolts of WebSocket.…
Read More » -
Software Development
STOMP over WebSocket
STOMP is Simple Text Oriented Messaging Protocol. It defines an interoperable wire format that allows a STOMP client to communicate…
Read More » -
Enterprise Java
Create WildFly OpenShift application using Command Line Tools
A new instance of WildFly can be easily provisioned on OpenShift by using the quick start. Just a single click,…
Read More » -
Enterprise Java
WebSocket Chat on WildFly and OpenShift
Chat is one of the most canonical sample to explain WebSocket. Its a fairly commonly used interface and allows to explain…
Read More »