Blog

Friday, 6 December 2013

Setting JBoss 7 to auto reconnect after DB connection fail

Internet connection problems while developing an application which uses a remote database can be a nightmare. Luckly you can configure your JBoss server to auto reconnect to your DB!

Tuesday, 26 November 2013

Arquillian JRebel Extension 1.0.0.Alpha1 released!

Our precious tool officially released!

Bold style missing in JasperReports generated pdf

Sounds familiar?
I was struggling a bit trying to bold fonts in the pdf generated by JasperReports.

Friday, 22 November 2013

Elastic ngMockE2E

It took us several hours to set it up so we share our experience with you so that you could save some time.

IntelliJ Idea Live templates for TDD

For those that practice TDD and love IntelliJ Idea we show how to speed up test scenario brainstorming.

Monday, 18 November 2013

Arquillian Persistence+REST+JRebel

Wondering how to speed up integration test development for your RESTful service?

Friday, 8 November 2013

Atmosphere configuration with JBoss AS 7.1.1

Atmosphere Framework the most popular framework for building asynchronous web application. It is used in RichFaces, Primefaces and few others leading Java web frameworks and can be used on every servlet-based webserver.