uap配置--------------------------------------------------------------------------------------------
/uap_exam/WebContent/WEB-INF/configuration/policy.xml----------------------------
<?xml version="1.0" encoding="UTF-8"?>
<platform-dynamic-policy></platform-dynamic-policy>
/uap_exam/WebContent/WEB-INF/configuration/config.ini-----------------------------------
dm.server.path=http://127.0.0.1:9000/sguap-server/environment
模块项目配置---------------------------------------------------------------------------------------------
/module_exam/face/ui1/scripts/weblet.js-----------------------------------------------
mx.weblets.WebletManager.register(
{
id: "ui1",
name: "ui1",
requires:["staff","qj","demp_staff_tree","demp"],
onload: function (e) {
},
onstart: function (e) {
var mvc = new ui1.views.mainViewController();
e.context.rootViewPort.setViewController(mvc);
}
});