2018-11-20 COSTIN MORARIU In the current project I’m in, we mostly use XML for data interchange between systems. Some of the XML schemas which have been handed to us (final …
JAVAONE LATIN AMERICA SUMMARY
2016-07-06 TOMMY TYNJÄ Last week I attended the JavaOne Latin America software development conference in São Paulo, Brazil. This was a joint event with Oracle Open World, a conference with focus …
JFOKUS 2015 MAIN TAKEAWAYS
2015-02-06 TOMMY TYNJÄ The biggest Java conference in Sweden, Jfokus, wrapped up a three day conference on Wednesday. This was my fifth consecutive one and I thought it was the best …
WRITING INTEGRATION TESTS WITH AN IN-MEMORY MONGO DB
2012-12-21 TOMMY TYNJÄ As I mentioned in my previous post, I’ve been working closely to the document oritented NoSQL database Mongo DB lately. As an advocate of sustainable systems development (test …
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 …
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 …