This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
access:agteknet_repository_layout [2010/04/12 21:31] mmatthews |
access:agteknet_repository_layout [2012/10/10 17:06] (current) |
||
---|---|---|---|
Line 33: | Line 33: | ||
src/ | src/ | ||
test/ | test/ | ||
+ | |||
+ | ===== Directory Descriptions ===== | ||
==== apps ==== | ==== apps ==== | ||
Line 41: | Line 43: | ||
==== apps/adminclient ==== | ==== apps/adminclient ==== | ||
- | The apps/adminclient directory contains the web start java application for managing the old C-based Trackwork Server. The adminclient application communicates with an instance of the adminserver. This application will no longer be needed once the last instance of the Trackwork Server is shutdown. | + | The apps/adminclient directory contains the web start java application for managing the old C-based Trackwork Server. The adminclient application communicates with an instance of the adminserver.\\ |
+ | **This application will not be needed once support for the Trackwork Server is discontinued.** | ||
==== apps/adminserver ==== | ==== apps/adminserver ==== | ||
- | The apps/adminserver directory contains the java server that provides an admin API for managing the old C-based Trackwork Server. This server is what the adminclient communicates with. This application will no longer be needed once the last instance of the Trackwork Server is shutdown. | + | The apps/adminserver directory contains the java server that provides an admin API for managing the old C-based Trackwork Server. This server is what the adminclient communicates with.\\ |
+ | **This application will not be needed once support for the Trackwork Server is discontinued.** | ||
==== apps/gpssim ==== | ==== apps/gpssim ==== | ||
Line 77: | Line 81: | ||
==== protobuf ==== | ==== protobuf ==== | ||
+ | The protobuf directory contains the protobuf based messages used by the AccessLib API to communicate between the Access Server and both java and C++ applications. | ||
==== protoc/linux ==== | ==== protoc/linux ==== | ||
+ | The protoc/linux directory contains a copy of the protobuf compiler compiled to run on either Red Hat or Fedora. | ||
==== protoc/win32 ==== | ==== protoc/win32 ==== | ||
+ | The protoc/win32 directory contains a copy of the protobuf compiler compiled to run under Windows. | ||
==== src ==== | ==== src ==== | ||
+ | The src directory contains all the java code for **ALL** the applications in the apps directory. The reason all the code is in one tree is encourage code sharing between the applications. | ||
==== test ==== | ==== test ==== | ||
- | + | The test directory contains the java junit test code for the server and client applications. |