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

Explain the reason behind ending a program with a system.exit(0)?

0 Answers  


What is parsing in grammar?

0 Answers  


What is the return type of read()?

3 Answers  


What is Mutex (Mutual Exclusion Object) ?

0 Answers   Ciena,


Explain about anonymous inner classes ?

0 Answers  






What are the four corner stones of oop?

0 Answers  


How many types of interfaces are there?

0 Answers  


class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....

4 Answers   Quinnox,


What happens if I remove static from main method?

0 Answers  


What is Overriding and how can it be used?

7 Answers   Consagous, Wipro,


What is the need to implement Serializable interface (with no methods) for objects which are to be serialized ? We can write our own functionality which writes objects to streams then why we need to implement and tell JVM that which objects can be serialized.

6 Answers   iFlex, Sapient,


What is a conditional equation?

0 Answers  


Categories