» tagged pages
» logout

(Feed found, click Add Page to syndicate.) Error finding feed, please try again » Find feed title

A Blog Page allows you to add entries, for news or other time sensitive postings

(Login required to save to your tagged pages.)
(or Cancel)

Recent Edits

edit by alex

Inversion of Control Containers

September 27, 2005
IoC

Components link together through public interfaces in a plug-in architecture, they are then stitched together in a factory....

» complete change

<strong>Inversion of Control</strong> ([IoC]) is a programming design pattern that specifies a layer of abstraction between components.

Components link together through public interfaces in a plug-in architecture, they are then stitched together in a factory. Because the control over object instantiation and linking is external, this is termed 'Inversion of Control'

Undo this change because:
edit by alex

Considering Alternatives to Spring

September 27, 2005
Lightweight container PicoContainer Avalon Hivemind container, PicoContainer, Avalon, Hivemind, Struts

"Spring is not the only lightweight container available. In the last few years, more and more Java developers have been seeking...

» complete change

"Spring is not the only lightweight container available. In the last few years, more and more Java developers have been seeking an alternative to EJB. As a result, several lightweight containers have been developed with different methods for achieving inversion of control."

This article discusses <a href="http://sourcecaster.net/find/PicoContainer">PicoContainer</a>, Avalon, <a href="http://sourcecaster.net/find/Hivemind">Hivemind</a> and also compares the framework aspects of Spring with <a href="http://sourcecaster.net/find/Struts">Struts</a>.

Undo this change because:
edit by alex

Understanding IoC and Spring

September 27, 2005
Spring Spring, IoC
Undo this change because:
edit by 192.168.0.194

Considering Alternatives to Spring

May 12, 2005

This article discusses <a href="http://sourcecaster.net/find/PicoContainer">PicoContainer</a>, href="http://192.168.1.201/find/PicoContainer">PicoContainer</a>,...

» complete change

"Spring is not the only lightweight container available. In the last few years, more and more Java developers have been seeking an alternative to EJB. As a result, several lightweight containers have been developed with different methods for achieving inversion of control."

This article discusses <a href="http://sourcecaster.net/find/PicoContainer">PicoContainer</a>, href="http://192.168.1.201/find/PicoContainer">PicoContainer</a>, Avalon, <a href="http://sourcecaster.net/find/Hivemind">Hivemind</a> Hivemind and also compares the framework aspects of Spring with <a href="http://sourcecaster.net/find/Struts">Struts</a>. Struts.

edit by 192.168.0.194

Inversion of Control Containers

May 12, 2005

<strong>Inversion of Control</strong> ([IoC]) (IoC) is a programming design pattern that specifies a layer of abstraction between...

» complete change

<strong>Inversion of Control</strong> ([IoC]) (IoC) is a programming design pattern that specifies a layer of abstraction between components.

Components link together through public interfaces in a plug-in architecture, they are then stitched together in a factory. Because the control over object instantiation and linking is external, this is termed 'Inversion of Control'

edit by 192.168.0.194

Understanding IoC and Spring

May 12, 2005
Spring, IoC
http://www.jroller.com/comments/kdonald/Weblog/ioc_we_get_it#comments
Understanding IoC and Spring

A detailed explanation about IoC from kdonald blog on jroller

created by 192.168.0.194

Understanding IoC and Spring

May 12, 2005
The entry was created.
Understanding IoC and Spring
Undo this change because:
created by 192.168.0.194

Understanding Inversion of Control Containers

May 12, 2005
The entry was created.
Understanding Inversion of Control Containers
Undo this change because:
edit by 192.168.0.194

Understanding Inversion of Control Containers

May 12, 2005
http://martinfowler.com/articles/injection.html
Understanding Inversion of Control Containers

Martin Fowler explains what an inversion of control container is, the 3 types of inversion of control, and how to use them (with code samples).

edit by 192.168.0.194

Inversion of Control Containers

May 12, 2005

<strong>Inversion of Control</strong> (IoC) ([IoC]) is a programming design pattern that specifies a layer of abstraction between...

» complete change

<strong>Inversion of Control</strong> (IoC) ([IoC]) is a programming design pattern that specifies a layer of abstraction between components.

Components link together through public interfaces in a plug-in architecture, they are then stitched together in a factory. Because the control over object instantiation and linking is external, this is termed 'Inversion of Control'

edit by 192.168.0.194

Considering Alternatives to Spring

