<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - Struts Delegate: Strut like WebWork</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Tue, 21 May 2013 04:39:51 -0400</pubDate>


    <item>

        <title>Keep separate Actions and Forms</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=22097</link>

        

        
            <description><![CDATA[After I have made some projects that based on the Struts, I thinhk that it is the best way if we keep  separately Actions and Forms. With each Form, we can use by multi Actions. If two forms have some same attributes, we can use the inherit way to create...]]></description>
        

        <pubDate>Tue, 28 Oct 2003 22:10:46 -0500</pubDate>

        

        <jf:creationDate>Tue, 28 Oct 2003 22:10:46 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 28 Oct 2003 22:10:46 -0500</jf:modificationDate>
        <jf:date>Oct 28, 2003</jf:date>
        <jf:author>Web Master</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>RE: another effort</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=22097</link>

        

        
            <description><![CDATA[<div class="jive-quote">After a few struts-projects, I also had the feeling that struts (although recognized by me as a pioneer in the area) didn't go all the way in separating model view and controller.</div>...]]></description>
        

        <pubDate>Tue, 28 Oct 2003 10:46:14 -0500</pubDate>

        

        <jf:creationDate>Tue, 28 Oct 2003 10:46:14 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 28 Oct 2003 10:46:14 -0500</jf:modificationDate>
        <jf:date>Oct 28, 2003</jf:date>
        <jf:author>Jason Carreira</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Struts Delegate: Strut like WebWork</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=22097</link>

        

        
            <description><![CDATA[<div class="jive-quote"><i>Please watch the interview with John Crupi--they spend a lot of time on this topic.</i></div>...]]></description>
        

        <pubDate>Tue, 28 Oct 2003 06:35:25 -0500</pubDate>

        

        <jf:creationDate>Tue, 28 Oct 2003 06:35:25 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 28 Oct 2003 06:35:25 -0500</jf:modificationDate>
        <jf:date>Oct 28, 2003</jf:date>
        <jf:author>Michael Mattox</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>interceptors</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=22097</link>

        

        
            <description><![CDATA[I thought the controller-interceptors are a nice idea so I just included them.
<br>Regards, Tom.]]></description>
        

        <pubDate>Tue, 28 Oct 2003 05:22:11 -0500</pubDate>

        

        <jf:creationDate>Tue, 28 Oct 2003 05:22:11 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 28 Oct 2003 05:22:11 -0500</jf:modificationDate>
        <jf:date>Oct 28, 2003</jf:date>
        <jf:author>Tom Baeyens</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>another effort</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=22097</link>

        

        
            <description><![CDATA[After a few struts-projects, I also had the feeling that struts (although recognized by me as a pioneer in the area) didn't go all the way in separating model view and controller....]]></description>
        

        <pubDate>Tue, 28 Oct 2003 03:44:43 -0500</pubDate>

        

        <jf:creationDate>Tue, 28 Oct 2003 03:44:43 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 28 Oct 2003 03:44:43 -0500</jf:modificationDate>
        <jf:date>Oct 28, 2003</jf:date>
        <jf:author>Tom Baeyens</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Combining the action and the form</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=22097</link>

        

        
            <description><![CDATA[<div class="jive-quote">Philosophically, I think it's cleaner to keep the two components separate.  I don't see Action classes as reusable components, but instead more of a placeholder for validation and navigation rules.  Form Beans, on the other hand,...]]></description>
        

        <pubDate>Tue, 28 Oct 2003 02:31:50 -0500</pubDate>

        

        <jf:creationDate>Tue, 28 Oct 2003 02:31:50 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 28 Oct 2003 02:31:50 -0500</jf:modificationDate>
        <jf:date>Oct 28, 2003</jf:date>
        <jf:author>Juozas Baliuka</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Struts Delegate: Strut like WebWork</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=22097</link>

        

        
            <description><![CDATA[<i>I did watch the interview as well as the one with Rod Johnson. They both were singing the same tune - you need a domain model, and objects without behavior, e.g., DTO's are bad. I guess what they were suggesting is that we should take business logic...]]></description>
        

        <pubDate>Tue, 28 Oct 2003 02:12:42 -0500</pubDate>

        

        <jf:creationDate>Tue, 28 Oct 2003 02:12:42 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 28 Oct 2003 02:12:42 -0500</jf:modificationDate>
        <jf:date>Oct 28, 2003</jf:date>
        <jf:author>Rod Johnson</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Struts Delegate: Strut like WebWork</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=22097</link>

        

        
            <description><![CDATA[<div class="jive-quote"><i>Please watch the interview with John Crupi--they spend a lot of time on this topic.</i></div>...]]></description>
        

        <pubDate>Mon, 27 Oct 2003 23:02:46 -0500</pubDate>

        

        <jf:creationDate>Mon, 27 Oct 2003 23:02:46 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 27 Oct 2003 23:02:46 -0500</jf:modificationDate>
        <jf:date>Oct 27, 2003</jf:date>
        <jf:author>Jason Carreira</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Struts Delegate: Strut like WebWork</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=22097</link>

        

        
            <description><![CDATA[<div class="jive-quote"><i>Please watch the interview with John Crupi--they spend a lot of time on this topic.</i></div>...]]></description>
        

        <pubDate>Mon, 27 Oct 2003 22:40:19 -0500</pubDate>

        

        <jf:creationDate>Mon, 27 Oct 2003 22:40:19 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 27 Oct 2003 22:40:19 -0500</jf:modificationDate>
        <jf:date>Oct 27, 2003</jf:date>
        <jf:author>Jason Carreira</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re:  Struts Delegate: Strut like WebWork</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=22097</link>

        

        
            <description><![CDATA[Very true, Jason.  The problem is that many big companies don't want to use anything other than Struts, sometimes even Struts 1.0.  You come as a consultant and you see all those glass boundaries around you.  What's a developer to do?  I'd say, adapt a...]]></description>
        

        <pubDate>Mon, 27 Oct 2003 22:39:34 -0500</pubDate>

        

        <jf:creationDate>Mon, 27 Oct 2003 22:39:34 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 27 Oct 2003 22:39:34 -0500</jf:modificationDate>
        <jf:date>Oct 27, 2003</jf:date>
        <jf:author>Sergey Naftulin</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Struts Delegate: Strut like WebWork</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=22097</link>

        

        
            <description><![CDATA[&quot;I did watch the interview as well as the one with Rod Johnson.  They both were singing the same tune - you need a domain model, and objects without behavior, e.g., DTO's are bad.  I guess what they were suggesting is that we should take business...]]></description>
        

        <pubDate>Mon, 27 Oct 2003 20:44:12 -0500</pubDate>

        

        <jf:creationDate>Mon, 27 Oct 2003 20:44:12 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 27 Oct 2003 20:44:12 -0500</jf:modificationDate>
        <jf:date>Oct 27, 2003</jf:date>
        <jf:author>Bob Lee</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>flattery</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=22097</link>

        

        
            <description><![CDATA[<div class="jive-quote"><div class="jive-quote"><div class="jive-quote">Well, I certainly think we (at the Xwork / WebWork2 project) appreciate the flattery in the form of imitation, but I would suggest those of you not stuck in a political mess like Bob...]]></description>
        

        <pubDate>Mon, 27 Oct 2003 17:59:05 -0500</pubDate>

        

        <jf:creationDate>Mon, 27 Oct 2003 17:59:05 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 27 Oct 2003 17:59:05 -0500</jf:modificationDate>
        <jf:date>Oct 27, 2003</jf:date>
        <jf:author>Gavin King</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Struts Delegate: Strut like WebWork</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=22097</link>

        

        
            <description><![CDATA[<i>Please watch the interview with John Crupi--they spend a lot of time on this topic.</i>...]]></description>
        

        <pubDate>Mon, 27 Oct 2003 17:46:59 -0500</pubDate>

        

        <jf:creationDate>Mon, 27 Oct 2003 17:46:59 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 27 Oct 2003 17:46:59 -0500</jf:modificationDate>
        <jf:date>Oct 27, 2003</jf:date>
        <jf:author>Eric Ma</jf:author>
        <jf:replyCount>5</jf:replyCount>
    </item>


    <item>

        <title>Combining the action and the form</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=22097</link>

        

        
            <description><![CDATA[<div class="jive-quote">Philosophically, I think it's cleaner to keep the two components separate.  </div>...]]></description>
        

        <pubDate>Mon, 27 Oct 2003 16:48:10 -0500</pubDate>

        

        <jf:creationDate>Mon, 27 Oct 2003 16:48:10 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 27 Oct 2003 16:48:10 -0500</jf:modificationDate>
        <jf:date>Oct 27, 2003</jf:date>
        <jf:author>Bob Lee</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Since when do we separate data and logic?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=22097</link>

        

        
            <description><![CDATA[<div class="jive-quote">All of these behaviors clearly belong in the domain of the controller, and so if you believe in the principles of the MVC architecture, then it makes sense to define the Action and the ActionForm classes separately.</div>...]]></description>
        

        <pubDate>Mon, 27 Oct 2003 16:45:16 -0500</pubDate>

        

        <jf:creationDate>Mon, 27 Oct 2003 16:45:16 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 27 Oct 2003 16:45:16 -0500</jf:modificationDate>
        <jf:date>Oct 27, 2003</jf:date>
        <jf:author>Bob Lee</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>



</channel>
</rss>

