> > Is there a way that I can have a Struts application that services a .NET
> > view, Struts controller, and Struts model objects?

If you need to render an ASPX page, then either ASP.NET or MONO needs
to be in the picture. Right now, I don't know of a way to run both
ASP.NET and J2SE in the same application space. They could both use a
common set of web services. I do know people who use ASP.NET to create
web services, and then use a Java web framework on the front end.

If the situation is that you have business logic trapped in Struts
Actions that you want to access from an ASPX application, then you
might be able to create web service to front the Action, and have the
ASPX application access the web service. (The inverse of what I
mentioned before.)

One effort in that regard is

* http://sourceforge.net/projects/strutsws

If you are developing an ASPX application, I've found the Spring.NET
framework very userful in my own work.

* http://springframework.net/

HTH, Ted.

On 4/23/06, John B. Walker <[EMAIL PROTECTED]> wrote:
> yes, an ASPX file
>
>
> On 4/21/06, Ted Husted <[EMAIL PROTECTED]> wrote:
> >
>  What do mean by a .NET view? Are you talking about a .ASPX file with a
> code-behind?
>
> -Ted.
>
> On 4/21/06, John Walker <[EMAIL PROTECTED]> wrote:
> > Is there a way that I can have a Struts application that services a .NET
> > view, Struts controller, and Struts model objects?
> >
> > I've recently been writing my own framework to do such a thing, and I'm
> > wondering if I should have deferred to the wisdom of Struts users :)
> before
> > delving into my own development.
> >
> > Regards,
> > John Walker
> >
> > [EMAIL PROTECTED]

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

Reply via email to