I have posted a new build and updated the online docs.
This build has lots of bug fixes and a couple of nice enhancements. Big things to note:
Sql API
I've made significant changes to the sql API. The key class is now SqlConn which models a logical JDBC connection. This API replaces the deprecated SqlService. For additional details:
The original APIs all continue to work exactly like before, however they have been deprecated and will be removed in build 58.
Additional Locales
Thanks to katox who wrote a script to generate sys locale files from Linux data files. We should now have basic date/time/number locale information for most major languages. For those of you living around the world, please take a look and let me know if your locales look okay.
New APIs
Added util::Random class with seeding support (popularly requested)
brian Thu 6 Jan 2011
I have posted a new build and updated the online docs.
This build has lots of bug fixes and a couple of nice enhancements. Big things to note:
Sql API
I've made significant changes to the sql API. The key class is now
SqlConn
which models a logical JDBC connection. This API replaces the deprecatedSqlService
. For additional details:The original APIs all continue to work exactly like before, however they have been deprecated and will be removed in build 58.
Additional Locales
Thanks to katox who wrote a script to generate sys locale files from Linux data files. We should now have basic date/time/number locale information for most major languages. For those of you living around the world, please take a look and let me know if your locales look okay.
New APIs
util::Random
class with seeding support (popularly requested)sys::Env
Bundle Java classes in pod
You can now bundle Java classes into a pod for deployment. They have private visibility to the pod class loader. See:
Breaking Changes
There were some minor breaking change which might effect some code:
Change Log
Build 1.0.57 (6 Jan 2011)