Quantcast
Channel: jboss / wildfly – trying to solve IT problems
Browsing latest articles
Browse All 15 View Live

Throwing complexity over the wall, easy in-container testing, Shrinkwrap and...

JBossWorld Boston, Andrew Lee Rubinger, Throwing complexity over the wall What is important to employer - bottom line - features - time-to-delivery - implicit assumption that everything is of high...

View Article



Zen of class loading, Jason Green

JBossWorld Boston, Jason T Greene, Zen of class loading What is the Class class - represents a class - allocates memory on heap and permgen - is referenced by every object instance of that class -...

View Article

JBoss BPM Past, Present & Future, John Graham

JBoss World Boston notes, JBoss BPM Past, Present & Future, John Graham Past : jBPM - based on jPDL - deployments : stand-alone, SOA-Platform, Seam - jBPM 3, exising, stable - jBPM 4, improved...

View Article

Using Infinispan for high availability, extreme performance, Manik Surtani &...

JBoss World Boston notes, Using Infinispan for high availability, extreme performance, Manik Surtani & Galder Zamarreño Infinispan as… in memory object cache … clustering/high availability toolkit...

View Article

JBoss maven repository, Paul Gier and John Casey

JBossWorld Boston notes, JBoss maven repository, Paul Gier and John Casey Good news, the jboss.org maven repository refactoring is complete, bad is that the JBoss products have no maven repository, but...

View Article


Using cargo to use the latest WildFly container

I am using java8 in this project I am working on. Unfortunately finding a servlet engine which fully works on Java8 is non-trivial. I was originally using Jetty8 (using the maven plug-in), but this...

View Article

Shrinkwrap add maven dependency for Arquillian and WildFly

When building deployable for Arquillian with Shrinkwrap, it is very useful to be able to add your maven dependencies. Fortunately this is possible using PomEquippedResolveStage pom =...

View Article

Setting up WildFly for integration testing and Arquillian using maven

For a multi-module JEE7 project, I wanted to be able to have a WildFly setup which is ready for both integration testing using Arquillian and regular integration testing (REST client and Selenium). To...

View Article


EE integration testing using Arquillian

Writing tests in a EE environment is a challenge. Compared to test support in spring framework there is some work. Fortunately though, thanks to Arquillian, there is hope. A lot of the complications...

View Article


Building an executable jar with embedded web server

To make using and deploying our application easier, I want it to be easy to run the application. Instead of requiring the installation of a servlet server like Tomcat, Jetty or a full blown application...

View Article
Browsing latest articles
Browse All 15 View Live




Latest Images