• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

looking for open source java portal/cms (w/ forums/wiki/single sign-on)

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,

As an alternative to MS SharePoint we are using internally, and
assorted standalone wiki installations (snipsnap, friki, xwiki, tikiwiki), I have been looking for the open-source Java portal/CMS
frameworks with the following features (these are must-have):

- mature forums engine (moderators, topic hierarchies, searcheable)
- knowledgebase (wiki-like with support for versioning, comments,
searcheable)

It would be nice if both of the above were integrated - single sign-on
against LDAP or SiteMinder or NTLM, search across both content
repositories.

In addition it would be nice to have standards support (JSR168, JAAS,
J2EE, JSF, WSRP, etc), ability to run on multiple DB backends.

So far the closest is Nukes on JBoss that despite all of its
shortcomings (no JAAS, no JSR168, dependence on JBoss) has the
features I need (with the exclusion of single sign-on).

These are the resources I've checked so far:

http://www.manageability.org/blog/stuff/open_source_portal_servers_in_java/view
http://java-source.net/open-source/portals
http://java-source.net/open-source/content-managment-systems
http://oscom.org/matrix/index.html

Perhaps someone has integrated a forums and a wiki module into some of
the cms/portal solutions mentioned above - please let me know (eXo, uPortal, liferay are good candidates).

Thank you.
 
reply
    Bookmark Topic Watch Topic
  • New Topic