Hi Venkat, I'm also not familiar with Sharepoint specifically. But, there are a few main ways that any application can integrate with DSpace. So, you may want to look into one or more of these routes, based on your needs.
(1) DSpace REST API (https://wiki.duraspace.org/display/DSPACE/REST+API) - any external application/system that can "speak" REST, can create/access/manipulate DSpace content via this API (2) DSpace Java API - DSpace is a Java based application. So, if Sharepoint is able to call a Java API, you may be able to call that API directly to create/access/manipulate content (3) Other specific web service interfaces: * LNI Interface - provides a WebDAV interface for DSpace (https://wiki.duraspace.org/display/DSPACE/LightweightNetworkInterface) * SWORD Interface - provides a interface to submit new content (Items) to DSpace (https://wiki.duraspace.org/display/DSDOC18/SWORDv1+Server) * OAI-PMH Interface - provides an interface to harvest metadata from DSpace. (https://wiki.duraspace.org/display/DSDOC18/OAI) Again, these are just generic ways to integrate an external application with DSpace. I don't know of any specific ways to integrate Microsoft Sharepoint, as I'm unfamiliar with it. - Tim On 3/29/2012 3:52 AM, helix84 wrote: > On Thu, Mar 29, 2012 at 08:47, thandu venkat narayana > <[email protected]> wrote: >> we are using Dspace 1.8.1 on windows platform, we would like to >> incorporate our Dspace with Microsoft Sharepoint. what is the procedure to >> incorporate both, please give your valuable suggestions. > > Hi Venkat, > > how exactly do you want to integrate them? Do you need to use it for > authentication in DSpace, or do you need to use the webserver as a > frontend for DSpace or something completely different? > > (I know next to nothing about Sharepoint, I'm just asking you to > clarify what you need so that someone else may be able to help you.) > > Regards, > ~~helix84 > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

