Well Spring WS is an extension of Spring MVC, so it's kinda both.  I use
Struts 2 for all my web traffic and Spring-WS (i.e. SpringMVC) for the Web
Service traffic.  It works well since I map the struts filter to /* and the
spring ws servlet to /ws/*.  I'd definitely be interested in a way for
Struts 2 to serve WS directly, but until then, this works fine.
  (*Chris*)

On Sat, Apr 3, 2010 at 11:31 PM, Frans Thamura <fr...@meruvian.org> wrote:

> hi chris
>
>
> is it on SpringMVC or on Struts2,
>
> can share more detail
>
> F
>
> On Sun, Apr 4, 2010 at 12:30 PM, Chris Pratt <thechrispr...@gmail.com
> >wrote:
>
> > I've used Spring-Web Services along side a Struts 2 app and it worked
> fine.
> >   (*Chris*)
> >
> > On Sat, Apr 3, 2010 at 9:33 PM, Frans Thamura <fr...@meruvian.org>
> wrote:
> >
> > > hi
> > >
> > >
> > > must we  create an axis-plugins for struts2 first, or u can give me an
> > > opinion
> > >
> > > because my head said we must go to plugins result model for any output
> of
> > > Struts2
> > >
> > > F
> > >
> > > On Sun, Apr 4, 2010 at 11:24 AM, Nitesh Jain <er.niteshj...@gmail.com
> > > >wrote:
> > >
> > > > Frans,
> > > >
> > > >        You can consider using AXIS with struts for Webservices.
> > > >
> > > > Nitesh
> > > >
> > > > On 4 April 2010 06:50, Frans Thamura <fr...@meruvian.org> wrote:
> > > >
> > > > > On Sun, Apr 4, 2010 at 7:40 AM, Dave Newton <newton.d...@yahoo.com
> >
> > > > wrote:
> > > > >
> > > > > > Frans Thamura wrote:
> > > > > >
> > > > > >> any idea to make a struts2 application using @Webservices or
> any,
> > to
> > > > > make
> > > > > >> the result is SOA compliance?
> > > > > >>
> > > > > >
> > > > > > "SOA" compliance meaning what? The rendered result can be in any
> > > format
> > > > > and
> > > > > > conform to any standard you wish. Is your question regarding
> using
> > > the
> > > > > > actual JAX-RS @Webservice annotation on an S2 action?
> > > > > >
> > > > >
> > > > >
> > > > > hi dave
> > > > >
> > > > > right, that is the idea
> > > > >
> > > > > F
> > > > >
> > > >
> > >
> >
>

Reply via email to