设为首页  
联系我们  
加入收藏  
网页制作 冲浪宝典 图形图像 操作系统 软件教学 编程开发 认证考试 安全技术 站长专区 文学驿站 娱乐天地 游戏天地 办公软件
文章搜索
您的位置: 首页 >> 文章首页 >> 编程开发 >> Java >> PowerFolder 工作流服务器版本0.5 试驾之旅(5)
精品推荐
Java点击TOP10
·java笔试题
·《Thinking in Java》读书笔记
·JSP的mysql_jdbc驱动程序
·异常java.sql.SQLException: Io exception:The Network Adapter could not establish connection
·Java Coder 常用软件下载地址
·org.apache.commons.dbcp.SQLNestedException解决办法
·Java图形界面开发:SWT全接触
·如何使用Java POI生成Excel表文件 !
·功能强大的在线网页编辑器
·一些非常不错的Struts 例子下载
编程开发点击TOP10
·ASP.NET 程序中常用的三十三种代码
·利用ASP.NET构建网上考试系统
·C#版的网站新闻发布系统
·(转)23种设计模式汇集
·设计ASP.NET新闻管理系统
·深山红叶袖珍PE工具箱V16正式版
·我的.NET书架 (入门篇)
·java笔试题
·C++经典电子书下载
·网页打印问题,打印设置,打印预览,打印分页,纵打,横打及页面的边距
精选专题

PowerFolder 工作流服务器版本0.5 试驾之旅(5)

作者: 来源:网络文章 时间:2005-12-15 0:23:52

PowerFolder 工作流服务器版本0.5 试驾之旅(5)(1)

Web Page Development and Web Client API
Web页面开发和Web客户端提供的API
 3.1 Overview 概述
To create or edit existing web pages, from the PowerFolder Console click 'Develop', then 'Web
Pages'. You can either edit an existing web page by clicking the 'Edit' button beside it or create a
new web page by entering its name in the box next to 'New Web Page' and clicking 'Create'.
Remember, new and editted web pages cannot be seen by outside viewers until they are deployed
under the 'Administer' section.
为了创建页面和编辑已有页面,从PowerFolder控制台单击Develop,然后Web
Pages.你可以编辑一个现存的页面,通过单击它旁边的Edit按钮,或者通过在New Web
Page' 旁的文本框中输入它的名字并且单击'Create'按钮来创建一个新页面。记住,新的
和编辑的页面不能从外部观察者看到直到他们在'Admimister'部分被发布为止。

Standard HTML is rather bland. It just displays things for the user to see, but it can't understand
commands issued by the user or 'do anything'. It can't read HTML 'form' parameters, it can't use
user submitted information to change the state of a workflow.
标准的HTML是相当谦逊的。它仅仅显示用户看到的,不过它不能理解用户发出的做
任何事情的命令。它不能阅读HTML form参数,它也不能利用用户提交的信息来改变工作
流的状态。

That is where 'client' comes in. By default, it is included with every web page in PowerFolder. Its
role is to simplify the process of making HTML 'intelligent'.
这就是client进入的原因。缺省情况下,它被包含在PowerFolder的每个页面之
中。它的作用是简化使HTML智能的过程。

Web pages in PowerFolder use Java JSP scripting and syntactically correct scripting means
following the JSP conventions. For a general script area within a web page, start it with '<%' and
end it with '%>'. For a one line script that writes output that the user will see, start it with '<%= '
and end it with '%>'.
PowerFolder中的web页面使用jsp脚本,通过JSP转换来得到正确的脚本含义。对
于一个页面中的脚本区域,它开始于<%,结束于%>,对于一行中的脚本,用于输出给用户可
见的内容,开始于<%=,结束于%>。

The goal of 'client' is to minimize the learning curve and make the scripting process more

共10页 9 7 [1] [2] [3] [4] [5] [6] [7] [8] [9] [108 :>

PowerFolder 工作流服务器版本0.5 试驾之旅(5) 相关文章:
PowerFolder 工作流服务器版本0.5 试驾之旅(5) 相关软件:
特别声明:本站除部分特别声明禁止转载的专稿外的其他文章可以自由转载,但请务必注明出处和原始作者。文章版权归文章原始作者所有。对于被本站转载文章的个人和网站,我们表示深深的谢意。如果本站转载的文章有版权问题请联系编辑人员,我们尽快予以更正。
转载请注明来源:http://www.xgdown.com