Content received from: http://JavaFAQ.nu/java-article51.html
Question: Why is thin client has name ''thin'' in J2EE? Wednesday, February 05, 2003 (00:00:00)
Posted by jalex
Question: Why is thin client has name
"thin" in J2EE?
Answer: J2EE applications do not perform
most of functions such
as executing complex logic, querying databases on a client side.
Instead, these operations are executed on J2EE server by
enterprise or Web beans. It has advantages in terms of security,
performance, reliability and services. Main function of a thin
client is to provide some interface to users, letting to interact
with J2EE application on a server side.
***************************************
Our older tips: March 22, 2001 - Oktober 21, 2002
read here.
All published and not published on site tips you can find
here
|