Folks,<br><br>I&#39;m am very pleased to announce that the lift web framework version 0.3.0 is now available.<br><br>lift is a secure, simple, powerful web framework for building real-time collaborative applications.&nbsp; lift is written in Scala, the functional/OO hybrid language that runs on the JVM and is completely interoperable with Java and Java libraries.&nbsp; lift applications deploy as WAR files on servlet engines supporting Servlet 
2.4 and greater including Jetty and Tomcat.<br clear="all"><br>First... some thanks... then the new features... then some goodies...<br><br>I&#39;d like to thank the amazingly awesome lift committers... a growing team of extraordinary people.&nbsp; Since 
0.2.0, lift has gone from being a near solo effort to being a group effort.&nbsp; David Bernard has done an awesome job of adding process, mainly in the form of Maven, to lift.&nbsp; Steve Jenson, Jorge Ortiz Hinojosa, and Viktor Klang have committed new features and enhancements into the code base.&nbsp; And Daniel Green, the lift outreach guy, has kept us excited and started the drum-beat to tell the world about the benefits of using lift.&nbsp; I&#39;d also like to thank Gregory Brown of Ruport fame for showing me how to build an open source community.
<br><br>New features:<br><ul><li>Ajax support including jQuery integration</li><li>Radically improved Comet support</li><li>Facebook API support</li><li>AMQP (RabbitMQ) support</li><li>Built in traits (mixins) for Users and Tags
</li><li>Support for new O-R mapped field types including Country, Locale, Time Zone, Postal Code, etc.</li><li>Lots of new example code including a real-time blog</li><li>Improved XHTML support for modern browsers</li><li>

Support for multiple database instances</li><li>Improved regular expression support including regex -&gt; object creation for simple parsers</li><li>A new and improved Textile parser</li><li>Much more documentation, both in the form of ScalaDocs and in the form of an wiki with lots of excellent code
<br></li></ul>While the new feature list is impressive, what is more important is that the lift APIs are settling and lift is becoming ready to build real applications.<br><br>There are half a dozen projects currently being built on lift and 
<a href="http://much4.us">http://much4.us</a> has been up and running and helping me organize my life.<br><br>So... the good stuff:<br><ul><li>There&#39;s a new Scala Blog: <a href="http://scala-blogs.org">http://scala-blogs.org
</a>&nbsp; It&#39;s a central point for lift and Scala related blogging including an excellent example of building Digg in &lt; 140 lines of code<br></li><li>The &quot;Programming in Scala&quot; book will be available in draft version very soon
</li><li>A video of me presenting on lift to the Seattle Java Users Group is available at <a href="http://liftweb.net/index.php/SeaJUG">http://liftweb.net/index.php/SeaJUG</a></li><li>The lift wiki <a href="http://liftweb.net">
http://liftweb.net</a> has lots of budding tutorials, documentation, and frequently asked questions, etc.</li><li>The lift mailing list hit 600 posts last month and is now a &quot;medium volume&quot; Google Group <a href="http://groups.google.com/group/liftweb">
http://groups.google.com/group/liftweb</a><br></li><li>And... Daniel Green is the lift outreach guy (yeah, I said it already... but it&#39;s worth saying again.)</li></ul>Please download Maven and Java... that&#39;s all you need to build a lift application.&nbsp; Type:
<br><div style="margin-left: 40px;"><span style="font-family: courier new,monospace;"><span>mvn&nbsp;archetype:create&nbsp;-U&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\&nbsp;&nbsp;</span></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
-DarchetypeGroupId=net.liftweb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\&nbsp;&nbsp;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">-DarchetypeArtifactId=lift-archetype-blank&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\&nbsp;&nbsp;
</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">-DarchetypeVersion=0.3.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\&nbsp;&nbsp;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">-DremoteRepositories=<a href="http://scala-tools.org/repo-releases">http://scala-tools.org/repo-releases</a>&nbsp;&nbsp;\&nbsp;&nbsp;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
-DgroupId=com.test&nbsp;-DartifactId=ilikeit&nbsp;</span><br><span></span></div><br>And that&#39;s all there is to starting out with lift.&nbsp; If you like it... join the mailing list, ask questions, give feedback...&nbsp; If you don&#39;t like it... give feedback.
<br><br>Thanks,<br><br>David<br><br><br>-- <br>lift, the secure, simple, powerful web framework <a href="http://liftweb.net" target="_blank">http://liftweb.net</a>
<br>Collaborative Task Management <a href="http://much4.us" target="_blank">http://much4.us</a>