Compartir a través de


Khởi đầu với việc phát triển ứng dụng trên Sharepoint

Việc phát triển ứng dụng với sharepoint có 2 hướng tiếp cận : +Đối với các ứng dụng đơn giản có thể tận dụng các API và service của Windows Sharepoint Service 3.0.  mà không cần đến MOSS +Nếu muốn phát triển các ứng dụng có quy mô phức tạp hơn trên nền tảng ứng dụng của MOSS thì phát triển với SDK của MOSS Theo tôi thì MOSS developer portal là site tốt nhất để các bạn khởi đầu https://msdn2.microsoft.com/en-us/office/aa905503.aspx Ngoài ra đối với MOSS development tôi có 2 bài Post về : +Kiến trúc của MOSS +Thông tin cần thiết cho việc lập trình với  MOSS Hy vọng thông tin trên sẽ giúp ích những ai bước đầu tiếp cận và phát triển ứng dụng với SHAREPOINT nhanh chóng có thông tin cần thiết nhất.
Starter kit hỗ trợ phát triển ứng dụng với Microsoft office Sharepoint Server

 

  • PS : Vinh và Quyên ơi , các Em download các FILE này về để làm nhé, hy vọng giúp các Em tiếp cận với công nghệ WSS và MOSS của Microsoft một cách thuận lợi.

Thư viện SDK hỗ trợ phát triển ứng dụng với Windows Sharepoint Service

Thư viên mở rộng cho Visual studio để lập trình với WSS 3.0 Tổng quan giới thiệu : https://office.microsoft.com/en-us/sharepointtechnology/default.aspx

The Windows SharePoint Services 3.0 SDK gồm các tổng quan mang tính khái nêệm , những công việc lập trình và những tham khảo để giúp bạn phát triển các giải pháp trên nền WSS . SDK  bao gồm các thông tin công nghệ liên quan sau:

  1. Web Part Framework   Create, package, and deploy Web Parts on SharePoint sites.
  2. Server-side object model   Work with individual lists and sites or manage an entire Windows SharePoint Services deployment.
  3. Web services   Use default Web services, or create custom Web services, to interact with Windows SharePoint Services from external applications.
  4. Collaborative Application Markup Language (CAML)    Customize the schemas that define lists and sites, define queries for use with members of the object model or Web services, and specify parameters for use with methods in Remote Procedure Call (RPC) protocol.
  5. Master Pages   Specify all of the shared elements of your site in the master page or pages, and add content page-specific elements to content pages.
  6. Workflows   Create workflows that encapsulate business processes to be performed on items in Windows SharePoint Services, and attach those workflows to items in Windows SharePoint Services.
  7. Custom Field Types   Create custom field types that conform to your business data. These custom field types can be based on the base field types already included in Windows SharePoint Services, and can include custom data validation, field rendering, and field property rendering and processing.
  8. Information Rights Management (IRM)    Specify IRM for files located in document libraries and stored as attachments to list items. Create IRM protectors for your own custom file types.
  9. Document Property Promotion and Demotion   Use the built-in XML parser to synchronize the document properties and list column data for XML documents. Create document parsers to do the same for your custom file types.
  10. Search   Use the new Query object model and Query Web service to retrieve search results. Search in Windows SharePoint Services now shares the same SharePoint search technology used by Microsoft Office SharePoint Server 2007.

Comments