something about the IoC stuff

ligerdave <[email protected]> Fri, 08 Dec 2006 09:49:26 CST
Newsgroups gmane.comp.java.open-symphony.webwork
Message-ID <16384125.1165593117475.JavaMail.os-j2ee@opensymphony01.managed.contegix.com>
there isnt any article discuss about how the webwork IoC works. i have seen an example of  a shopping cart but it's not fully and well discussed. i dont know if anyone has seen this:

<components> 
	<component>
		<scope>application</scope>
		<class>org.petsoar.pets.DefaultPetStore</class>
		<enabler>org.petsoar.pets.PetStoreAware</enabler>
	</component>
	<component>
		<scope>session</scope>
		<class>org.petsoar.cart.SimpleShoppingCart</class>
		<enabler>org.petsoar.cart.ShoppingCartAware</enabler>
	</component>
</components>

so anyone wanna talk about this a little bit? btw, i attached the file here. u can have a glance
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=52566&messageID=106037#106037

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
WebWork 2.ppt (application/octet-stream, 459.5 KB) - not displayed