Difference between revisions of "Advanced Programming"

From HSYCO
Jump to navigation Jump to search
(Created page with "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...")
 
Line 16: Line 16:
  
 
[[Custom Drivers Command and Utility Methods API]]
 
[[Custom Drivers Command and Utility Methods API]]
 +
 +
== Client-side Programming ==
 +
[[index.js]]
  
 
== The SQL Engine ==
 
== The SQL Engine ==
 
[[Using the Embedded SQL Database Engine]]
 
[[Using the Embedded SQL Database Engine]]

Revision as of 17:00, 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

index.js

The SQL Engine

Using the Embedded SQL Database Engine