Top of this page
Skip navigation, go straight to the content

Java

Introduction

Java is the ideal choice if you want to create a program that included intelligence and can be operated from a PC GUI or command prompt. Although this language is more difficult to master than - for example - Flash ActionScript 2, it teaches you the basics of object oriented programming, inheritance, etc.

 

Installation [top]


In order to use phidgets in JAVA you have to install the following software (Note: only the versions listed below are supported by TU/e experts and coaches!):

In order to use the components of the phidget java library, the Phidget WebService Manager must be running. Click on the Phidget WebService icon in the taskbar to show the control panel:

In the control panel you can start the service manually by pressing the start button or select to start the manager automatically when starting windows (recommended). Port and password fields can be left unchanged.

 

Documentation [top]

Documentation is included in the Phidget Java Libraries.
A Tutorial that shows how phidgets can be programmed from within JCreator and Netbeans is avialble here (demo1, demo2)

 

Support [top]

JAVA is teached during two assignments in the first year. Using phidgets and JAVA can be explored during the JAVA project in the first year.

Several JAVA experts are available in the research group and domains (see expert list avialble online).

 

Demo projects [top]

No demo's available yet.

Question: How can I implement my own phidget JAVA application?

No special template is available. However, you can add JAVA phidgets to your JAVA programming environment and just start programming as illustrated in the tutorial above (support).

To top