Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 548 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 548 Bytes

PoiServer

Java Cloud server using web services, Simple Java swing gui

Implemented in Eclipse

Java server using web services

Cloud server that uses web services to get consumed by 2 clients applications (1 java and 1 android). It has 4 methods: registerUser, loginUser, setMonitorData, getMapData The application connects to a local mysql database. You can find the schema of the database in the poiBeat.mwb file. All configuration can be found at config.properties. Soap2 is responsible for the communication with the server.