> -----Original Message----- > From: Chris Halverson [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 17, 2003 9:16 AM > To: Struts Users Mailing List > Subject: Re: Struts design flaw -- ActionForms are not true domain > objects > > > "James Childers" <[EMAIL PROTECTED]> writes: > > > You can't really use that outside of a servlet container. This is > > not a knock to Struts; it was never designed to be a general purpose > > MVC model. But noone is going to write a Swing app using Struts, for > > example. > > http://javaboutique.internet.com/tutorials/Swing/ > > It can be done. >
Quoth the article: "So this article is about connecting a Swing client to an existing servlet application." You still need to run Struts within a servlet context, which was my original point. -= J --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

