<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: difference between struts 1.1 and struts2.x in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/difference-between-struts-1-1-and-struts2-x/qaa-p/5483818#M2042889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi subodha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nice to see u in sdn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the [link |http://www.geekinterview.com/question_details/64360]&lt;/P&gt;&lt;P&gt;some of them documentation about 1.x &lt;/P&gt;&lt;P&gt;&lt;A href="http://struts.apache.org/1.3.10/index.html" target="test_blank"&gt;http://struts.apache.org/1.3.10/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know u need any furter info &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bvr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Apr 2009 13:59:05 GMT</pubDate>
    <dc:creator>ravindra_bollapalli2</dc:creator>
    <dc:date>2009-04-11T13:59:05Z</dc:date>
    <item>
      <title>difference between struts 1.1 and struts2.x</title>
      <link>https://community.sap.com/t5/technology-q-a/difference-between-struts-1-1-and-struts2-x/qaq-p/5483817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;experts &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tell me the diff between difference between struts 1.1 and struts2.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;subodha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2009 12:14:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/difference-between-struts-1-1-and-struts2-x/qaq-p/5483817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-10T12:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: difference between struts 1.1 and struts2.x</title>
      <link>https://community.sap.com/t5/technology-q-a/difference-between-struts-1-1-and-struts2-x/qaa-p/5483818#M2042889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi subodha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nice to see u in sdn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the [link |http://www.geekinterview.com/question_details/64360]&lt;/P&gt;&lt;P&gt;some of them documentation about 1.x &lt;/P&gt;&lt;P&gt;&lt;A href="http://struts.apache.org/1.3.10/index.html" target="test_blank"&gt;http://struts.apache.org/1.3.10/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know u need any furter info &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bvr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2009 13:59:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/difference-between-struts-1-1-and-struts2-x/qaa-p/5483818#M2042889</guid>
      <dc:creator>ravindra_bollapalli2</dc:creator>
      <dc:date>2009-04-11T13:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: difference between struts 1.1 and struts2.x</title>
      <link>https://community.sap.com/t5/technology-q-a/difference-between-struts-1-1-and-struts2-x/qaa-p/5483819#M2042890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi subodha,&lt;/P&gt;&lt;P&gt;Find out the differences.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) 1.1:- The controller servlet is &lt;STRONG&gt;ActionServlet&lt;/STRONG&gt; and implements FrontController design pattern&lt;/P&gt;&lt;P&gt;     2.x:- The controller servlet is &lt;STRONG&gt;FilterDispatcher&lt;/STRONG&gt; and implements intercepting design pattern&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) 1.1:- Name of struts configuration file is &amp;lt; any anme&amp;gt;.xml&lt;/P&gt;&lt;P&gt;    2.x:- File name is fixed &lt;STRONG&gt;Struts.xml&lt;/STRONG&gt;  and location is WEB-INF/classes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)1.1:-   FormBeans and Action classes are api dependent so unit testing is difficult.&lt;/P&gt;&lt;P&gt;   2.x:-   No formbeans and Action classes are normal java classes (POJO model) so unit testing  is    easy.     can use JUNIT tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Inthe place of Request Processors , interceptors are given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) 1.1:-Thread safety is required in Action subclasses because there will be single object and multiple    threads  created for multiple requests.&lt;/P&gt;&lt;P&gt;    2.x:- For every request one object will be created for Action class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6)  1.1:- Huge complexity to work with &lt;STRONG&gt;spring,hibernate and Ajax.&lt;/STRONG&gt;      &lt;/P&gt;&lt;P&gt;     2.x:-  Built in support to with spring,hibernate and Ajax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7) 1.1:- XML files are dtd based.&lt;/P&gt;&lt;P&gt;     2.x:- XML files are schema based.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;  1.1:- Given basewd on j2sdk 1.4&lt;/P&gt;&lt;P&gt;     2.x:- Given basewd on j2sdk 1.5 ,so there is a support os Annotations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9)  1.1:- Uses validator framework declerative validations.&lt;/P&gt;&lt;P&gt;      2.x:- Uses Xframe work to perform form validations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10) 1.1:- Uses &lt;STRONG&gt;jsps&lt;/STRONG&gt; as view layer technology.&lt;/P&gt;&lt;P&gt;       2.x:- Uses &lt;STRONG&gt;jsps,freemaker,velocity&lt;/STRONG&gt; as view layer technology.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u got the answer pls close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Srikanth Thatipally on Apr 15, 2009 8:09 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 06:09:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/difference-between-struts-1-1-and-struts2-x/qaa-p/5483819#M2042890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T06:09:27Z</dc:date>
    </item>
  </channel>
</rss>

