Sharepoint Web 部件

发布于 2024-08-04 16:41:28 字数 343 浏览 4 评论 0原文

我刚刚完成了 Sharepoint WSS 3.0 的第一个 Web 部件,我非常兴奋。
它所做的只是与 TFS(团队基础)建立连接,以通过 Sprint 获取 OPEN 和 FIXED 错误(我们实际上使用 SCRUM 敏捷流程)。然后获取两个值(开放和固定)并将它们放入共享点列表中。图表中包含该列表(使用 Codeplex 的 Web 部件)。

另一方面,Web 部件从 Project Server 检索有关当前团队名称的信息,它遵循相同的过程,但仅提供 Sharepoint 列表。

任何有关性能或其他方面的建议将不胜感激。

PD。我会将其设置为社区维基,因为没有正确或错误的答案,只是等待您的反馈=D。

I just finished my first web Part for Sharepoint WSS 3.0 and I'm very excited.
What it does is that just makes a connection to the TFS (team foundation) to get the OPEN and FIXED bugs by Sprint (We actually use SCRUM agile Process). Then takes both values (open & fixed) and puts them in a sharepoint list. A chart is fed with that list (using codeplex's web parts).

In the other side the web part retrieves information about the current team names from the Project Server, it follows the same procedure but it just feeds a Sharepoint list.

Any recommendations on performance or anything else would be much appreciated.

PD. i will set this as a community wiki 'cause there is no correct or wrong answer, just waiting for your feedback =D.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

请止步禁区 2024-08-11 16:41:28

我有点困惑...您的 Web 部件使用 TFS 中的值填充列表?

如果您使用 Web 部件,则仅当有人访问该页面时以及每次有人访问该页面时才会填充该列表。

您不想使用控制台应用程序或经常运行的 SharePoint 计时器作业来填充 SharePoint 列表吗?

I'm a bit confused... Your webpart populates the list with values from TFS?

If you use a webpart, the list is populated only when someone visits the page and EVERYTIME someone visits the page.

Wouldn't you want to populate your SharePoint list using a console application or a SharePoint timer job that runs every so often?

葬花如无物 2024-08-11 16:41:28

更进一步。使用联合搜索。在 SharePoint (MOSS) 中,您可以指定要索引的搜索服务的位置(内容源)。然后可以在您的网站中查询该数据。使用自定义范围/自定义搜索查询,您可以检索数据,然后过滤/在您的网站上显示它。

To go a step further. Use federated search. In SharePoint (MOSS) you can specify locations (content sources) for the search service to index. This data will then be queryable in your sites. Using either custom scopes / customized search queries you can retieve data and then filter / display it on your sites.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文