Re: .NET/WebServices/Java

2006-04-25 Thread Ted Husted
It would be better to continue the thread on dev@struts.apache.org, but there's no reason to take the discussion off list. -Ted. On 4/24/06, John B. Walker <[EMAIL PROTECTED]> wrote: > Thanks Ted! I will dust off my old sourceforge.net account and take this > conversation off the user group with

Re: .NET/WebServices/Java

2006-04-24 Thread John B. Walker
Thanks Ted! I will dust off my old sourceforge.net account and take this conversation off the user group with you personally. I appreciate the help. It's people like you that make it easy for developers to come into the Open Dev community. Thanks again, John On 4/23/06, Ted Husted <[EMAIL PROT

Re: .NET/WebServices/Java

2006-04-23 Thread Ted Husted
On 4/23/06, John B. Walker <[EMAIL PROTECTED]> wrote: > My next question for you Ted (or others), is: > "How would I contribute this source back to Struts, and do you think that > the committee would be interested in adopting this framework into the Struts > project?" The first step would be to ge

Re: .NET/WebServices/Java

2006-04-23 Thread John B. Walker
Ted wrote: > 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

Re: .NET/WebServices/Java

2006-04-23 Thread Ted Husted
> > 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

Re: .NET/WebServices/Java

2006-04-22 Thread John B. Walker
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 .NE

Re: .NET/WebServices/Java

2006-04-21 Thread Ted Husted
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 writi

.NET/WebServices/Java

2006-04-21 Thread John Walker
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 develo