140 likes | 280 Views
CS 491b Spring 2005 Presented by Martin Jarnes Olsen. JSIM Java Secure Instant Messenger. Overview. Overview JSIM Client JSIM Server JSIM Administrator The database Demo Future development. Overview. DB. The JSIM client. The JSIM server. The JSIM Administrator. The database.
E N D
CS 491b Spring 2005Presented by Martin Jarnes Olsen JSIM Java Secure Instant Messenger
Overview • Overview • JSIM Client • JSIM Server • JSIM Administrator • The database • Demo • Future development
Overview DB
The database • Separated from server • Why? • Scalability. • Easier to set up server. • Multiple servers connected to the same database.
Polishing the applications • Application icons. • Concise appearance. • Menu bars. • Comprehensive testing • memoryleaks • spinoff threads • Finish the JSIM Administrator
SSL Sockets • Reduce overhead on connection-setup. • Look into alternative/better encryption algorithms.
Technology • J2SE 5.0 • MySQL 4.x • For development: • Netbeans 4.0 • PHPMyAdmin
Conclusion • Prototype shows what the system is capable of • Better insight into: • Java API. • Programming IDE’s