Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
visionx:faq_tech [2022/01/10 10:52]
admin
visionx:faq_tech [2023/04/03 08:21]
admin
Line 7: Line 7:
  
 ==== Which database & which platform are you using? ==== ==== Which database & which platform are you using? ====
-VisionX supports all major database vendors: Oracle, Postgres, MySql/​MariaDB,​ MS Sql, DB2, Hana. We're using Java and support all Java application servers like: Tomcat, Wildfly, Glassfish, etc. You can deploy the created application with VisionX or manually, to the cloud, on premise, or as client/​server desktop application.+VisionX supports all major database vendors: Oracle, Postgres, MySql/​MariaDB,​ MS Sql, DB2, EDB and Hana. We're using Java and support all Java application servers like: Tomcat, Wildfly, Glassfish, etc. You can deploy the created application with VisionX or manually, to the cloud, on premise, or as client/​server desktop application.
  
 ==== Is VisionX on premise or a cloud service? ==== ==== Is VisionX on premise or a cloud service? ====
Line 143: Line 143:
 A table should have a name that describes the data it stores. A table should have a name that describes the data it stores.
 Normally this table should have a identifier/​name column whose name describes which kind of data you get (so this should be the singular of table name), and whose value represents the whole row, to be able to use it as a combobox. Normally this table should have a identifier/​name column whose name describes which kind of data you get (so this should be the singular of table name), and whose value represents the whole row, to be able to use it as a combobox.
 +
 +==== Change E-Plug standard ports ====
 +
 +The standard ports for E-Plug communication are 1725 (E-Plug port in Eclipse for VisionX to E-Plug) and 1726 (Port in VisionX for E-Plug to VisionX). If you have problems e.g. ports are already in use, simply change the ports with following system parameters:
 +
 +''​EPlugPort (default: 1725)'',​ ''​VisionXPort (default: 1726)''​
 +
 +Simply add the system parameters to the [[#​additional_jvm_start_parameters|start configuration of VisionX]].
 +
 +==== VCS folders ====
 +
 +Which folders should be added to VSC like git or svn?
 +
 +All folders and files in your application directory, but not:
 +
 +<​code>​
 +config_new.xml (if available)
 +build/​classes
 +src.client.backup
 +src.server.backup
 +work/​classes
 +</​code>​
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information