Content received from: http://JavaFAQ.nu/java-article222.html
I know that the PersonalJava application environment is a Java platform for buil Friday, October 10, 2003 (00:00:00)
Posted by jalex
Question:
I know that the PersonalJava application environment is a Java platform for
building network-connectable applications for consumer devices for home, office
and mobile use.
How does the PersonalJava application environment differ from the EmbeddedJava
application environment?
Answer:
The PersonalJava application environment is designed for Web-connected consumer
devices that are often executing applets from a network. To enable this "general
purpose" functionality, a core required set of APIs or libraries must be present
on every PersonalJava-enabled device. The EmbeddedJava application environment
is targeted at dedicated-function embedded devices which may be
network-connected or standalone. These dedicated-function devices will be
performing a defined set of software tasks which are well-known at product
conception. Only the class libraries that are needed to support this set of
software tasks are included on the device. Because of this, every EmbeddedJava
implementation may be different since there is no concept of a core required set
of API's. The advantage of this is that the EmbeddedJava implementation often
occupies a smaller memory footprint than the PersonalJava application
environment
*******************************************
Our older tips: March 22, 2001 - October 21, 2002
READ
HERE
All published and not published on the site tips read
HERE
|