MOSS 2007 的新特性-Infopath Form Services 支援以瀏覽器的方式開啟Infopath表單範本使用MOSS+Infopath+WWF可以構建出強大的企業電子錶單流程應用和解決方案.將一個普通的Infopath表單發布到SharePoint表單庫(以瀏覽器方式查看)步驟比較簡單,大家也應該都玩過。往往有時候,我們需要對Infopath表單進行編碼開發(後端代碼可是是c#,vb.net 或者是指令碼語言),曾經以為編碼之後,Infopath Form Services
好久之前寫的一偏英文的文章,差不多明白意思就ok了,所以就不做翻譯了,呵呵.You known we can enable the InfoPath form to be filled out by using a browser or client .But if the InfoPath form template was connected to a web service or Sql Server,you will encounter such issues:client
與ASP.NET應用程式一樣,在我們的Sharepoint網站頁面上,控制項與控制項(即Web Part與Web Part)之間經常需要進行資料的互動。但是,在一個Sharepoint網站中,每一個Web Part都不能假設和它通訊的另外一個Web Part 也在同一個頁面上,因此我們在開發Web Part的時候,就不能hard code 去直接存取另外一個WP。那麼我們如何去解決這個問題呢,下面就是我要談到的如何進行WP之間的通訊MOSS提供了一種專門的機制Web Part
發現網上關於Web Part Connection 的資料非常少現在,在這個Session我就為大家介紹一個用Web Part Connection 來實現Web Part之間資料傳遞的Sample總結了下,實現Web Part Connection 的開發大概分為這麼幾步:l 根據要傳遞的資料類型定義介面l 建立一個實現介面的類l 建立Provider Web Part,實現提供資料的方法l 建立 Consumer Web Part,實現接收資料的方法下面通過一個簡單的demo
pinyin4j-2.5.0.jar Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->public static String toHanyuPinyinString(String input){ String result = ""; for (int i = 0; i < input.length(); i++)
一.首先建立一個maven2項目。這個就不說了。二.在src/main/resources下放二個檔案,可以到網上去down。 jetty-env.xml webdefault.xml三.在pom.xml中添加如下內容Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><build> <plugins>