<?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 on: (dirty little) Trick for calling methods with multiple input parameters from JSF EL Expressions</title>
	<atom:link href="http://technology.amis.nl/2007/01/27/dirty-little-trick-for-calling-methods-with-multiple-input-parameters-from-jsf-el-expressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2007/01/27/dirty-little-trick-for-calling-methods-with-multiple-input-parameters-from-jsf-el-expressions/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dirty-little-trick-for-calling-methods-with-multiple-input-parameters-from-jsf-el-expressions</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Dan</title>
		<link>http://technology.amis.nl/2007/01/27/dirty-little-trick-for-calling-methods-with-multiple-input-parameters-from-jsf-el-expressions/#comment-4287</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 31 Jan 2007 21:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1529#comment-4287</guid>
		<description><![CDATA[JBoss Seam actually extends the JSF EL allowing multiple input parameters]]></description>
		<content:encoded><![CDATA[<p>JBoss Seam actually extends the JSF EL allowing multiple input parameters</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Vervecken</title>
		<link>http://technology.amis.nl/2007/01/27/dirty-little-trick-for-calling-methods-with-multiple-input-parameters-from-jsf-el-expressions/#comment-4286</link>
		<dc:creator>Jan Vervecken</dc:creator>
		<pubDate>Sun, 28 Jan 2007 13:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1529#comment-4286</guid>
		<description><![CDATA[Thanks for your reply Lucas. I haven&#039;t read anything you wrote that is completely useless. :)
You might also want to take a look at &quot;A Second Example&quot; in &quot;Enterprise Java Technologies Tech Tips&quot; of January 2007:
http://java.sun.com/mailers/techtips/enterprise/2007/TechTips_Jan07.html#1
It is about &quot;... the custom ELResolver extends EL to allow the invocation of bean methods.&quot;

regards
Jan Vervecken]]></description>
		<content:encoded><![CDATA[<p>Thanks for your reply Lucas. I haven&#8217;t read anything you wrote that is completely useless. <img src='http://technology.amis.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
You might also want to take a look at &#8220;A Second Example&#8221; in &#8220;Enterprise Java Technologies Tech Tips&#8221; of January 2007:<br />
<a href="http://java.sun.com/mailers/techtips/enterprise/2007/TechTips_Jan07.html#1" rel="nofollow">http://java.sun.com/mailers/techtips/enterprise/2007/TechTips_Jan07.html#1</a><br />
It is about &#8220;&#8230; the custom ELResolver extends EL to allow the invocation of bean methods.&#8221;</p>
<p>regards<br />
Jan Vervecken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas Jellema</title>
		<link>http://technology.amis.nl/2007/01/27/dirty-little-trick-for-calling-methods-with-multiple-input-parameters-from-jsf-el-expressions/#comment-4285</link>
		<dc:creator>Lucas Jellema</dc:creator>
		<pubDate>Sat, 27 Jan 2007 13:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1529#comment-4285</guid>
		<description><![CDATA[You are right that it introduces complexity in the page - programming of a sort where you would not want this to happen. I was looking for the trick in order to be able to use a generic bean that I do not have the source code for. However, perhaps I would be better of introducing just a wrapper between that bean and my page. Let&#039;s say I found this trick to work and posted it to elicit some reactions from people like yourself. If I am misguided and this so-called trick is really utterly useless, I will happily accept that and move on to other useless stuff. That seems to be my forte.

Lucas]]></description>
		<content:encoded><![CDATA[<p>You are right that it introduces complexity in the page &#8211; programming of a sort where you would not want this to happen. I was looking for the trick in order to be able to use a generic bean that I do not have the source code for. However, perhaps I would be better of introducing just a wrapper between that bean and my page. Let&#8217;s say I found this trick to work and posted it to elicit some reactions from people like yourself. If I am misguided and this so-called trick is really utterly useless, I will happily accept that and move on to other useless stuff. That seems to be my forte.</p>
<p>Lucas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Vervecken</title>
		<link>http://technology.amis.nl/2007/01/27/dirty-little-trick-for-calling-methods-with-multiple-input-parameters-from-jsf-el-expressions/#comment-4284</link>
		<dc:creator>Jan Vervecken</dc:creator>
		<pubDate>Sat, 27 Jan 2007 11:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1529#comment-4284</guid>
		<description><![CDATA[I am not sure yet whether you have been really clever or are suffering from a twisted mind. ;-)
It was an interesting read Lucas, but I&#039;m not sure I understand why you want to work like this. Does this reduce complexity in your applications? Does this increase productivity in your applications?
It also looks like this approach introduces code/complexity in places that are not intended to have such code/complexity in JSF and as such &quot;short circuit&quot; the JSF lifecycle, not?
regards
Jan Vervecken]]></description>
		<content:encoded><![CDATA[<p>I am not sure yet whether you have been really clever or are suffering from a twisted mind. <img src='http://technology.amis.nl/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
It was an interesting read Lucas, but I&#8217;m not sure I understand why you want to work like this. Does this reduce complexity in your applications? Does this increase productivity in your applications?<br />
It also looks like this approach introduces code/complexity in places that are not intended to have such code/complexity in JSF and as such &#8220;short circuit&#8221; the JSF lifecycle, not?<br />
regards<br />
Jan Vervecken</p>
]]></content:encoded>
	</item>
</channel>
</rss>