May 12, 2005

This article discusses <a href="http://192.168.1.201/find/PicoContainer">PicoContainer</a>, PicoContainer, Avalon, Hivemind...

» complete change

"Spring is not the only lightweight container available. In the last few years, more and more Java developers have been seeking an alternative to EJB. As a result, several lightweight containers have been developed with different methods for achieving inversion of control."

This article discusses <a href="http://192.168.1.201/find/PicoContainer">PicoContainer</a>, PicoContainer, Avalon, Hivemind and also compares the framework aspects of Spring with Struts.

edit by 192.168.0.194

Inversion of Control Containers

May 12, 2005

<strong>Inversion of Control</strong> ([IoC]) (IoC) is a programming design pattern that specifies a layer of abstraction between...

» complete change

<strong>Inversion of Control</strong> ([IoC]) (IoC) is a programming design pattern that specifies a layer of abstraction between components.

Components link together through public interfaces in a plug-in architecture, they are then stitched together in a factory. Because the control over object instantiation and linking is external, this is termed 'Inversion of Control'

edit by 192.168.0.194

Inversion of Control Containers

May 12, 2005

<strong>Inversion of Control</strong> (IoC) IoC is a programming design pattern that specifies a layer of abstraction between...

» complete change

<strong>Inversion of Control</strong> (IoC) IoC is a programming design pattern that specifies a layer of abstraction between components.

Components link together through public interfaces in a plug-in architecture, they are then stitched together in a factory. Because the control over object instantiation and linking is external, this is termed 'Inversion of Control'

edit by 192.168.0.194

Inversion of Control Containers

May 12, 2005

IoC is a programming design pattern that specifies a layer of abstraction between components.

Components link together through...

» complete change

IoC is a programming design pattern that specifies a layer of abstraction between components.

Components link together through public interfaces in a plug-in architecture, they are then stitched together in a factory. Because the control over object instantiation and linking is external, this is termed 'Inversion of Control'

edit by 192.168.0.194

IoC Container Face Off

May 12, 2005

"Within the web world, you won't find too many web applications that aren't built on top of the likes of Model View Controller,...

» complete change

"Within the web world, you won't find too many web applications that aren't built on top of the likes of Model View Controller, Business Delegate, Session Facade, Data Access Object, or other patterns these days. These patterns have been used to form architectures that attempt to provide a stronger foundation for our applications. By utilizing some of these patterns together, we avoid the problems faced by past development efforts, and provide extensibility for future growth. However, one problem still remains: component dependency resolution. 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. "

Undo this change because:
created by 192.168.0.194

Considering Alternatives to Spring

May 12, 2005
The entry was created.
Considering Alternatives to Spring
Undo this change because:
edit by 192.168.0.194

Considering Alternatives to Spring

May 12, 2005
Lightweight container, PicoContainer, Avalon, Hivemind, Struts
http://www.webreference.com/programming/spring/3/2.html
Considering Alternatives to Spring

"Spring is not the only lightweight container available. In the last few years, more and more Java developers have been seeking...

» complete change

"Spring is not the only lightweight container available. In the last few years, more and more Java developers have been seeking an alternative to EJB. As a result, several lightweight containers have been developed with different methods for achieving inversion of control."

This article discusses PicoContainer, Avalon, Hivemind and also compares the framework aspects of Spring with Struts.

edit by 192.168.0.194

IoC Container Face Off

May 12, 2005
http://today.java.net/pub/a/today/2005/02/10/ioc.html
IoC Container Face Off

"Within the web world, you won't find too many web applications that aren't built on top of the likes of Model View Controller,...

» complete change

"Within the web world, you won't find too many web applications that aren't built on top of the likes of Model View Controller, Business Delegate, Session Facade, Data Access Object, or other patterns these days. These patterns have been used to form architectures that attempt to provide a stronger foundation for our applications. By utilizing some of these patterns together, we avoid the problems faced by past development efforts, and provide extensibility for future growth. However, one problem still remains: component dependency resolution. 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. "

created by 192.168.0.194

IoC Container Face Off

May 12, 2005
The entry was created.
IoC Container Face Off
Undo this change because:
edit by 192.168.0.194

Inversion of Control Containers

May 12, 2005
Inversion of Control Containers
Undo this change because:
created by 192.168.0.194

Inversion of Control Containers

May 12, 2005
The page was created.
Inversion of Control Containers
Undo this change because:
Username:
Password:
(or Cancel)