[Scalawithsails-users] [ANN] Scala with Sails version 0.0.2
Status: Pre-Alpha
Brought to you by:
dpp
From: David P. <dp...@at...> - 2006-12-12 19:46:59
|
Folks, I've put version 0.0.2 of Scala with Sails up in the SourceForge SVN repository. The latest version has the following features/bug fixes: * Compiles correctly with Scala 2.3.1 * Migration to using Option/Some/None instead of 'null'. Thanks to Burak for helping me understand the Option/Some/None paradigm * Support for serialized primary keys * Support for complete CRUD operations (Create, Read, Update, Delete) on mapped DB objects * A complete CRUD example (you can create, update, and delete example Fish) * I've validated the code against MySQL and PostgreSQL I've also created two mailing lists: sca...@li... -- This mailing list is for SwS users who have questions about developing apps using SwS. I'm not expecting much traffic on this list early on... :-) sca...@li... -- This mailing list is for SwS developers or folks who have ideas that they want to see implemented in SwS. The SwS home page is available at http://scalawithsails.com and there's link to a live example as well as the SourceForge project. Thanks to Burak, Dave Webb, and Philipp Schmidt for ideas, suggestions, and code! We're closer to building a wiki with SwS. Thanks, David -- Blog: http://blog.lostlake.org |