Butterfly Container 1.9.11-beta (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Butterfly Container 1.9.11-beta (Default branch)
# 1  
Old 02-20-2008
Butterfly Container 1.9.11-beta (Default branch)

Butterfly Container is a Java dependency injectioncontainer. It is smaller, yet more flexible andeasier to use than Spring, Pico, and Guice (atleast in the developers' opinion). Instead of XML,Butterfly Container is configured using a simple,flexible, Java-like configuration language, or byplugging plain non-annotation, non-reflection Javafactories into the container. There are noexternal dependencies.License: The Apache License 2.0Changes:
This version fixes a circular factory dependencyproblem when using Java factories. It also makesit easier to preserve type safety in Javafactories. This version has been performancetested against plain Java instantiation andagainst Google Guice.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Excel::Template::Container::Loop(3pm)			User Contributed Perl Documentation		     Excel::Template::Container::Loop(3pm)

NAME
Excel::Template::Container::Loop - Excel::Template::Container::Loop PURPOSE
To provide looping NODE NAME
LOOP INHERITANCE
Excel::Template::Container ATTRIBUTES
o NAME This is the name of the loop. It's used to identify within the parameter set what variables to expose to the children nodes each iteration. CHILDREN
None EFFECTS
None DEPENDENCIES
None USAGE
<loop name="LOOPY"> ... Children here ... </loop> In the above example, the children nodes would have access to the LOOPY array of hashes as parameters. Each iteration through the array would expose a different hash of parameters to the children. These loops work just like HTML::Template's loops. (I promise I'll give more info here!) There is one difference - I prefer using Perl-like scoping, so accessing of variables outside the LOOP scope from within is perfectly acceptable. You can also hide outside variables with inner values, if you desire, just like Perl. AUTHOR
Rob Kinyon (rob.kinyon@gmail.com) SEE ALSO
perl v5.14.2 2012-04-29 Excel::Template::Container::Loop(3pm)