Web Part Entwicklung

WebPart-Entwicklung

Summary: Auf dieser Seite finden sich Tips, Tricks, Artikel und White Paper rund um die Entwicklung von WebParts für SharePoint
Keywords: Windows SharePoint Services, SharePoint Portal Server 2003, Entwicklung, Development, Web Parts, WebParts, Tutorials, Tips, Tricks, Downloads, Artikel, White Paper, Tool Part
Index: HomePage

Artikel

The Definitive Hello World Web Part Tutorial

Dieser Artikel beschreibt, wie man Daten aus einer HashTable als eine Liste von Hyperlinks in einem Web Part wiedergibt. Außerdem wird erläutert, wie man das Web Part als CAB-File packt und in der SharePoint-Seite installiert.


Creating a Basic Web Part

Dieser Artikel beschreibt die grundlegende Erstellung eines Web Parts, das es erlaubt, den Titel des Web Parts zu verändern. Es wird gezeigt, wie man

  • eine Versionsnummer für das Web Part vergibt
  • eine strong named Assembly erstellt
  • ToolBox-Daten für den Designer angibt
  • den Xml-Namespace festlegt
  • das Web Part als sicheres Web Part installiert
  • und es in einer Seite verwendet


A Developer's Introduction to Web Parts

Learn what Web Parts are and how to create them. Developers can build Web Parts as ASP.NET custom controls. Administrators can install Web Parts on any site based on Windows

12.10.2004 12:08:07 - Alexander Zeitler
SharePoint Services. Users can add Web Parts to pages by dragging and dropping in a browser, and they can personalize them by setting properties. Web Parts can connect to other Web Parts using standard interfaces.

A sample Visual Studio .NET solution that contains two custom Web Parts written in C# accompanies this article. With the first Web Part, users can select a customer and view configurable information about the customer. With the second Web Part, users can view the orders for a single customer. A user can add these Web Parts to a Web Part Page and connect them to each other, so that the second Web Part displays orders for the customer selected in the first Web Part.


Creating a Web Part with Custom Properties

Der Artikel beschreibt, wie man ein Web Part mit eigenen Eigenschaften (Custom Properties), wie z.B. Höhe und Breite, erstellt und diese Eigenschaften dem Benutzer des Web Parts bzw. der Seite zur Änderung anbietet.


Creating a Web Part with a Custom Tool Part

Der Artikel beschreibt, wie man ein Web Part mit einem zusätzlichen Tool Part erstellt. Ein Tool Part ermöglicht es dem Benutzer, Informationen, die über die Standard-Einstellungen für ein Web Part hinausgehen, festzulegen.


Creating a Connectable Web Part

Der Artikel beschreibt, wie man zwei Web Parts über sog. Connection Interfaces verbindet, so dass sie zur Laufzeit beliebige Informationen untereinander austauschen können. Dies erlaubt dem Benutzer, beliebig komplexe Kombinationen verschiedener Web Parts zu erstellen und sich seine "Applikation" nach seinen Bedürfnissen zusammenzustellen.


Creating a Connectable Web Part that Supports Multiple Interfaces

Der Artikel zeigt auf, wie man mehrere Connection Interfaces innerhalb eines Web Parts implementieren kann, um z.B. sowohl das Darstellen als auch das Filtern von Daten und Bereitstellen einzelner Zeilen zu ermöglichen.


Creating a Web Part with Client-side Script

Der Artikel erklärt, wie man clientseitiges Script in einem Web Part implementiert, in dem man es verlinkt oder direkt ins Web Part einbettet. Clientseitiges Script verbessert geschickt eingesetzt die Usability von Web Parts.


The Sharepoint Portal Server Object Model


Building Web Parts for Microsoft Sharepoint Products and Technologies - Part I

This article is part one of a series of articles demonstrating in a hands-on manner the different techniques of building, packaging, deploying and using Web Parts in both Windows

12.10.2004 12:08:07 - Alexander Zeitler
SharePoint Services sites and SharePoint Portal pages. The focus of this first article is on the basics. You will learn how to create a Web Part in Visual Studio .NET 2003, package and deploy it, and some of the debugging techniques. The Web Part built will allow a user to enter the name of an author in a text box and access the Amazon Web Service to retrieve all the books written by this author.


