Skip to content
Sebastian Schlicht edited this page Sep 20, 2013 · 14 revisions

Currently

recently finished the music storage server, next step is open yet

20.09.13 - DONE

  • finished implementation of music storage server protocol (MSSP)
  • finished tests for MSSP

Future work

  • global data flow model
  • solve open bugs for the news stream server

What I've done

  • solved the "hanging response"-bug caused by a missuse of Tomcat Servlets and not by my virtual machine as I thought
  • redefined the news stream server protocol (NSSP)
  • refactored entirely the complete component to match the new protocol
  • JSON responses
  • removed nearly all exceptions from the Servlets using test-driven development
  • architecture improved (request/respond in each graph command)
  • several coding style improvements
  • created the FormItemList extracting form items from multipart requests
  • deployed the FormItemList to our Maven repository and requested central Maven repository synchronization

Skills and technologies available/earned

  • command pattern
  • Neo4j
  • Tomcat Servlets
  • test-driven development
  • testing with databases
Clone this wiki locally