| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles Interview Transcripts |
- Secrets of lightweight development success, Part 4: A comparison of lightweight containers by Bruce Tate - [Clicks: 86]
Lightweight containers can dramatically loosen the coupling between major components of your system. Different containers embrace the same design patterns, but have otherwise radically different philosophies. This article helps you make the best choice among three lightweight containers: Spring Framework, HiveMind, and PicoContainer.
http://www-128.ibm.com/developerworks/opensource/library/os-lightweight4/ - Aug, 2005 - HiveMind: What's it all about? by James Carman - [Clicks: 60]
HiveMind is a project that helps implement systems as small, testable services which interact with one another to make up an application. In this article, James Carman explores some of the key features of HiveMind by developing a user registration service to be used by an online application.
[Includes source code]
http://www.theserverside.com/articles/article.tss?l=HivemindBuzz - Apr, 2005 - IoC Container Face-Off by Ken Ramirez - [Clicks: 84]
In this article, we will take a look at the problem in more depth and learn how others have tried to solve the problem by utilizing frameworks that implement the Inversion of Control (or IoC) pattern. First, we'll become familiar with some terms, the IoC pattern, and other patterns that have tried to implement a solution (but didn't completely succeed). Then we'll move on, to see how two of the most popular IoC frameworks are used today. These frameworks are PicoContainer and HiveMind.
http://today.java.net/pub/a/today/2005/02/10/ioc.html - Feb, 2005
- Tapestry and Hivemind by Howard M. Lewis Ship - [Clicks: 53]
Howard Lewis Ship talks about the origins of Tapestry, the differences between it and other web frameworks, how it integrates with Spring and Hibernate, and how to unlearn the bad habits caused by traditional approaches to development, and Hivemind's capabilities as a micro kernel.
http://www.theserverside.com/talks/library.tss#howard - Feb, 2005