Application

Now you can build a small application, which manages business objects in a database by the means of Signsoft intelliBO.

The following libraries and files has to be reachable in your CLASSPATH :

  1. Signsoft intelliBO libraries in the IBO_HOME/lib directory (while using the professional edition incl. licence file licence.xml)
  2. JDBC driver of your DBMS (here h2.jar )
  3. enhanced classes ( Person.class ) with their JDO files ( NOTE: It is essential to refer here on the directory with the enhanced classes - i.e. the build/enhanced_do directory!)

At first you should create a system configuration file called ibo-config.xml and then you can create a new class com.intellibo.sample.firststeps.Main in the subdirectory src/java of your project directory. This class shall demonstrate how to store, load and delete business objects in/from a database.