Through spring frame work one can integrate other open source framework
(like hibernate, Struts iBatis..) in a flexible way.
Spring provides many other features like DI and AOP.
Also we can add customized code through interceptors and proxy.
DI = No need to create Bean, container knows when and how to create bean
instance along with bean dependencies.
In general we can say spring lies over multiple layers in an enterprise
application.


-----Original Message-----
From: meisam sarabadani [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 16, 2007 6:25 PM
To: Struts Users Mailing List
Subject: Re: [OT] Re: [action question]

If you wanna compare them which one do u like the most ? and why? can we
say
which one s better ? or this is a wrong question may be ?

thank you

On 8/16/07, Dave Newton <[EMAIL PROTECTED]> wrote:
>
> Struts is a web application framework.
>
> Spring's functionality runs the gamut; its primary use in Struts is as
a
> dependency injection mechanism.
>
> Looking at the Spring website [1] might be a good place to learn about
> Spring.
>
> d.
>
> [1] http://www.springframework.org/
>
> ----- Original Message ----
> From: meisam sarabadani <[EMAIL PROTECTED]>
> To: Struts Users Mailing List <user@struts.apache.org>
> Sent: Thursday, August 16, 2007 7:54:25 AM
> Subject: Re: [action question]
>
> can anybody tell me the differences between Spring and Struts ?
>
> Im confused over here :((
>
> On 8/16/07, Dave Newton <[EMAIL PROTECTED]> wrote:
> >
> > > can i forward an action to another action using the result
> > > tag in action mappings?
> >
> > Yes; result type is redirect-action [1] ([2] for all types).
> >
> > See [3] regarding action mapping configuration.
> >
> > d.
> >
> > [1] http://struts.apache.org/2.x/docs/redirect-action-result.html
> > [2] http://struts.apache.org/2.x/docs/result-types.html
> > [3] http://struts.apache.org/2.x/docs/action-configuration.html
> >
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
> >
> >
> >
> >
> >
>
________________________________________________________________________
____________
> > Moody friends. Drama queens. Your life? Nope! - their life, your
story.
> > Play Sims Stories at Yahoo! Games.
> > http://sims.yahoo.com/
> >
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> Appreciated much,
>
> Meisam Sarabadani
> IBM Student Ambassador
> Vice president II, IT Society
> Multimedia University, Cyberjaya Capmus
> ------------------------------------------------------------------
> "The day the Lord created hope was probably the same day he created
> Spring."              Bern Williams.
> ------------------------------------------------------------------
>
>
>
>
>
>
>
>
________________________________________________________________________
____________
> Building a website is a piece of cake. Yahoo! Small Business gives you
all
> the tools to get online.
> http://smallbusiness.yahoo.com/webhosting
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Appreciated much,

Meisam Sarabadani
IBM Student Ambassador
Vice president II, IT Society
Multimedia University, Cyberjaya Capmus
------------------------------------------------------------------
"The day the Lord created hope was probably the same day he created
Spring."              Bern Williams.
------------------------------------------------------------------

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

Reply via email to