Pinaki Poddar on 29/01/09 05:09, wrote:
2. Build-time enhancement i.e. to execute one command after compilation performs best and minimizes complexity of load-time-weaving. I have never understood what really makes people to avoid 'build-time enhancement' - especially when most of the apps are built, packaged and deployed via Ant/Maven.
This was one of the things that made EJB2.x so unpopular. Obviously it's not a big deal, but it's one extra step in the build cycle. Talking about Maven, I couldn't actually find a current approach that worked for this. Do you know of one?
Adam