<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for tsolak.com</title>
	<atom:link href="http://www.tsolak.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.tsolak.com</link>
	<description>Tsolak Petrosian</description>
	<lastBuildDate>Thu, 29 Jan 2009 13:13:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Mule+Maven+Eclipse by anoop</title>
		<link>http://www.tsolak.com/?p=18&#038;cpage=1#comment-24080</link>
		<dc:creator>anoop</dc:creator>
		<pubDate>Thu, 29 Jan 2009 13:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tsolak.com/?p=18#comment-24080</guid>
		<description>thanks you very much, bcoz i was suffering from a long time, with 
the integration</description>
		<content:encoded><![CDATA[<p>thanks you very much, bcoz i was suffering from a long time, with<br />
the integration</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring MVC+Custom Multy Action support. by Jack</title>
		<link>http://www.tsolak.com/?p=21&#038;cpage=1#comment-23422</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Wed, 17 Dec 2008 00:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tsolak.com/?p=21#comment-23422</guid>
		<description>how do I retrieve input from jsp page and map it in a spring controller model and view? Any sample code?</description>
		<content:encoded><![CDATA[<p>how do I retrieve input from jsp page and map it in a spring controller model and view? Any sample code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DOJO+DWR+SPRING+AUTHENTICATION by tsolakp</title>
		<link>http://www.tsolak.com/?p=17&#038;cpage=1#comment-22592</link>
		<dc:creator>tsolakp</dc:creator>
		<pubDate>Mon, 17 Nov 2008 23:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.tsolak.com/?p=17#comment-22592</guid>
		<description>Most likely you forgot to update &quot;&lt;role-name&gt;*&lt;/role-name&gt;&quot; to &quot;&lt;role-name&gt;user&lt;/role-name&gt;&quot; web.xml after the war has been unpacked by tomcat.
Go to &#039;path to tomcat install\webapps\dwr-test-war-1.0.0\WEB-INF\web.xml&quot; and make the above changes.</description>
		<content:encoded><![CDATA[<p>Most likely you forgot to update &#8220;<role -name>*</role>&#8221; to &#8220;<role -name>user</role>&#8221; web.xml after the war has been unpacked by tomcat.<br />
Go to &#8216;path to tomcat install\webapps\dwr-test-war-1.0.0\WEB-INF\web.xml&#8221; and make the above changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DOJO+DWR+SPRING+AUTHENTICATION by Pete</title>
		<link>http://www.tsolak.com/?p=17&#038;cpage=1#comment-22533</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Sun, 16 Nov 2008 18:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.tsolak.com/?p=17#comment-22533</guid>
		<description>Tomcat instructions do not work under 5.5.7...

Anyone know why?

I tried loggin isn eith &quot;weblogic&quot;, &quot;weblogin&quot; and &quot;user&quot;, &quot;user&quot;</description>
		<content:encoded><![CDATA[<p>Tomcat instructions do not work under 5.5.7&#8230;</p>
<p>Anyone know why?</p>
<p>I tried loggin isn eith &#8220;weblogic&#8221;, &#8220;weblogin&#8221; and &#8220;user&#8221;, &#8220;user&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring MVC+Custom Multy Action support. by tsolakp</title>
		<link>http://www.tsolak.com/?p=21&#038;cpage=1#comment-21345</link>
		<dc:creator>tsolakp</dc:creator>
		<pubDate>Thu, 18 Sep 2008 22:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tsolak.com/?p=21#comment-21345</guid>
		<description>Thats common place to put css and image files. The reason they are not put under WEB-INF is that client browser needs to access them directly and if they are put under WEB-INF it wont since servlet spec wont allow.
If you really need to hide them put them under WEB-INF and serve them through servlet that will read them as files and write into HttpServletResponse.
You will also need to have JSP point to the path the servlet is configured agains instead of directly to css or image files.</description>
		<content:encoded><![CDATA[<p>Thats common place to put css and image files. The reason they are not put under WEB-INF is that client browser needs to access them directly and if they are put under WEB-INF it wont since servlet spec wont allow.<br />
If you really need to hide them put them under WEB-INF and serve them through servlet that will read them as files and write into HttpServletResponse.<br />
You will also need to have JSP point to the path the servlet is configured agains instead of directly to css or image files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring MVC+Custom Multy Action support. by Douglas</title>
		<link>http://www.tsolak.com/?p=21&#038;cpage=1#comment-21264</link>
		<dc:creator>Douglas</dc:creator>
		<pubDate>Tue, 16 Sep 2008 11:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.tsolak.com/?p=21#comment-21264</guid>
		<description>Hello to your all staff.
I am dying to know how can we be able to provide css and images to the pages configured above if there are within the WEB-INF directory which is not accessible from the client?

At some point, we might need to provide some look and feel!

Any solution to this matter?

Thanks in advance

Douglas

contactEdit.htm
contactEdit.htm
contacts.htm
contacts.htm</description>
		<content:encoded><![CDATA[<p>Hello to your all staff.<br />
I am dying to know how can we be able to provide css and images to the pages configured above if there are within the WEB-INF directory which is not accessible from the client?</p>
<p>At some point, we might need to provide some look and feel!</p>
<p>Any solution to this matter?</p>
<p>Thanks in advance</p>
<p>Douglas</p>
<p>contactEdit.htm<br />
contactEdit.htm<br />
contacts.htm<br />
contacts.htm</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DOJO+DWR+SPRING+AUTHENTICATION by Jaja</title>
		<link>http://www.tsolak.com/?p=17&#038;cpage=1#comment-20716</link>
		<dc:creator>Jaja</dc:creator>
		<pubDate>Sun, 31 Aug 2008 10:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tsolak.com/?p=17#comment-20716</guid>
		<description>Authentication is not that of a big issue.

When the AJAX calls are small, which are server side APIs then how do you authorize? 

Moving the authorization code to APIs is almost impossible - trying to find out at development time who can have access to what data etc..</description>
		<content:encoded><![CDATA[<p>Authentication is not that of a big issue.</p>
<p>When the AJAX calls are small, which are server side APIs then how do you authorize? </p>
<p>Moving the authorization code to APIs is almost impossible &#8211; trying to find out at development time who can have access to what data etc..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring MVC+Custom Multy Action support. by tsolakp</title>
		<link>http://www.tsolak.com/?p=21&#038;cpage=1#comment-19872</link>
		<dc:creator>tsolakp</dc:creator>
		<pubDate>Sat, 09 Aug 2008 17:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.tsolak.com/?p=21#comment-19872</guid>
		<description>The code below will assume you have this tag in your JSP:

&lt;action:action action=&quot;handleButtonLick&quot; param0=&quot;${deptId}&quot;/&gt;  

and this method in your controller:

public ModelAndView handleButtonLick(HttpServletRequest request, Long deptId){
  // delete contact from back end and update the list in session */
  if (deptId == 5) return new ModelAndView(successView).addObject(&quot;info&quot;,
  Arrays.asList( new DefaultMessageSourceResolvable( new String[]{&quot;dept5.mmessage&quot;} ) ) );
  return new ModelAndView(successView);
 }</description>
		<content:encoded><![CDATA[<p>The code below will assume you have this tag in your JSP:</p>
<p><action :action action="handleButtonLick" param0="${deptId}"/>  </p>
<p>and this method in your controller:</p>
<p>public ModelAndView handleButtonLick(HttpServletRequest request, Long deptId){<br />
  // delete contact from back end and update the list in session */<br />
  if (deptId == 5) return new ModelAndView(successView).addObject(&#8220;info&#8221;,<br />
  Arrays.asList( new DefaultMessageSourceResolvable( new String[]{&#8220;dept5.mmessage&#8221;} ) ) );<br />
  return new ModelAndView(successView);<br />
 }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring MVC+Custom Multy Action support. by san</title>
		<link>http://www.tsolak.com/?p=21&#038;cpage=1#comment-19834</link>
		<dc:creator>san</dc:creator>
		<pubDate>Fri, 08 Aug 2008 10:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tsolak.com/?p=21#comment-19834</guid>
		<description>I want to show the message when a button click.
how can be use with  tag.
condition is if deptId is 5 i want to show the msg</description>
		<content:encoded><![CDATA[<p>I want to show the message when a button click.<br />
how can be use with  tag.<br />
condition is if deptId is 5 i want to show the msg</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CXF+SPRING+POJO by tsolakp</title>
		<link>http://www.tsolak.com/?p=20&#038;cpage=1#comment-16623</link>
		<dc:creator>tsolakp</dc:creator>
		<pubDate>Thu, 22 May 2008 17:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tsolak.com/?p=20#comment-16623</guid>
		<description>&quot;simple:server&quot; creates adapter similar to &quot;XFireExporter&quot; (as explained in XFIRE+EJB+POJO article) which listens to http request at &quot;base servler path/numberservice&quot; address and converts SOA request to POJO method call and return value to XML according to its autogenerated WSDL.
The &quot;endpointName=:NumberService&quot;, &quot;serviceName=:NumberService&quot;, &quot;xmlns:e=http://service.jaxws.cxf.apache.org/endpoint 
&quot; and &quot;xmlns:s=http://numberservice.tsolak.com&quot; are used in defining WSDL namespaces.
For more check http://cwiki.apache.org/CXF20DOC/simple-frontend.html and http://cwiki.apache.org/CXF20DOC/writing-a-service-with-spring.html.</description>
		<content:encoded><![CDATA[<p>&#8220;simple:server&#8221; creates adapter similar to &#8220;XFireExporter&#8221; (as explained in XFIRE+EJB+POJO article) which listens to http request at &#8220;base servler path/numberservice&#8221; address and converts SOA request to POJO method call and return value to XML according to its autogenerated WSDL.<br />
The &#8220;endpointName=:NumberService&#8221;, &#8220;serviceName=:NumberService&#8221;, &#8220;xmlns:e=http://service.jaxws.cxf.apache.org/endpoint<br />
&#8221; and &#8220;xmlns:s=http://numberservice.tsolak.com&#8221; are used in defining WSDL namespaces.<br />
For more check <a href="http://cwiki.apache.org/CXF20DOC/simple-frontend.html" rel="nofollow">http://cwiki.apache.org/CXF20DOC/simple-frontend.html</a> and <a href="http://cwiki.apache.org/CXF20DOC/writing-a-service-with-spring.html" rel="nofollow">http://cwiki.apache.org/CXF20DOC/writing-a-service-with-spring.html</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
