|
|
|
1000 Java Tips ebook
|
|
 

Free "1000 Java Tips" eBook is here! It is huge collection of big and small Java
programming articles and tips. Please take your copy here.
Take your copy of free "Java Technology Screensaver"!. |
|
I know that the PersonalJava application environment is a Java platform for buil
|
JavaFAQ Home » Networking

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 Printer Friendly Page
Send to a Friend
..
Search here again if you need more info!
|
|
|