Squawk virtual machine
This article relies on a single source. (March 2024) |

Squawk is a Java micro edition virtual machine for embedded system and small devices. Most virtual machines for the Java platform are written in low level native languages such as C/C++ and assembler; what makes Squawk different is that Squawk's core is mostly written in Java (this is called a meta-circular interpreter). A Java implementation provides ease of portability, and integration of virtual machine and application resources such as objects, threads, and operating-system interfaces.
The Squawk Virtual Machine figure can be simplified as:
- Write as much of the VM in Java as possible
- Targeting small, resource constrained devices
- Enable Java for micro-embedded development
The research project was inspired by Squeak. Squawk has a Java ME heritage and features a small memory footprint.[1] It was developed to be simple with minimal external dependencies. Its simplicity made it portable and easy to debug and maintain. Squawk also provides an isolated mechanism by which an application is represented as an object. In Squawk, one or more applications can run in the single JVM. Conceptually, each application is completely isolated from all other applications.
See also
- Sun SPOT
- Jikes RVM, another JVM written mostly in Java
- Rubinius, a VM for Ruby written in Ruby
- MicroEJ VEE, another JVM written mostly in (an extended version of) Java
- List of Java virtual machines
References
- ^ A Java Virtual Machine Architecture for Very Small Devices Archived February 16, 2008, at the Wayback Machine
External links
- SunSPOTs and Squawk technology Podcast
- A Java Virtual Machine Architecture for Very Small Devices
- The Squawk Virtual Machine: Java(TM) on the Bare Metal
- Javaone 2006 Squawk for Wireless Sensor Networks
- Application-Driven Customization of an Embedded Java Virtual Machine
- Ahead of time deployment in ROM of a Java-OS
- Project Sun Spot
- Squawk Poster
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.