SharePoint Blog - René Hézser

Anmelden  RSS Feed RSS Feed
Startet die Suche

Archive

Kategorien

Links

Andere Blogs



Add to Technorati Favorites

Dec 182007

Many SharePoint Features

CodePlex has a project for SharePoint 2007 Features. Within this workplace there are features like:

  • Ajax Config Feature
  • Content Type Hierarchy Feature
  • Debug Config Feature
  • Debugger Feature
  • Features Source Code
  • Log Viewer Feature
  • Manage Configuration Modifications
  • Manage Form Users Feature
  • Manage Hierarchical Object Store Feature
  • Manage Layouts Site Map Feature
  • Minimal Master
  • Minimal Publishing Site
  • Placeholder Master Feature
  • Presence Contact List Feature
  • Print List Feature
  • Task Alert Feature
  • Task Mover Feature
  • Theme Changer Feature
  • Window Links Feature

Especially the Ajax Config Feature is great. In the future I will release more Webparts based on Ajax. This makes it much more easier to deploy them :-)


Published: 12/18/2007  6:15 PM | 0  Comments | 0  Links to this post
Tagged as: CodePlex, SharePoint, Solution

Dec 172007

SharePoint - External Storage Provider

As you probably know, you can store documents on e.g. a fileserver instead of your SQL content databases. To make it short, some key features:

  • Storing blobs not in your content database, but e.g. in a local folder, or a network share
  • With the current version only the SPFarm is supported. Meaning ALL content will be stored externally
  • After you have implemented an external storage provider, all new documents will be stored in this place. To move old documents, you could do a Backup/Retore of your content.
  • Changing a document will create a new blob and not disposing the old one. You have to do this manually (you can implement garbage collection)!
  • With the next SharePoint release you might have to rewrite your storage provider, because it will not remain syntactically consistent
  • External Storing of Binary Large Objects (BLOBs) in Windows SharePoint Services

I found an interesting project on CodePlex

Unfortunately it is not ready, yet. When I enabled it, I was unable to upload new documents. But I am sure it will be possible one day :-)


Published: 12/17/2007  6:28 PM | 2  Comments | 0  Links to this post
Tagged as: SharePoint

Dec 152007

SharePoint Server TechCenter

Within the "SharePoint Serever TechCenter" a new page "SharePoint Products and Technologies Service Pack 1 Resource Center" started, which shows some interesting information about the SP1 for WSS and MOSS.

SharePoint Products and Technologies Service Pack 1 Resource Center


Published: 12/15/2007  12:13 PM | 0  Comments | 0  Links to this post
Tagged as: SharePoint

Dec 112007