|
From: <jue...@we...> - 2003-04-09 17:58:20
|
Hi John, What exactly would you like to see an example for? Reusable business = logic services via Spring? Validation not tied to web classes? For a = start, the box office demo application coming with Rod's book shows = both. Indeed, we need lots of additional documentation and best = practices guides... but currently we're still busy implementing and = refining ;-) I didn't mean to imply that Struts would not allow for reusable business = logic at all. It just doesn't support it in any way, so you have to find = or build a suitable infrastructure yourself. Therefore, many Struts = applications just separate at the web MVC level: Business logic ends up = in web controllers but not in dedicated business logic services. That's = where using Spring as middle tier framework for Struts web apps makes = sense. Of course, Struts shares this particular limitation with other web MVC = frameworks like WebWork. This isn't meant as offence, such = infrastructure is simply beyond their scope. Regards, Juergen -----Original Message----- From: John Cavacas [mailto:joh...@sa...] Sent: Wednesday, April 09, 2003 7:30 PM To: spr...@li... Subject: RE: [Springframework-developer] interface21 Properties editor in BeanWrapperImpl > Struts, on the other hand, is "just" a web MVC framework, targetted at > web-centric applications. It doesn't address reusable business logic > services or data access objects at all. For example, compare the > validation support: Struts' is tied to ActionForms while Spring's = isn't > tied to web classes at all.=20 [John Cavacas]=20 I would love to see an example and explanation of this. Maybe I'm just = thick headed but I just don't get it. I'm sure others would too. Thanks, John =20 This communication is intended for the use of the individual(s) or = entity it was addressed to and may contain confidential and/or privileged = information. If the reader of this transmission is not the intended recipient, you = are hereby notified that any review, dissemination, distribution or copying = of this communication is prohibited. If you receive this communication in error, please notify the sender immediately and delete this = communication from your system(s) to which it was sent and/or replicated to. (c) 2002 Sapiens Americas Corp. ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The = debugger=20 for complex code. Debugging C/C++ programs can leave you feeling lost = and=20 disoriented. TotalView can help you find your way. Available on major = UNIX=20 and Linux platforms. Try it free. www.etnus.com _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |