thin-client

Browser <-> Client Hardware API?

Are there any initiatives to implement/agree upon a standard API for connectivity between web browsers and client hardware. Example: The iPhone has a GPS/Camera/Accellerometer in it. It'd be very cool if my web app could communicate with them (rather than me having to write a thick ObjectiveC application). ...

Are there any secure alternatives to XDMCP?

The title says it all: Are there any secure alternatives to XDMCP (A Linux remote desktop protocol)? I'd like to set up some thin clients -- UI heads (old computer + mouse + keyboard) connected to VMs on a fast server. ssh -Y doesn't quite cut it, since this would be for non-savvy computer users. I'd like it integrated with kdm/gdm if p...

What are some of the possible or practical applications for thin-client applications?

I am currently in need of help for brainstorming for some ideas. I have seen the following applications for thin-client: some of the web servers providing services such as video conversion an iPhone app that simply connects to a website, and send a text string in which the server will synthesize a voice file that will be streamed bac...

Detachable thin client with OpenGL

I would like to make a thin client application with OpenGL display support, where the user is able to detach the view on a computer and attach to it from an other. At first I thought about X Window System which I heard to be capable of transmitting GLX commands to the thin-client (X server.. from now on under "client" I'll mean client ...

Is there a way to retrieve the Computer Name of a Xenapp client?

What options exist for identifying the client name of a particular client from within the process running on Citrix Presentation 4.0, or Xenapp 5, and are there any important differences in retrieving this information in either scenario? Currently my software is a client that connects to a service on a server, and the primary means of i...

Do I need (Spring) MVC if I have Javascript/CXF?

I am developing a Java web services application that is (mostly) to be used by other SOA clients. Currently I am planning on using CXF to publish my various web services & methods using SOAP/XML. I am now being asked to investigate a thin client web-application for this tool. I have been looking into Javascript libraries such as ExtJS ...

javascript performance between thin client and pc

I have a web app using thin clients (bosanova terminals) as the front end for users. I've noticed some performance differences in JavaScript between the thin client and a PC. The terminals are running windows XP embedded with IE6, and the pages I'm referring to are utilizing prototype JS framework to do some rather simple validation on...