posted 18 years ago
I'm looking at a similar project, and just started examining the particulars today. I believe for my own needs much can be accomplished with the SSO and the RSS feeds available, but before I decided that, I spent some time looking at the code, and there are relatively straightforward extension points. So if you're looking to code your own enhancements, you can probably add extenstions in these places. Most notably, you can create your own URL-mapping by adding an entry to WEB-INF/config/modulesMapping.properties, which together with some entries in WEB-INF/config/urlPatterns.properties, will let you output whatever you like from the system.
I don't think there is any general web-service layer already in place, however.
Good luck,
-- Scott
[originally posted on jforum.net by scott_sauyet]