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 » -
Developing a Data Export Utility with PrimeFaces
My day job involves heavy use of data. We use relational databases to store everything, because we rely on enterprise level…
Read More » -
Getting Started with PrimeFaces Mobile
Introduction If you have developed an application that utilizes PrimeFaces, or if you are planning to develop a web application…
Read More » -
JMS with JBoss A-MQ on OpenShift. Lessons learned about remote Clients and Encryption.
OpenShift is the “open hybrid cloud application platform by Red Hat”. It comes in different flavors and the most interesting…
Read More » -
Testing secured EJBs with Arquillian
Testing secured EJBs has been historically hard to get right. Up until now, I have been using proprietary techniques like…
Read More » -
Getting Started with Apache Cassandra and Java (Part I)
On this page, you’ll learn just enough to get started with NoSQL Apache Cassandra and Java, including how to install,…
Read More » -
JPA Entity Graphs
One of the latest features in JPA 2.1 is the ability to specify fetch plans using Entity Graphs. This is…
Read More » -
Externalizing session state for a Spring-boot application using spring-session
Spring-session is a very cool new project that aims to provide a simpler way of managing sessions in Java based…
Read More » -
A common CXF Request Interceptor for all OSGi Bundles
I have been working on Apache CXF, Karaf, Felix from path few months and i find all these bundled technologies…
Read More »