<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: JSF with scala managed beans</title>
	<atom:link href="http://vikasrao.wordpress.com/2009/01/28/jsf-with-scala-managed-beans/feed/" rel="self" type="application/rss+xml" />
	<link>http://vikasrao.wordpress.com/2009/01/28/jsf-with-scala-managed-beans/</link>
	<description></description>
	<lastBuildDate>Wed, 30 Sep 2009 14:12:53 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: vikasvrao</title>
		<link>http://vikasrao.wordpress.com/2009/01/28/jsf-with-scala-managed-beans/#comment-74</link>
		<dc:creator>vikasvrao</dc:creator>
		<pubDate>Wed, 30 Sep 2009 14:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://vikasrao.wordpress.com/?p=48#comment-74</guid>
		<description>I have been working with a combined set-up, you can have both java and scala code in the same project, all you need is a proper ant script, which compiles everything, packages it and deploys it to the server. 
Again, there&#039;s no real need for java code anywhere, so just have one project with all logic written in scala, and the presentation layer in jsp/xhtml and html.</description>
		<content:encoded><![CDATA[<p>I have been working with a combined set-up, you can have both java and scala code in the same project, all you need is a proper ant script, which compiles everything, packages it and deploys it to the server.<br />
Again, there&#8217;s no real need for java code anywhere, so just have one project with all logic written in scala, and the presentation layer in jsp/xhtml and html.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mcahornsirup</title>
		<link>http://vikasrao.wordpress.com/2009/01/28/jsf-with-scala-managed-beans/#comment-73</link>
		<dc:creator>mcahornsirup</dc:creator>
		<pubDate>Wed, 30 Sep 2009 08:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://vikasrao.wordpress.com/?p=48#comment-73</guid>
		<description>nice to see it working :) I&#039;am just thinking about howto setup the environment to make the developement easier. Maybe it is a good idea to have to seperate projects... the scala project (there is a scala plugin for NB available) and the web/enterprise app project... Maybe this is the way to go.</description>
		<content:encoded><![CDATA[<p>nice to see it working <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;am just thinking about howto setup the environment to make the developement easier. Maybe it is a good idea to have to seperate projects&#8230; the scala project (there is a scala plugin for NB available) and the web/enterprise app project&#8230; Maybe this is the way to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vikasvrao</title>
		<link>http://vikasrao.wordpress.com/2009/01/28/jsf-with-scala-managed-beans/#comment-33</link>
		<dc:creator>vikasvrao</dc:creator>
		<pubDate>Thu, 29 Jan 2009 01:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://vikasrao.wordpress.com/?p=48#comment-33</guid>
		<description>Thanks Ismael!
I updated the entry based on your suggestions :-). Thanks for reading!</description>
		<content:encoded><![CDATA[<p>Thanks Ismael!<br />
I updated the entry based on your suggestions <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . Thanks for reading!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ismael Juma</title>
		<link>http://vikasrao.wordpress.com/2009/01/28/jsf-with-scala-managed-beans/#comment-32</link>
		<dc:creator>Ismael Juma</dc:creator>
		<pubDate>Thu, 29 Jan 2009 00:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://vikasrao.wordpress.com/?p=48#comment-32</guid>
		<description>Hi,

For the source code formatting, one option is:

http://support.wordpress.com/code/

Note that you can import your @BeanProperty annotation to avoid writing the fully qualified name every time (making the code a bit better).

Ismael</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>For the source code formatting, one option is:</p>
<p><a href="http://support.wordpress.com/code/" rel="nofollow">http://support.wordpress.com/code/</a></p>
<p>Note that you can import your @BeanProperty annotation to avoid writing the fully qualified name every time (making the code a bit better).</p>
<p>Ismael</p>
]]></content:encoded>
	</item>
</channel>
</rss>
