Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deevus/seng3400-a2
https://github.com/deevus/seng3400-a2
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/deevus/seng3400-a2
- Owner: deevus
- Created: 2015-10-01T07:26:36.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2015-10-01T08:01:52.000Z (over 9 years ago)
- Last Synced: 2024-12-13T17:51:21.813Z (24 days ago)
- Language: Java
- Size: 355 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
=========================
* SENG3400 Assignment 2 *
* Simon Hartcher *
* C3185790 *
=========================All source files (including WSDL) are found in the 'src' folder.
Server files are in the 'server' folder:
1. Copy MyLTCAdmin.java and MyLTCServer.java to the axis webapps directory
2. Rename them to .jws
3. Build WEB-INF/MyLTCState.java and copy to the axis 'WEB-INF/classes' directory
i.e. javac -classpath "..." -d "/path/to/WEB-INF/classes" MyLTCState.javaClient files are in the 'client' folder:
1. Build the WSDL files using WSDL2Java
2. Build the client files (including WSDL) with the axis libs in the classpath
3. Run the clients without arguments to see their usage instructions
i.e. java MyUserAdmin