Any good opensource SharePoint components that can abstract you from the inner SharePoint plumbings?
        Posted  
        
            by JL
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by JL
        
        
        
        Published on 2010-06-02T14:29:30Z
        Indexed on 
            2010/06/02
            14:34 UTC
        
        
        Read the original article
        Hit count: 242
        
I am looking for a good reusable set of components that can be used to communicate with SharePoint via web services, preferably open source.
I want some abstraction from CAML and WebDav and SharePoint Web Services that could help me speed up my development time.
Ideally I want to select, insert, update and delete from lists, manage attachments in list items, download items from sharepoint, retrieve user meta data from owner info. This sort of thing.
Does any such abstraction exist for Sharepoint that use SharePoints web service model, obviously the use of the MOSS Component API is out of the question because it will only run on the hosted MOSS server, and I am writing an SOA app.
Thank you
© Stack Overflow or respective owner