; Date: Tue, 26 Feb 2008 15:32:56 -0330
>
> > To: Struts Users Mailing List
> > Subject: Re: Struts 2 and SOA
> >
>
> > Ok. All of my actions call my DAOs for their logic. Most of my
> > actions look like this:
> >
> >
> > public S
> From: Richard Sayre <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List
> Date: Tue, 26 Feb 2008 15:32:56 -0330
> To: Struts Users Mailing List
> Subject: Re: Struts 2 and SOA
>
> Ok. All of my actions call my DAOs for their logic. Most of my
> actions l
>
> > To: Struts Users Mailing List
> > Subject: Re: Struts 2 and SOA
> >
>
> > Could you elaborate a bit. Would the POJO contain the Business logic
> > for calling My DAO and other classes? Would the POJO replace the
> > action functionality? Then
Hi,
It is too complex to answer in one post ;-), but you almost answer all
your questions ;-)
I don't know all the details about your system (will it be base on
some J2EE App server?), but for example:
- you can implement all your core business logic as simple POJO's base
on Spring, it will allow
> From: Richard Sayre <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List
> Date: Tue, 26 Feb 2008 14:08:18 -0330
> To: Struts Users Mailing List
> Subject: Re: Struts 2 and SOA
>
> Could you elaborate a bit. Would the POJO contain the Business logic
>
> > I dont see any need for .NET interoperability in the
> > future, but it would hurt to have that option.
>
> I like your typo more than what you actually meant ;)
Ha ha, that is quite funny.
> Another thing to look at is the RESTful plugin. It allows the same action to
> serve back data
entation.
http://cwiki.apache.org/CXF20DOC/index.html
Regards,
Randy Burgess
Sr. Web Applications Developer
Nuvox Communications
> From: Richard Sayre <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List
> Date: Tue, 26 Feb 2008 14:19:26 -0330
> To: Struts Users Mailing List
--- Richard Sayre <[EMAIL PROTECTED]> wrote:
> I dont see any need for .NET interoperability in the
> future, but it would hurt to have that option.
I like your typo more than what you actually meant ;)
> After talking briefly with a more experienced analyst, he mentioned
> that SOA might be wort
I am not using Spring yet. We currently just finished migrating our
application to struts 2. We have not had a chance to look into Spring
yet but it was recommended by the person who started the struts
migration. If this is part of the solution to getting our struts app
to share it functionality
Could you elaborate a bit. Would the POJO contain the Business logic
for calling My DAO and other classes? Would the POJO replace the
action functionality? Then my action would use a POJO to do all of
the work? So any logic in MyAction.save() would go into POJO.save()
which would then be called
Especially if you are using Spring then it will be very simple using CXF to
expose your business logic as a web service.
Regards,
Randy Burgess
Sr. Web Applications Developer
Nuvox Communications
> From: Richard Sayre <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List
> Date: Tue, 26 Fe
Hi,
I think, it will be better if try to use XFire / CXF or Axis2, you can
create simple POJO and expose it as WebService and from the other side
you can use such POJO in your Struts2 actions. And of course you can
use Spring to initialize it and inject to your actions ;-)
If you want to have bett
12 matches
Mail list logo