Thursday, November 29, 2007

version 3 to trunk

Right, decided that the 3rd revision of the wishlist application is ready to go to the trunk.

So this branch
https://wishlist.svn.sourceforge.net/svnroot/wishlist/app/branches/dev/flurdy/version3
will now be available here
https://wishlist.svn.sourceforge.net/svnroot/wishlist/app/trunk

This new version has split client(web) from the application(server).
It has also been split into seperate modules. Ie.:

  • jpa entity and dao module wishDate.

  • wishWish for all wishlist specific logic.(and eventuall shop, gift etc).

  • wishServices for web services.

  • wishWeb for a reference web client.

  • wishFlex for a possible flex interface.

  • wishFacebook for a possible facebook application.


Of course this is all very alpha. It utilises maven, jetty, jpa/hibernate, hsql, spring-ws, acegi.

Major items still to do is:

  • Security - authentication, authorisation and encryption between client and web services. Currently the web client has acegi login but that does not talk with the web services, so is not properly linked.

  • Message bus. Going to integrate Mule, so maybe utilise its security options.



Also does not have all the functionality of previous versions.
Major missing items:

  • Wish reservations

  • Shopping link

  • Wish details

0 Comments:

Post a Comment

<< Home