osworkflow 练习 之 beanshell[1]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

下面我将osworkflow的各个部分职能的小测试写一下,以便比较全面的掌握osworkflow

Beanshell部分:

要把bshjar 包放到classpath中。

如做个简单的测试:

public class SimpleBeanShell {

       private int count;

 

       public int getCount() {

              return count;

       }

 

       public void setCount(int count) {

              this.count = count;

       }

}

过程定义这样写一下:

本文关键:osworkflow 练习 之 beanshell
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top