yes ..it also comes in struts-plugin in struts2-showcase specifically
\struts2-showcase-2.0.6\WEB-INF\lib\struts2-spring-plugin-2.0.6.jar

M--
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.

----- Original Message ----- From: "Dave Newton" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <user@struts.apache.org>
Sent: Sunday, April 22, 2007 4:36 PM
Subject: Re: NoClassDefFoundError - ApplicationContextAware


--- Mike Molina <[EMAIL PROTECTED]> wrote:
The error appears to be happening because it cannot find the Spring interface ApplicationContextAware.
I
would think that if Struts 2 had any dependencies on

this interface, it would include them in its own JARs, and not require the user to go download the Spring framework during normal installation.

If you are going to use Spring as your object factory
then you will need to download Spring; S2 provides a
*plugin* for Spring integration, but not Spring
itself.

This makes sense if for no other reason than Spring is
big, and you should be able to pick and choose which
Spring components you want rather than create a
dependency on the entire Spring distro.

S2 doesn't "depend" on Spring unless you tell it to
(or, perhaps in this case, someone told it for you).

d.


__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to