Unobstrusive Spring Beans Injection – Performance Analysis (Alfresco Example)

Veröffentlicht unter Alfresco, Spring
3020016417_3c4f42de7b_blog

Sometimes you need to know where an application is spending how much time. The old school System.currentTimeMillis() approach works for basic scenarios. If you have a Spring based application, applying an AOP style “bean injection” approach may get you far better results – cleaner and faster. Weiterlesen

Using an Embedded REPL to Accelerate Development (Example: Alfresco)

Veröffentlicht unter Alfresco, Groovy / Grails, Spring
Javascript REPL embedded in Alfresco

For me, waiting is by far the worst part of development. depending on the environment, the build and deploy phases of the code-build-deploy-test development cycle can really take a significant share of your implementation time. There are various approaches addressing this annoying problem. This post discusses leveraging an embedded Read-Eval-Print-Loop . Weiterlesen