Skip to content

Simple Web Service written in Java that simulates a server to manage frecuency allocation

License

Notifications You must be signed in to change notification settings

palas/freq_server

Repository files navigation

Frequency Server

This project contains a simple Web Service written in Java, inspired by the example with the same name from the book Erlang Programming by Francesco Cesarini and Simon Thompson.

Usage

It does not require any special configuration or database, all state is kept in memory. The actions implemented are:

  • StartServer - it starts the server with all the frequencies free.

  • StopServer - it stops the server and clears information about frequencies.

  • AllocateFrequency - returns a frequency if available.

  • DeallocateFrequency - expects a frequency and adds it to the list of available.

All URLs expect POST requests, and all of them return in response XML formatted as specified by response.xsd.

About

Simple Web Service written in Java that simulates a server to manage frecuency allocation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages