Blog: trying to solve it problems (Joachim vd Auwera) |
240 blogs
updated: 102 min. ago
|
||
When a maven build is slow, it is hard to figure out what is causing this and whether you can "fix" it by tweaking your build. With recent b...
|
||
Spring framework has the very nice feature of supporting meta-annotations. I wanted to implement the same thing for jTransfo. The idea is th...
|
||
You can make sure that Activiti uses the transaction manager defined in Spring using the "transactionManagement" property on the SpringProce...
|
||
I spent several hours trying to hunt down why a @Transactional annotation on a method was not being picked up. It was picked up on various o...
|
||
The main reason I am interested in JMS (inside the application) is for the transactional properties. JMS allows you to start an asynchronous...
|
||
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 ...
|
||
Our application produces a lot of logs. Sometimes we want to extract some specific information from it, for example the timestamps and durat...
|
||
We have a problem. We have an important application which is running in production, but we do not have access to details about the productio...
|
||
We needed to asynchronous handling in our application, so we decided to use JMS to achieve this. We had one requirement, the asynchronous op...
|
||
For a while I was having problems with my laptop having too little memory. It was a Dell XPS13 developer edition. A system I was very happy ...
|
||
Made better & faster using https://www.yourkit.com/ Java Profiler