• Embedding Jetty in Spring

    2007-12-20

    Tag:Java
    This is my most popular article and it is a bit outdated. The discussion here is based on Jetty 5, while Jetty 6 makes things a lot easier to do. I am working on a follow up to this article that will redo the embedding using Jetty 6.

    ...
  • Geronimo is built on a J2EE agnostic Kernel and is positioned as a general-purpose Inversion of Control (IoC) framework for components called GBeans. This article explains the theoretical aspects of the IoC framework, describes the GBean Life Cycle, GBean States and Dependency Injection with a few examples, and concludes with an explanation of how to write a simple GBean.

  • 有关于AOP

    2005-05-19

    Tag:Java
           一直不知道AOP-面向方面的编程是啥东西。看了spring的reference之后,才明白,AOP就在我身边,最经常用的就是EJB的事务管理。也明白为什么JBOSS里面加了一个XMBean了。