> I need to develop an application which will allow users to interact with my > server via a tactil screen. > I have several question here. > What technology should I use ? What type of application is the most adapted > for tose kind of screens ?
Start by investigating the API that the touchscreen offers. If you're delivering an application hosted within a browser, then communicating with a local API can be tricky. But it may be possible, depending on how the touchscreen can communicate. (JavaFX and Silverlight are mainly press releases at this point -- if delivering to the browser, then you're probably looking at either JavaScript or SWF.) jd/adobe

