Current small project: GWT-Crossword
I am currently working on a simple but still quite fun/interesting (as is any project with a new framework :-)) webapp using Google Web Toolkit (it’s basically Google’s JEE framework for creating RIA). The webapp is an online crossword generator. The goal is to provide crosswords online and allow users solving them online with a nice and intuitive GUI etc… It would be cool if I’d manage to create this as an “embed on any website” script, but I can’t guarantee this functionality.
I’m coding this project to get used to some of the basic JEE stuff, such as Hibernate for example (it is quite amazing and very elegant – especially HQL), and to have a good time while coding in Java…
The source is avaiable under the AGPLv3 on github: http://github.com/ktoso/gwt-crossword
At some places it is still a mess so please keep in mind that it’s still under initial development (and I’m having a tough time at the uni and can’t code gwt-crossword everyday :\), that aside, feel free to take a look on the source!

Post a reply