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:34] 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 89: | Line 93: | ||
==== test ==== | ==== test ==== | ||
- | + | The test directory contains the java junit test code for the server and client applications. |