An experience in developing embedded software using JNI

Embedded software grows more and more rapidly and complicatedly. This paper proposes a new structure and a comprehensible process to develop embedded software in JNI, a new programming framework allowing Java code running in a JVM to call or be called by native application and library written in C...

Full description

Saved in:
Bibliographic Details
Main Authors: Nguyen, Thi Thu Trang, Tran, Canh Toan, Nguyen, Manh Tuan, Cao, Tuan Dung, Aoshima, Takenobu
Format: Article
Language:English
Published: VNU 2014
Subjects:
JNI
Online Access:http://repository.vnu.edu.vn/handle/11126/4693
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Vietnam National University, Hanoi
Language: English
Description
Summary:Embedded software grows more and more rapidly and complicatedly. This paper proposes a new structure and a comprehensible process to develop embedded software in JNI, a new programming framework allowing Java code running in a JVM to call or be called by native application and library written in C/C++. Therefore, programmer can develop application that benefit the simplicity and reusability features of Java and can always reuse legacy code for controlling device effectively written in C/C++ for embedded applications. Some experiences have summarized through two implemented case studies.