By bloid
via javalobby.org
Published: Nov 07 2007 / 14:15
The recent Guice vs. Spring comparison has been focused on performance.
Performance has already been debated, and stated to be of little significance, since most
components assembled by a DI container are assembled at startup. Furthermore, if a DI container
is used to assemble it, it is probably because it is complex. If the component is complex,
the domain logic it carries out is probably also complex. Therfore, the assembling time is
probably still only a fraction of its execution time.



Add your comment