Understanding the Java interface

The Java™ interface allows to import Java classes and instanciate Java objects in your programs. The Java interface gives access to the huge standard Java libraries, as well as commercial libraries for specific purposes. The methods of Java objects can be called with other Java objects referenced in program, as well as with native language data types such as INTEGER, DECIMAL, CHAR.

The Java interface of Genero has the following limitations:
  1. It is not possible to use generic classes of Java like java.util.Vector<E>
  2. Database connections cannot be shared between Java and Genero programs.
  3. Java graphical objects cannot be used in Genero forms.