Tag Archives: spring

Spring Testing Survival guide

If you have an application with thousand of beans, you must do unit testing but…Spring testing is boring, belive me. A very complex Spring application usually have a lot of dependency: I had to manage over 3000 beans definitions in … Continue reading
Posted in English Content, IT Featured, Software | Tagged , , , , , , | Comments Off on Spring Testing Survival guide

Why your IoC container could be a pain for you, young Padawan

Inversion of Control (IoC) is a very good idea. But as the clever Joel Spolsky  noted, sometimes you need to be a super-natural hero to use it: … I try not to be judgemental (HAHA!), but I think that people … Continue reading
Posted in English Content, IT Featured, Software | Tagged , , , , , | Comments Off on Why your IoC container could be a pain for you, young Padawan

April 0.2 Application Performance Framework

April (Application Performance Framework) is a super-light application framework based on Spring, featuring: An Aspect Oriennted Programing Performance Monitor, which try to increase performance on the fly A super-light XML-RPC communication framework April first commitment is “be lite, be pluggable” … Continue reading
Posted in English Content, Knowledgebase, Software | Tagged , , , , , , | Comments Off on April 0.2 Application Performance Framework

Java in un Espresso, Parte III: April

Nei precedenti articoli abbiamo visto come creare un applicazione Java agile, evitando il blasone delle specifiche J2EE. Dopo aver valutato (scartandola) una soluzione 2-tier molto simile a quelle fattibili in PHP, ci siamo focalizzati su una soluzione basata su Spring. … Continue reading
Posted in Italian Content, Software | Tagged , , , , , , , , , | 1 Comment