thin java cient?

D

Dream Programmer

Hello, please, I'm searching for a Thin Java Client, for J2EE.

I want to build a thin java swing client.

How to do it?

tks

Programador
 
A

Andrew Thompson

Hello, please, I'm searching for a Thin Java Client, for J2EE.

I want to build a thin java swing client.

How to do it?

Exclude Java applets, or any Javascript, from
being *required* by the user agent. Base your
web-app around the assumption of 'HTML', but
*nothing* more..

A 'thin client' AFAIU, means an interface to
your (web) application that requires 'a browser'
and nothing more (no JS, no Java). (Guru's
...please correct me if I'm wrong)
 
R

Rob Shepherd

Andrew said:
Exclude Java applets, or any Javascript, from
being *required* by the user agent. Base your
web-app around the assumption of 'HTML', but
*nothing* more..

A 'thin client' AFAIU, means an interface to
your (web) application that requires 'a browser'
and nothing more (no JS, no Java). (Guru's
..please correct me if I'm wrong)

AFAIU a thin client is Software OR Hardware which provides form of access to a system
Without doing any formal processing for system. The thin client only processes what it
needs to get display info and send back commands to the server

For example we use Sun Ray thin client hardware to provide a portable desktop environment
to a solaris Workstation.

The hardware in this case is basically just a network card/graphics card/sound card/usb
controller but does ALL my processing for actually running applications is done on the
workstation. The Thin client firmware and protocol engine transports all infomation from
the server to my desktop and back...

So a thin client is a very abstract term IMHO.

to implement a thin client you need a system which users need access to, hooks in the code
to allow remote interfaces to take part in a session, a remote client which can display
the session and send key/mouse events back and a protocol engine to transport all this
accross a network.

for example the above could be respectivley

Java Application
Servlet Container, EJB
Web Browser
HTTP

in my case is it

X server / XDMP
Sun Ray server
Sun Ray desktop Hardware
Sun Ray protocol.

HTH

Rob
 
T

thufir.hawat

Hello, please, I'm searching for a Thin Java Client, for J2EE.

I want to build a thin java swing client.

How to do it?
[..]

and I want to buy one :) whatever happened to the "internet appliance"
hype... Never mind internet appliance, how about a network appliance
capable only of logging into my noisy pc. something along the line of
smallish laptop with 802.11b/g but just a gui dumb terminal type idea.
 
R

Rob Shepherd

Hello, please, I'm searching for a Thin Java Client, for J2EE.

I want to build a thin java swing client.

How to do it?

[..]

and I want to buy one :) whatever happened to the "internet appliance"
hype... Never mind internet appliance, how about a network appliance
capable only of logging into my noisy pc. something along the line of
smallish laptop with 802.11b/g but just a gui dumb terminal type idea.


http://h18004.www1.hp.com/products/thinclients/index_t5000.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top