This is the netbeans configuration file
Maven dependency management configuration for this project
The thrift executable used to generate the thrift time server
- time.thrift: The thrift code to generate the time server
- CurrencyConversion.java: The object representing the JSON/XML response this REST server gives.
- CurrencyConversionResource.java: The source for the RESTful server to convert currencies.
- JAXRSConfiguration.java: Application configuration class for the RESTful server.
- JAXRSConfiguration.java: Application configuration class for the webapp.
- TimeServerBean.java: Bean to try deploy the time server as a bean (I understand this might not be working)
- TimeServerService.java: Code to set up the time server to respond to port 10000 requests
- TimeServerImpl.java: Code to respond to the requests and serve the time.
- TimeServer.java: Thrift generated code.