Re: Struts in Desktop Application

2005-08-21 Thread Martin Gainty
o: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, August 21, 2005 9:33 AM Subject: Re: Struts in Desktop Application Martin Gainty wrote: As a followup Why limit users to downloading a clumsy desktop app when a browser based solution would run leaner and capture a

Re: Struts in Desktop Application

2005-08-21 Thread Gregoire Diboula
make sense. Gregoire. Martin- - Original Message - From: "Larry Meadors" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, August 21, 2005 9:16 AM Subject: Re: Struts in Desktop Application For a desktop app? Struts make

Re: Struts in Desktop Application

2005-08-21 Thread Larry Meadors
; Martin- > > > > - Original Message - From: "Larry Meadors" > > <[EMAIL PROTECTED]> > > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > > Sent: Sunday, August 21, 2005 9:16 AM > > Subject: Re: Struts in D

Re: Struts in Desktop Application

2005-08-21 Thread Gregoire Diboula
Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, August 21, 2005 9:16 AM Subject: Re: Struts in Desktop Application For a desktop app? Struts makes very little sense in that environment. If you layer your application well (Data Access -> Business Logic -> View), struts would just g

Re: Struts in Desktop Application

2005-08-21 Thread Martin Gainty
MAIL PROTECTED]> Sent: Sunday, August 21, 2005 9:16 AM Subject: Re: Struts in Desktop Application For a desktop app? Struts makes very little sense in that environment. If you layer your application well (Data Access -> Business Logic -> View), struts would just get in the way of a de

Re: Struts in Desktop Application

2005-08-21 Thread Larry Meadors
For a desktop app? Struts makes very little sense in that environment. If you layer your application well (Data Access -> Business Logic -> View), struts would just get in the way of a desktop application. Larry On 8/21/05, Gregoire Diboula <[EMAIL PROTECTED]> wrote: > Hi *, > > Please help me