JBMP在MyEclipse中应用(1)

时间:2013-03-03 11:06:27
【文件属性】:

文件名称:JBMP在MyEclipse中应用(1)

文件大小:33KB

文件格式:RAR

更新时间:2013-03-03 11:06:27

JBPM、myEclipse

有详细的注释,新手可看懂 /** * 部署定义好的流程 * * @param request * @param response * @throws ServletException * @throws IOException */ public void deployProcessDefinition(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { String xml = request.getParameter("xml"); if (xml != null && !"".equals(xml)) //仓库服务中创建部署,添加xml格式字符串部署资源,部署该资源 super.getRepositoryService().createDeployment() .addResourceFromString("process.jpdl.xml", xml).deploy(); this.process(request, response); }


【文件预览】:
myjbpm
----.project(1KB)
----.settings()
--------.jsdtscope(500B)
--------org.eclipse.wst.jsdt.ui.superType.container(49B)
--------org.eclipse.wst.jsdt.ui.superType.name(6B)
----.mymetadata(291B)
----WebRoot()
--------WEB-INF()
--------index.jsp(2KB)
--------META-INF()
----.myeclipse()
----src()
--------jbpm.mail.templates.examples.xml(418B)
--------jbpm.mail.properties(72B)
--------jbpm.cfg.xml(546B)
--------hello.png(12KB)
--------com()
--------logging.properties(637B)
--------jbpm.hibernate.cfg.xml(2KB)
--------hello.jpdl.xml(492B)
----.classpath(3KB)

网友评论

  • 很好,赞一个,就是没有jar包啊,调试中