What is JSorm?
From Jsorm
JSorm is a series of JavaScript libraries to greatly simplify creating Web 2.0 applications. It currently consists of the following libraries, with more coming in the near future.
- JSORM_Utility: Utility functions, useful in general in JavaScript and Ajax development.
- i18n: The jsorm internationalization (i18n) library provides a series of classes to work with internationalization in Web 2.0 applications. Specifically, they are the Currency, TimeZone, ResourceBundle and Calendar classes. Together, these classes allow you to easily build dynamic, international Web 2.0 applications that can format financial values for any currency; load internationalized resource bundles conforming to the properties file standard; perform automatic and correct time zone calculations; and convert between absolute moments in time and detailed date and time information under multiple calendaring systems, as well as perform calculations within each system.
- jsormdb: The jsormdb library is a fully functional database in JavaScript, supporting queries, transactions and synchronization with a remote data source.
- write-store: The write-store library is an extension to the excellent ExtJS library to allow writing to the server from an Ext data Store (Ext.data.Store).
- MultiTabs: The MultiTabs library provides the ability to create various kinds of dynamic tabs on a Web page. It leverages the excellnet MooTools library.
