About JITS Documentation
Download About US Around JITS External Links Private |
Welcome to the JITS Home PageJITS main goal is to allow the easy deployment of standard Java applications on small devices with hardware constraints (memory, CPU, energy, etc.). Our will to support standard applications sets JITS apart from existing solutions like JavaCard, Squawk that do not support the traditional class file loading mechanism, or KVM that relies on an underlaying operating system and that does not support multiple Classloaders, associated security managers, and usual Java APIs. To achieve this goal, JITS’ approach is to provide a tiny Java execution environment designed as the embedded operating system. This kernel allows on-board execution of Java applications. JITS also provides means to pre-deploy Java applications in an off-board virtual Java environment. This virtual environment offers the ability, thanks to a number of tools, to specialize different features of the software application, in order to fit with the requirements of the small device. On-board software tools include:
Off-board software tools include:
JITS Release 0 is out (*cheers*) ! See Download section. |