Building a Bookmarking Application

I've been spending a couple spare hours last week working on building a Bookmarking application proof-of-concept on top of XWiki. XWiki is a second generation wiki (http://platform.xwiki.org/xwiki/bin/view/Main/SecondGenerationWiki) and I fully took advantage of this to build my application.

I got the idea from a customer meeting a couple months ago, when a customer from a large company told us he was using our software to share links with his coworkers. Sharing a link was as simple as creating a new wiki page and it worked very well. However, he was concerned about what would happen once the link count would grow: how would his users be able to find relevant links about a specific topic?

After reading about jerome's (@jvelo) brand new livetable component (http://platform.xwiki.org/xwiki/bin/view/DevGuide/LiveTable) I thought it would be great to use it in order to display a list of bookmarked items.

I used delicious.com as an inspiration source: each bookmark is kept bare, with a title, an url, notes and tags. Additionally, underlying wiki features remain available: users can comment on and attach files to any given bookmark. Access rights could also be used if needed.

Here's a quick overview of the application:

  1. View a individual bookmark
  2. Add bookmarks and browse them
  3. Edit a bookmark

I'd be glad to get feedback from the community as to whether this application is worth the additional effort to turn it into a full-fledged XWiki application. Anyone interested in using it for real?

My bookmarking application isn't yet available for download (though I plan to make it available for testing on incubator.myxwiki.org pretty soon) since I discovered a couple bugs in the livetable macro while building it (the macro is really really new) and they need to be fixed before the application can be distributed and installed easily. I also plan on writing a tutorial showing how easy it is to build upon and extend XWiki through applications. Stay tuned ;-)

Comments

You're giving me too much credit on the livetable :)
It's has been a shared effort of Ludovic, Caty and I
I'll blog about it in the coming days, to explain why I like it and how the tag cloud filter idea came up

Add a comment