摘要:

关于《在sharepoint中利用文档库扩展新闻应用》的一些补充。

阅读全文
posted @ 2008-07-16 09:39 大田 阅读(1528) 评论(6) 编辑
前几天在公司与微软的熊明锋讨论Sharepoint的一些问题,当谈到BDC的定义文件比较麻烦时,熊说微软在8月中旬左右会发布一款编辑工具,以减轻用户工作量。昨天从烟台出差回来,打开微软的Sharepoint blog team,发现这框工具已经发布了,包好在8月份最新的moss sdk中。下面是他的一些基本信息:
Overview

The Business Data Catalog Definition Editor provides a visual tool for creating an Application Definition for BDC in MOSS 2007.  Features include:

  • Underlying XML is abstracted by the design surface and properties window
  • Drag and drop web methods, tables, or views to create line of business (LOB) connections.
  • Entities and methods are created automatically from database metadata and WSDLs.
  • Additional method instances can be added to further enhance the database or web service connection.
  • Method instances can be tested from within the tool, enabling incremental development of LOB connections

image 

Background

Currently, writing an application definition to connect the BDC to a LOB system is a manual process.  This requires an understanding of both how the LOB system is configured and what must be included in the XML to satisfy the BDC. Having a tool to simplify this process not only lowers the initial knowledge threshold for administering the BDC, it also lessens the required work of the user (such as testing, making modifications, etc.). 

The tool has been designed to assist in the lifecycle management for Application Definition files.  The tool enables searching over databases and web service-based repositories, as well as BDC web parts in MOSS. 

Highlights
  • Tool supports databases (SQL, Oracle, OLEDB, and ODBC) and web services
  • Drag and drop design surface for selecting DB tables or web methods:
  • Metadata is automatically extracted from databases by dragging and dropping tables
  • Web Services require a few additional steps to completely configure the connection
  • Users can import and export Application Definition XML files
  • Users are able to test method instances incrementally from within the tool
  • The tool is not required to run on a web front-end
  • Associations are created automatically when foreign keys are selected; they can also be created easily for web services by adding an Association method instance
Try it out

The installer for the tool is included in the downloadable MOSS 2007 SDK referenced above.  Once the SDK has been installed, go to <%Program Files%>\2007 Office System Developer Resources\Tools\BDC Definition Editor\readme.html for instructions on installing and using the tool.  If you have any questions or suggestions about the tool, please leave a comment here. For Q&A and discussions about the Business Data Catalog, go to the following SharePoint forum on MSDN: http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=1204&SiteID=1.

今天比较累,稍后再把试用的情况发上来。

posted @ 2007-08-26 15:14 大田 阅读(821) 评论(5) 编辑
摘要: WSPbuilder是一款wsp打包工具,能够按照一定的目录结构,方便的制作出wsp解决方案包。阅读全文
posted @ 2007-06-19 16:58 大田 阅读(3583) 评论(1) 编辑
摘要: Sharepoint文档库是一个灵活的对象,利用它及web part等可以灵活的扩展许多应用,这里仅介绍一种在其上扩展新闻应用的方法。虽然Sharepoint自带了新闻类的应用,但是很不是很方便,只能满足一部分需要,而对于更灵活的新闻分类等无法支持,利用文档库则可以进行实现,虽然Sharepoint默认文档库只能创建office类的文件,但是其上传却支持更多的文件类型,利用这一点及其编程对象,编写相关的web part便可满足新闻的一些基本需求,并可进一步扩展为BBS等应用,文档库的特点和webpart部署的灵活性保证了这种应用方式的有足够的灵活性。
阅读全文
posted @ 2007-06-07 17:02 大田 阅读(3414) 评论(11) 编辑
1、全角空格
2、HttpUtility.HtmlDecode("&nbsp;&nbsp;text");
3、char nbsp = (char)0xA0;
      text.PadLeft(2,nbsp )
posted @ 2007-06-07 11:59 大田 阅读(157) 评论(0) 编辑
摘要: 这是一个改自chromemenu的下拉菜单,不会被flash、activex、select等页面元素覆盖,并支持无限分级。阅读全文
posted @ 2007-05-29 08:58 大田 阅读(4282) 评论(17) 编辑
摘要: 模仿qq的界面,输入msn用户名和密码即可登陆聊天:程序使用了DevComponents.DotNetBar2.dll,版本5.9.0.2,请自行下载;另外使用了开源代码XPTable和 XihSolutions DotMSN。源码从这里下载 下载。阅读全文
posted @ 2007-05-11 13:45 大田 阅读(1079) 评论(1) 编辑
摘要: 寄语新生:从一名学生成长为一名合格的软件工程师,需要注重各方面的知识,不及需要了解各种编程语言的知识,还要加强学习软件工程的各种分析设计、管理思想和方法,努力学习各种行业知识合法规等,紧跟时代脉搏,了解各种新生技术,并对将来可能从事的领域的知识加以精解;注重平时的积累,一点一滴,积少成多,终成大海!阅读全文
posted @ 2007-04-28 09:16 大田 阅读(299) 评论(1) 编辑
摘要: 本文旨在解决安装windows work flow开发环境之后的种种坏现象的解决方法,如果你有类似遭遇,请在此跟帖发表您发现的现象和解决方法,以飨他人。阅读全文
posted @ 2007-04-26 08:29 大田 阅读(387) 评论(0) 编辑
摘要: 赢战2007,浪潮ERP的战略目标更加清晰,我们满怀信心迎接挑战,应对挑战!面对一场场硬战,让我们携手并进,用赢的战略、赢的信心、赢的斗志打赢每一场战争,推动浪潮ERP再攀高峰!
阅读全文
posted @ 2007-04-06 09:06 大田 阅读(118) 评论(0) 编辑