A pvAccess server that has a database of PVRecords.
Specific explanations and instructions can be found in the documentation of the parent
module exampleJava.
In the exampleJava/database directory
mvn install
In the exampleJava/database directory, run
on Linux:
./scripts/exampleDatabase
on Windows:
set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_25 (where your Java is)
.\scripts\exampleDatabase.bat
This directory has the following files:
-
ExampleHelloRecord.java Code for an example that is accessed via channelPutGet.
-
ExampleHelloRPC.java Code for an example that is accessed via channelRPC.
-
ExampleDatabase.java Code that creates many PVRecords.
Most are soft records, but also exampleHello and exampleHelloRPC.