This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information

Package Overview

The JVx Enterprise Application Framework is a powerful tool for the creation of database applications. However, attention is always paid to simplicity and modularity. Therefore, JVx consists of several packages which can be used separately or in combination..

The following packages are components of JVx:

 

User Interface (UI) (javax.rad.ui)

The JVx UI defines which possibilities the User Interface must offer so as to build an Enterprise application. These are based on minimal requirements so as not to create any extra ballast. Basically the UI consists of simple interfaces with which the necessary attributes are defined in a technology independent manner. The goal was to use the one application with various GUI technologies without even having to change a line of code.

Generic User Interface (Generic UI)  (javax.rad.genui)

The generic UI is a technology-independent implementation of the UI. It consists of concrete classes which act as wrappers for the preferred technologie. Thanks to the generic UI, it is possible to reach a high level of comfort when developing, because it is easily possible to derive one's own classes and integrate them into applications. Only with interfaces, this would not be possible.

Swing (com.sibvisions.ui.swing)

The Swing package contains the technology-independent UI implementation for Swing. On the one hand, standard Swing components were used, on the other extended Swing components were implemented. The extended components offer extra functionality and can also be used seperately with other Swing-based applications.

Dynamic Model (javax.rad.model, com.sibvisions.rad.model)

The dynamic model defines an active model for usage in the UI. This is in principle several interfaces with which the attributes of the model are described. All UI controls use these interfaces to display and manipulate data. The model has already been implemented for the use of data in the main memory and for the access to databases. The actual database access takes place thanks to the Remote package.

Remote (javax.rad.remote, com.sibvisions.rad.remote)

In the remote package, the protocol-independant communication between client and server is, on the one hand, defined, and on the other hand, its use with Master- and SubConnection is implemented. Each communication between client and server is executed with this package. The communication via HTTP(S) has already been fully implemented.

Server (javax.rad.server, com.sibvisions.rad.server)

The Server package defines the attributes of a server which is fully supported by Jvx and the communication package (Remote). This definition covers the communication possibilities, a Master-/SubSession administration and the lifecycle management. The communication via HTTP(S) has already been fully implemented.

Persistence (javax.rad.persist, com.sibvisions.rad.persist)

Interfaces define how data from various sources (databases, XML, etc.) are to be accessed. The definition is based on a record-oriented data storage. An implementation already exists for databases.

 
EnglishDeutsch