<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IndicThreads.com Conference On Java&#187; jvm</title>
	<atom:link href="http://j09.indicthreads.com/tag/jvm/feed/" rel="self" type="application/rss+xml" />
	<link>http://j09.indicthreads.com</link>
	<description>11, 12 Dec 2009, Pune India</description>
	<lastBuildDate>Thu, 06 May 2010 06:03:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Getting started with Scala</title>
		<link>http://j09.indicthreads.com/589/getting-started-with-scala/</link>
		<comments>http://j09.indicthreads.com/589/getting-started-with-scala/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 12:02:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sessions]]></category>
		<category><![CDATA[dsls]]></category>
		<category><![CDATA[jvm]]></category>
		<category><![CDATA[object oriented programming]]></category>
		<category><![CDATA[programming language]]></category>
		<category><![CDATA[scala]]></category>

		<guid isPermaLink="false">http://j09.indicthreads.com/?p=589</guid>
		<description><![CDATA[Speaker : Mushtaq Ahmed &#8220;Scala is a multi-paradigm programming language that has superb interoperability with Java and runs on the JVM. Scala combines Object Oriented Programming and Functional Programming paradigms rather elegantly. This enables Scala to have extremely concise syntax for both: programming-in-the-small as well as programming-in-the-large. In this session, we will go over fundamentals [...]]]></description>
			<content:encoded><![CDATA[<table style="border-collapse:collapse" border="0" cellspacing="0" cellpadding="0" width="600" align="center">
<tbody>
<tr>
<td class="sessioninfo">
<p class="session_speaker_name">Speaker : <a href="http://j09.indicthreads.com/speakers/#mushtaq">Mushtaq	Ahmed</a></p>
<p>&#8220;Scala is a multi-paradigm programming language that has superb interoperability with Java and runs on the JVM. Scala combines Object Oriented Programming and Functional Programming paradigms rather elegantly. This enables Scala to have extremely concise syntax for both: programming-in-the-small as well as programming-in-the-large. In this session, we will go over fundamentals of Scala with examples to highlight its unique features like case classes and pattern matching, for comprehensions, traits, functions as values and others. We will also have a brief look at Scala&#8217;s support for writing internal as well as external DSLs.&#8221;</td>
</tr>
</tbody>
</table>
<h6 style="margin-bottom:25px;">This session will be held at the 4th IndicThreads Conference On Java to be held in Pune, India. The conference is the best place in India for independent Java software learning, training &amp; discussion. <a href="http://j09.indicthreads.com/" target="_blank">Click for more &gt;&gt;</a></h6>
<p><a href="http://indicthreads-java-09.eventbrite.com?ref=ebtn" target="_blank"><img src="http://www.eventbrite.com/registerbutton?eid=392272297" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://j09.indicthreads.com/589/getting-started-with-scala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overview of The Scala Based Lift Web Framework</title>
		<link>http://j09.indicthreads.com/605/overview-of-the-scala-based-lift-web-framework/</link>
		<comments>http://j09.indicthreads.com/605/overview-of-the-scala-based-lift-web-framework/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 08:31:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sessions]]></category>
		<category><![CDATA[jvm]]></category>
		<category><![CDATA[lift framework]]></category>
		<category><![CDATA[programming language]]></category>
		<category><![CDATA[scala]]></category>
		<category><![CDATA[scala lift]]></category>
		<category><![CDATA[scrip]]></category>
		<category><![CDATA[scripting languages]]></category>

		<guid isPermaLink="false">http://j09.indicthreads.com/?p=605</guid>
		<description><![CDATA[Speaker :Vikas Hazrati All of us having experience with other web frameworks such as Struts,Tapestry, Rails, etc would ask &#8220;Why another framework? Does Lift really solve problems any differently or more effectively than the ones we’ve used before? The Lift Web Framework provides an advanced set of tools for quickly and easily building real-time, multi-users, [...]]]></description>
			<content:encoded><![CDATA[<table style="border-collapse:collapse" border="0" cellspacing="0" cellpadding="0" width="600" align="center">
<tbody>
<tr>
<td class="sessioninfo">
<p class="session_speaker_name">Speaker :<a href="http://j09.indicthreads.com/speakers/#vikas">Vikas 	Hazrati</a></p>
<p>All of us having experience with other web frameworks such as Struts,Tapestry, Rails, etc would ask &#8220;Why another framework? Does Lift really solve problems any differently or more effectively than the ones we’ve used before? The Lift Web Framework provides an advanced set of tools for quickly and easily building real-time, multi-users, interactive web applications. Lift has a unique advantage that no other web framework currently shares: the Scala programming language. Scala is a relatively new language developed by Martin Odersky and his group at EPFL Switzerland.  Scala is a hybrid Object Oriented and Functional language that runs at native speeds on the JVM and fully interoperates with Java code. Lift is a hybrid web framework built on Scala. Lift derives its features and idioms from the best of existing web frameworks as well as the functional and OO features in Scala. It compiles to Java bytecode and runs on the JVM, which means that we can leverage the vast ecosystem of Java libraries just as we would with any other java web framework. This presentation details the advantages of this Scala based Web framework over all the existing frameworks that we have used uptil now and shows a small sample application built with Lift. We will create a basic application with a model that maps to RDBMS, web pages that correspond to back end logic and bind dynamically created content to elements on the webpage.</td>
</tr>
</tbody>
</table>
<h6 style="margin-bottom:25px;">This session will be held at the 4th IndicThreads Conference On Java to be held in Pune, India. The conference is the best place in India for independent Java software learning, training &amp; discussion. <a href="http://j09.indicthreads.com/" target="_blank">Click for more &gt;&gt;</a></h6>
<p><a href="http://indicthreads-java-09.eventbrite.com?ref=ebtn" target="_blank"><img src="http://www.eventbrite.com/registerbutton?eid=392272297" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://j09.indicthreads.com/605/overview-of-the-scala-based-lift-web-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

