Commit 84e3a052858ed45cdd96d1edfbe3135aad0eb623

Authored by Georg Hopp
1 parent 252cdbb0

update TODO. closes #24

Showing 1 changed file with 0 additions and 9 deletions
1 FOR VERSION 0.2 1 FOR VERSION 0.2
2 2
3 -- abstract application logic from server logic. The HTTP processors should  
4 - only care about HTTP, no application stuff at all. The idea is to create  
5 - a class for application commands and one for applications answers.  
6 - Additionally an adapter has to be created to translate application  
7 - messages from and to HTTP messages.  
8 - The advantage is that the application logic will be totally separated from  
9 - the communication layer. This way other communication protocols could be  
10 - added when need is there.  
11 -  
12 - move authentication from communication layer to application layer. 3 - move authentication from communication layer to application layer.
13 4
14 - add a first simple session persistence stuff. 5 - add a first simple session persistence stuff.
Please register or login to post a comment