Difference between revisions of "Main Page"

From dataplan Wiki
Jump to navigation Jump to search
 
(30 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Introduction ==
+
'''Update:''' We moved all content of our wiki to our new Helpcenter. Please click here: [https://www2.dataplan.de/index.php/help-center dataplan Helpcenter] to visit the helpcenter. If you don't have access to the support area and helpcenter, please send a mail to support@dataplan.de
 
 
The DataplanServer is the Application-Server (middle tier) for all client software of the JournalSuite (JournalDesigner, JournalViewer and JournalBrowser). Since DataplanServer is a 100% pure Java implementation, based on J2SE/J2EE, it is available for nearly all industrial important operating systems. The DatplanServer requires the availability of a Java 1.6 runtime environment.
 
 
 
The DataplanServer manages the database access, the sessions to the clients and all the business logic. It is expandable via server modules (plugins) to implement additional functionality like interfaces to external systems and other services.
 
 
 
[[file:SystemArchitecture.png]]
 
 
 
The connection between the clients and the server is a TCP/IP socket connection with 3 socket ports. There are no fileserver mappings or database configurations necessary on the client side. The entire configuration is made by the server.  
 
 
 
[[old]]
 

Latest revision as of 09:19, 21 November 2024

Update: We moved all content of our wiki to our new Helpcenter. Please click here: dataplan Helpcenter to visit the helpcenter. If you don't have access to the support area and helpcenter, please send a mail to support@dataplan.de