What is a thin-client application?

Answers were Sorted based on User's Feedback



What is a thin-client application?..

Answer / rajan

A web client is sometimes called a thin client. Thin
clients usually do not query databases, execute complex
business rules, or connect to legacy applications. When you
use a thin client, such heavyweight operations are off-
loaded to enterprise beans executing on the J2EE server,
where they can leverage the security, speed, services, and
reliability of J2EE server-side technologies.

Is This Answer Correct ?    29 Yes 2 No

What is a thin-client application?..

Answer / nancy

A thin client application is the one where in the business
logic is not included in the client code. The client code
only contains the presentation logic.

Is This Answer Correct ?    23 Yes 3 No

What is a thin-client application?..

Answer / rajashree

The Thin application client provides a lightweight,
downloadable Java application run time capable of
interacting with enterprise beans.

The Thin application client is designed to support those
users who want a lightweight Java client application
programming environment, without the overhead of the J2EE
platform on the client machine. The programming model for
this client is heavily influenced by the CORBA programming
model, but supports access to enterprise beans.

Is This Answer Correct ?    5 Yes 2 No

What is a thin-client application?..

Answer / anup

http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/topic/com.ibm.websphere.express.doc/info/exp/ae/ccli_thinclient.html.

Is This Answer Correct ?    4 Yes 1 No

What is a thin-client application?..

Answer / sanjay

The Answer #4 and Answer#3 are in context of Websphere J2EE
server. From the link it seems that the Thin application
client is a IBM product. Please note capital T in Thin
application client.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Core Java Interview Questions

why java does not contain pointers?

13 Answers   Infosys, TCS,


We have two methods to create methods the threads. 1. Implementing runnable interface 2. Extending to thread class and overriding run method. Among these two which one is better and why? Please explain me in detail.

2 Answers  


What is java Applet?

0 Answers   TCS,


What do you understand by classes in java?

0 Answers  


What is the inheritance?

0 Answers  






How variables are declared?

0 Answers  


How many types of classes are there in java?

0 Answers  


Does java set allow duplicates?

0 Answers  


Differentiate between overriding and overloading cases?

0 Answers   Amdocs,


What is the use of toarray () in java?

0 Answers  


How can you share data between two thread in Java?

0 Answers  


What are the different ways of implementing thread? Which one is more advantageous?

0 Answers  


Categories