Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
  • 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

Does Liferay offer integration with Windows SharePoint Services?

 
Ranch Hand
Posts: 1936
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Currently, I'm using Windows SharePoint Services, will I get any benefits from Liferay?
 
author
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Kengkaj,

Yes, Liferay portal does as follows (abstracted from chapter 12)

Integrating with SharePoint

Liferay portal implements the SharePoint protocol, which allows saving documents
to Liferay portal as if it were a SharePoint server. In portal.properties under the
/portal/portal-impl/src folder, you will find the following configuration:
sharepoint.storage.tokens=document_library
sharepoint.storage.class[document_library]=com.liferay.portlet.
documentlibrary.sharepoint.DLSharepointStorageImpl

- Jonas Yuan

Books: Liferay Portal 5.2 Systems Development
Liferay Portal 5.0 Enterprise Intranets
 
Hong Anderson
Ranch Hand
Posts: 1936
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks.
reply
    Bookmark Topic Watch Topic
  • New Topic