资源简介
jbpm-4.4.zip,官方提供的原包,直接下载下来可以使用。
代码片段和文件信息
/*
* JBoss Home of Professional Open Source
* Copyright 2005 JBoss Inc. and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License or (at your option) any later version.
*
* This software is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this software; if not write to the Free
* Software Foundation Inc. 51 Franklin St Fifth Floor Boston MA
* 02110-1301 USA or see the FSF site: http://www.fsf.org.
*/
package org.jbpm.examples.async.activity;
import java.io.Serializable;
/**
* @author Tom Baeyens
*/
public class Application implements Serializable {
private static final long serialVersionUID = 1L;
public void generatePdf() {
// assume long automatic calculations here
}
public void calculatePrimes() {
// assume long automatic calculations here
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2010-07-18 08:20 jbpm-4.4\
目录 0 2010-07-18 08:20 jbpm-4.4\examples\
目录 0 2010-07-18 08:20 jbpm-4.4\install\
目录 0 2010-07-18 08:20 jbpm-4.4\install\downloads\
目录 0 2010-07-18 08:20 jbpm-4.4\install\src\
目录 0 2010-07-18 08:20 jbpm-4.4\install\src\cfg\
目录 0 2010-07-18 08:20 jbpm-4.4\install\src\cfg\jbpm\
目录 0 2010-07-18 08:20 jbpm-4.4\install\src\cfg\hibernate\
目录 0 2010-07-18 08:20 jbpm-4.4\install\src\cfg\hibernate\spring\
目录 0 2010-07-18 08:20 jbpm-4.4\install\src\cfg\hibernate\tomcat\
目录 0 2010-07-18 08:20 jbpm-4.4\install\src\cfg\hibernate\jdbc\
目录 0 2010-07-18 08:20 jbpm-4.4\install\src\cfg\hibernate\datasource\
目录 0 2010-07-18 08:20 jbpm-4.4\install\src\cfg\spring\
目录 0 2010-07-18 08:20 jbpm-4.4\install\src\cfg\mail\
目录 0 2010-07-18 08:20 jbpm-4.4\install\src\cfg\logging\
目录 0 2010-07-18 08:20 jbpm-4.4\install\src\cfg\logging\debug\
目录 0 2010-07-18 08:20 jbpm-4.4\install\src\cfg\logging\none\
目录 0 2010-07-18 08:20 jbpm-4.4\install\src\cfg\logging\jdk\
目录 0 2010-07-18 08:20 jbpm-4.4\install\src\hsqldb-server\
目录 0 2010-07-18 08:20 jbpm-4.4\install\src\jboss\
目录 0 2010-07-18 08:20 jbpm-4.4\install\src\jboss\config\
目录 0 2010-07-18 08:20 jbpm-4.4\install\src\jboss\config\deploy\
目录 0 2010-07-18 08:20 jbpm-4.4\install\src\jboss\config\deploy\jbpm\
目录 0 2010-07-18 08:20 jbpm-4.4\install\src\jboss\config\deploy\jbpm\jbpm-enterprise.jar\
目录 0 2010-07-18 08:20 jbpm-4.4\install\src\jboss\config\deploy\jbpm\jbpm-enterprise.jar\me
目录 0 2010-07-18 08:20 jbpm-4.4\install\src\jboss\config\deploy\jbpm\jbpm-service.sar\
目录 0 2010-07-18 08:20 jbpm-4.4\install\src\jboss\config\deploy\jbpm\jbpm-service.sar\me
目录 0 2010-07-18 08:20 jbpm-4.4\install\src\jboss\log\
目录 0 2010-07-18 08:20 jbpm-4.4\install\src\jboss\datasources\
目录 0 2010-07-18 08:20 jbpm-4.4\install\src\tomcat\
目录 0 2010-07-18 08:20 jbpm-4.4\install\src\user-webapp\
............此处省略1550个文件信息
- 上一篇:卫星通信系统
- 下一篇:checkn1x-1.0.6-amd64 .iso
评论
共有 条评论