Windchill9.0 action与actionModel

利用Windchill9.0 action与actionModel ,使实施人员在客制化用户界面,构建用户业务功能入口时简化了大量的工作量。主要的更新:

1.加入了页面调试参数jcaDebug=1
2.只需配制custom_actions.xml及custom_actionModel就可以配制一个新的动作,包含动作的action Table或者action list
3.不需要重启服务器,只需要reload XML 后刷新页面就可实现。reload XML 命令,在Windchill 控制台输入:java com.ptc.netmarkets.util.misc.NmActionServiceHelper
4.加入了报告,便于实施时查找相关相信。
5.查看action report:
http://<machine>/Windchill/netmarkets/jsp/carambola/tools/actionReport/action.jsp
6.查看property Report:
http://<machine>/Windchill/netmarkets/jsp/property/propertyReport.jsp
7.查看service Report:
http://<machine>/Windchill/netmarkets/jsp/carambola/svc/report.jsp
8.程序的调试log信息,由log4j来实现。只需要在java consol中定义所需追踪的类,就可方便的输出各种调试信息及log日志

你可能感兴趣的:(log4j,xml,工作,jsp)