Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-21 | GREAT PACKAGE RESHUFFLE: Everything is now organised into frontend, backend ↵ | Matt Windsor | |
and common (to frontend and backend) packages. Things may have been broken. Doc refresh. | |||
2011-03-21 | Documentation refresh; ResourceBundle in ShowUtils; probably some format pokery. | Matt Windsor | |
2011-03-20 | Begin migration to HttpCore request handler pattern. Delete protocol ↵ | Matt Windsor | |
duplicates left over from last commit. | |||
2011-03-20 | Rewrite of server to use HttpCore example code; beginning of code reformat ↵ | Matt Windsor | |
from GNU style to Java conventions. Code now includes Apache license code. | |||
2011-03-20 | Cleanup and fixery. | Matt Windsor | |
2011-03-19 | Library viewer now retrieves tracks from server. Code will need a LOT of ↵ | Matt Windsor | |
cleanup, but this is a triumph. I'm making a note here-- huge success. | |||
2011-03-19 | Converted protocol to JSON. Now passes its first ever unit test\! | Matt Windsor | |
2011-03-19 | LibraryViewer: move to ResourceBundled text for localisation and decoupling ↵ | Matt Windsor | |
purposes; warning cleanup; import of json_simple in preparation for JSON protocol implementation. | |||
2011-03-18 | Remove duplicate files; begin rewriting server to use Apache HttpCore by ↵ | Matt Windsor | |
using HttpCore Response resources; exception-based error handling introduced for get requests. | |||
2011-03-18 | Mega-commit to the rescue! Added Javadoc snapshot (admittedly old); show UI ↵ | Matt Windsor | |
now fixed-layout; UI uses system selection colours for accents; now uses bapsserver password and can thus talk to show database relations; removed member relation dependencies until further notice; attempted to get application and applet launchers working but having issues with the latter; started working on a server communicating via a minimal implementation of HTTP 1.1 (standardisation required eventually). |