WaikatoUniMM2017 / COMP315

1 stars 2 forks source link

Web Server #5

Open disconsented opened 7 years ago

disconsented commented 7 years ago

The big things we want to get is static file server and a basic API for the web front end. I recommend using the GSON or jackson libraries for encoding/decoding objects into JSON.

disconsented commented 7 years ago

@FromSkyrim Should be able to start on this now. Recommend creating a new branch for this

disconsented commented 7 years ago

@FromSkyrim how do we want to handle communication between the DB and tomcat?

FromSkyrim commented 7 years ago

Isn't that we transmit JSON format line between DB and tomcat?