Documentation

(jvx)

First JVx Application

Translations of this page:

This is an old revision of the document!


In the following paragraphs, we will show you how to create your first JVx application with minimal effort and code.

The application's task is to display data from a database table and make the data editable.

Before you start you will need the following libraries and tools:

For our JVx sample application we need the following parts:

  • Application
  • Work screen
  • Business object
  • Database connection
Create an application

We need an application as a frame for the client. Each application must implement the interface javax.rad.application.IApplication. In our example, we derive from the standard implementation com.sibvisions.rad.application.Application, whereby we use the following code:

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