Building Web Parts for Microsoft Sharepoint Products and Technologies - Part II

Several people mentioned the possible usage of user controls in the development process of Web Parts for

12.10.2004 12:08:07 - Alexander Zeitler
SharePoint pages in the newsgroups available on the Web. This article summarizes all these ideas and describes a framework for building Web Parts making use of ASP.NET user controls.


Building Web Parts for Microsoft Sharepoint Products and Technologies - Part III

Part III of the

12.10.2004 12:08:07 - Alexander Zeitler
SharePoint series discusses the basic steps of creating connectable Web Parts. Windows SharePoint Services provides a very good framework allowing users of these sites to drop Web parts onto their pages. We have discussed in part I how to create and deploy these Web Parts. Part II introduced a technique to boost the performance of developing Web parts by making use of ASP.NET user controls to deal with the design of the body of your Web part. In this article, we are going through the basic steps of creating two Web parts that are able to interchange data with each other. Developers of Web parts can implement standard WSS interfaces (provider and/or consumer) that are recognized by the WSS Web part framework and as a result allow users of the Web parts to make a connection between the two.


devx: Developing Web Parts for Sharepoint Portal Server 2003 in .NET

This article provides a step-by-step introduction to developing Web Parts using Visual Studio .NET by showing you how to build both simple and complex Web Part components. Along the way, you'll see how to debug Web Parts both locally and remotely—and learn a few tricks and tips.


Changing the Location Attribute for the Parameterbindings Element of the Data View Web Part in Frontpage 2003

Using the Data View Web Part in Microsoft Office FrontPage 2003, you can create custom data views for pages on

12.10.2004 12:08:07 - Alexander Zeitler
SharePoint sites. Learn how you can use the Location attribute of the ParameterBinding element for a Data View Web Part to create custom filters and change the location from which the resulting data is accessed.


White Papers

Overview of Web Parts Framework

Dieses White Paper gibt einen Überblick über das Web Part Framework in Windows

12.10.2004 12:08:07 - Alexander Zeitler
SharePoint Services und bietet eine Schritt-für-Schritt-Anleitung für das Erstellen einer Web Part Seite mit Frontpage 2003.


Working With Web Part Pages

Dieses White Paper vermittelt die Idee hinter den Web Part Pages und zeigt auf, wie Entwickler mittels Frontpage 2003 und den bereits im Lieferumfang vorhandenen Web Parts technisch ausgefeilte, datenbankbasierte SharePoint-Sites erstellen können.


Working With Web Part Libraries

Das White Paper erläutert die verschiedenen, für Frontpage 2003 Entwickler, verfügbaren Web Part Libraries. Jede Library und die Verwendung der in der jeweiligen Library vorhandenen Web Parts wird beschrieben. Außerdem werden Unterschiede im Zugriff mittels Frontpage 2003 und Web Browser aufgezeigt.


Connecting Web Parts

In diesem White Paper wird ein Überblick über die in den Windows

12.10.2004 12:08:07 - Alexander Zeitler
SharePoint Services enthalten Web Part Connections vermittelt. Diese Infrastruktur ermöglicht es einem Web Part mit einem anderen Web Part auf der gleichen oder - unter gewissen Umständen - auf einer anderen Seite Daten auszutauschen.


Customizing Web Parts

Dieses White Paper beschreibt, wie Web Parts mittels Frontpage 2003 angepasst werden können. Weiterhin beschreibt es die Web Part Eigenschaften (Standard und Web Part spezifisch) sowie deren Anpassung mittels Frontpage 2003. Außerdem werden die verschiedenen Optionen, die dem Frontpage-Entwickler bei der Anpassung von Design und Daten beim ListView-Web Part zur Verfügung stehen, erklärt.


Downloads

/ SharePoint Products and Technologies Templates: Web Part Templates for Visual Studio .NET

Der Download beinhaltet C#- und VB.NET-Templates für die Entwicklung von

12.10.2004 12:08:07 - Alexander Zeitler
SharePoint Web Parts in Visual Studio.NET.


Windows Sharepoint Services: Intellisense XML File

Dieser Download beinhaltet ein Update für das XML-File, das die IntelliSense-Untersütztung für das Windows

12.10.2004 12:08:07 - Alexander Zeitler
SharePoint Services Objektmodell in Visual Studio.NET erzeugt.