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 » -
Building and Testing JSF.next
The JSF 2.3 Expert Group is hard at work determining which features will be part of the upcoming release. The…
Read More » -
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 » -
Do you really want to speed up your Maven compile/packaging? Then takari lifecycle plugin is the answer.
Like many of you out there, I am working with a multi module Maven project. It is not a huge…
Read More » -
How To Setup BPM and Rules Tooling For JBoss Developer Studio 8
The release of the latest JBoss Developer Studio (JBDS) brings with it the questions around how to get started with…
Read More » -
How to compress responses in Java REST API with GZip and Jersey
There may be cases when your REST api provides responses that are very long, and we all know how important transfer…
Read More » -
Apache Lucene 5.0.0 is coming!
At long last, after a strong series of 4.x feature releases, most recently 4.10.2, we are finally working towards another…
Read More » -
OSGi Testsuite: Introducing Classname Filters
OSGi Testsuite is a JUnit test-runner that collects dynamically test classes for execution. It has been published by my fellow…
Read More » -
Spring boot war packaging
Spring boot recommends creating an executable jar with an embedded container (tomcat or jetty) during build time and using this…
Read More »