Aphorism messenger

I have an interesting project I want to tell you about. The idea to create it was born when I was learning Java. I have read couple of books, made some small task programs but I would like to create something bigger.

Project summary

Desktop program (client), that lives in a tray and periodically shows aphorisms. It takes aphorisms from web-service (server), so data base with aphorisms lives in one place and it doesn’t attached with each client. Aphorims have rating - it is amount of likes. When pop-up window with quotation arrives, user sees its rating and can edit it by giving or remove likes. Along with aphorism in the window there is an author. User can click it and look for an author biography. Also, there is an ability to look for your favorite aphorisms and list of top favorite aphorisms.

The result (download, only in russian):

Aphorism example

Full project (client and server) is written in Java. Server hosts at google app engine, provides resources in xml format. It is a REST web service, so it can be used in many ways, for example for web site. Specification is avaliable here.

Here is an example of resource: show random aphorism.

Links: