Folks,<br><br>I'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. lift is written in Scala, the functional/OO hybrid language that runs on the JVM and is completely interoperable with Java and Java libraries. 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'd like to thank the amazingly awesome lift committers... a growing team of extraordinary people. Since
0.2.0, lift has gone from being a near solo effort to being a group effort. David Bernard has done an awesome job of adding process, mainly in the form of Maven, to lift. Steve Jenson, Jorge Ortiz Hinojosa, and Viktor Klang have committed new features and enhancements into the code base. 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. I'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 -> 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's a new Scala Blog: <a href="http://scala-blogs.org">http://scala-blogs.org
</a> It's a central point for lift and Scala related blogging including an excellent example of building Digg in < 140 lines of code<br></li><li>The "Programming in Scala" 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 "medium volume" 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's worth saying again.)</li></ul>Please download Maven and Java... that's all you need to build a lift application. Type:
<br><div style="margin-left: 40px;"><span style="font-family: courier new,monospace;"><span>mvn archetype:create -U \ </span></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
-DarchetypeGroupId=net.liftweb \ </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">-DarchetypeArtifactId=lift-archetype-blank \
</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">-DarchetypeVersion=0.3.0 \ </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> \ </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
-DgroupId=com.test -DartifactId=ilikeit </span><br><span></span></div><br>And that's all there is to starting out with lift. If you like it... join the mailing list, ask questions, give feedback... If you don'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>