[go: up one dir, main page]

Menu

Commit [r648]  Maximize  Restore  History

Added stand-alone mode that allows a user who does not wish

to connect to a database the first time he starts the RT
to run. Most of the changes were made to ensure that the
user can run properly once he does connect to a database.
When a user connects to a database the first time after
running in stand-alone mode (or when he connects to a
different database) he will be assigned a new client Id.
Since all Ids in the RTDocument (and file names and directories
and some client properties) are based on the client id,
all are changed to the new client Id.

Feature request 2019837.

jimwinston 2009-12-03

changed /trunk/RTClient/src/org/mitre/rt/client/core/ClientRegistrationManager.java
changed /trunk/RTClient/src/org/mitre/rt/client/core/DataManager.java
changed /trunk/RTClient/src/org/mitre/rt/client/core/RTClient.java
changed /trunk/RTClient/src/org/mitre/rt/client/core/SynchronizationManager.java
changed /trunk/RTClient/src/org/mitre/rt/client/properties/RTClientProperties.java
added /trunk/RTClient/src/org/mitre/rt/client/resources/rt.base.client.xml
changed /trunk/RTClient/src/org/mitre/rt/client/resources/version.info.properties
changed /trunk/RTClient/src/org/mitre/rt/client/ui/applications/MenuBar.java
changed /trunk/RTClient/src/org/mitre/rt/client/ui/serversettings/ServerSettingsDialog.form
changed /trunk/RTClient/src/org/mitre/rt/client/ui/serversettings/ServerSettingsDialog.java
changed /trunk/RTClient/src/org/mitre/rt/client/xml/FileTypeHelper.java
changed /trunk/RTClient/src/org/mitre/rt/client/xml/RTHelper.java
changed /trunk/RTClient/src/org/mitre/rt/server/api/RegisterClient.java
changed /trunk/RTClient/src/org/mitre/rt/server/properties/RTServerProperties.java