BaseMovil
BaseMovil是一个J2ME应用程序开发框架。它由多个比较独立类库组成包括:
OpenBaseMovil-core:整个框架的底层基础类库,它主要提供国际化支持、任务控制、加密、压缩、浮点支持、properties文件支持、一个MVC框架、一个事件框架。
OpenBaseMovil-db:一个关系型数据库引擎,其中一个表格存储的数据可上千。
OpenBaseMovil-script:一个脚本引擎。
OpenBaseMovil-ui:一个UI工具包。
这个几类库都能够完全集成在一起使用。
OpenBaseMovil is a free, GPL licensed, application framework for fast and seamless development of J2ME mobile applications.
If features:
- a powerful database engine, which can hold hundreds of thousands of data in multi megabyte databases.
- a scripting engine, so you can easily extend and create applications, and in the near future run them on any other mobile platform such as Android or Windows Mobile.
- a declarative view definition language, with a simple xml file you can generate all of your views, and they are script and data aware: you can browse a set of results with less than ten lines of code.
- and much more, like task control, files over RecordSets with random access capabilities, floating point support, internationalization, ...