1.2.1 • Published 7 years ago

trainlineup v1.2.1

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

Web Service to query for trains in a lineup based on a lineup id

Steps to use the web service:

1) if changes made to web service src files then compile java src files: "javac TrainLineupPublisher.java TrainLineupImpl.java TrainLineup.java"

if no changes made to web service then skip this step

2) publish the web service (aka make it available at the declared URL): "java -cp ../ trainlineup.TrainLineupPublisher"

this executes the web service publisher thru java

3) run the web service client (in a different shell): "node TrainLineupClient.js"

1.2.1

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago