Difference between revisions of "Advanced Programming"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | [[Category:HSYCO]] | ||
This chapter goes beyond the application programming techniques you may normally use to develop customized applications in HSYCO. | This chapter goes beyond the application programming techniques you may normally use to develop customized applications in HSYCO. | ||
Latest revision as of 18:25, 24 February 2014
This chapter goes beyond the application programming techniques you may normally use to develop customized applications in HSYCO.
HSYCO is a very open development environment. Any feature offered by the Java Runtime Environment is available to the developer to write custom Java code without restrictions.
You can also extend the core services of HSYCO, writing plug-in applications and your own I/O servers.
Use the links below to explore HSYCO advanced programming.
Plugins Applications
Plugins Applications Development
Custom I/O Drivers
Custom I/O Drivers Development
Custom Drivers Callback Methods API
Custom Drivers Command and Utility Methods API
Client-side Programming
Client JavaScript Extension API