2012-05-13 TOMMY TYNJÄ Lately I have been looking into asynchronous method invocations in Java EE 6. My use case was to execute multiple search engine queries in parallel and then collect …
BIND A STRING TO JNDI IN JBOSS 7.1
2012-05-31 TOMMY TYNJÄ In JBoss 7.0.x there was no convenient way to bind an arbitrary java.lang.String to JNDI. This is however possible in JBoss 7.1.x. Just add your binding to the …
WRITING INTEGRATION TESTS IN JAVA WITH ARQUILLIAN
2012-04-22 TOMMY TYNJÄ Arquillian is a JBoss project that focuses on integration testing for Java. It’s an Open Source project I’m contributing to and using on the current project I’m working …
CONFIGURE DATASOURCES IN JBOSS AS 7.1
2012-02-22 TOMMY TYNJÄ JBoss released their latest application server 7.1.0 last week which is a full fledged Java EE 6 server (full Java EE 6 profile certified). As I wanted to …
METRICS, METRICS EVERYWHERE WITH GRAPHITE
2011-11-03 ANDREAS What useful metrics does you application provide and how accessible are they? In my experience, many times metrics of any application is bolted on by operations before going live …
AN INTRODUCTION TO JAVA EE 6
2011-08-01 TOMMY TYNJÄ Enterprise Java is really taking a giant leap forward with its latest specification, the Java EE 6. What earlier required (more or less) third party frameworks to achieve …
APPLICATION STARTUP ORDER IN IBM WEBSPHERE APPLICATION SERVER
2011-06-16 TOMMY TYNJÄ If you are hosting an application server with multiple applications deployed and one of them is dependent on another, you might want to configure in what order they …
SHRINKWRAP TOGETHER WITH MAVEN
2011-04-07 TOMMY TYNJÄ I have lately been looking a bit into the JBoss Shrinkwrap project, which is a simple framework for building archives such as JARs, WARs and EARs with Java code …
BTRACE CAN SAVE YOUR DAY
2011-05-05 PATRIK BOSTRÖMToday I had a problem with a scheduled job in a application deployed on GlassFish. The execution time was too long but I could not find out how …
GET STARTED WITH AWS ELASTIC BEANSTALK
2011-03-04 TOMMY TYNJÄ Amazon Web Services (AWS) launched a beta of their new concept Elastic Beanstalk in January. AWS Elastic Beanstalk allows you to in a few clicks setup a new …
GLASSFISH 3.1
2011-02-28 ADMIN Idag släpptes applikationsservern GlassFish 3.1. Det mycket i den releasen som är värt att titta noga på och även om applikationsservrar ända sedan J2EE har haft svårt att få acceptans …
ATT UTVECKLA FÖR DRIFTBARHET
2011-02-24 ADMIN Ordet systemutveckling syftar till att handla om mer än programmering av affärslogik. Det syftar till att utveckla systemet som ska skapa affärsvärde. Har man väl vridit hjärnan till ett …