
BPM
tl_ang
网球爱好者
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Mandarax的改进方向(From mandarax maillist)
From: sabari Passing Collection of objects and multiple arguments 2004-01-12 08:05 Hi, We prefer to use mandarax as the rule engine in our Hospital Information System. To begi原创 2004-10-19 10:20:00 · 1048 阅读 · 0 评论 -
Mandarax的判断某Object是否在某集合中的Predicate
/* * Copyright (C) 1999-2004 Aaron>mailto:tangliang@kongzhong.com">Aaron Tang * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General P原创 2004-10-21 09:08:00 · 1033 阅读 · 0 评论 -
Mandarax查询之后判断ResultSet中是否存在answer的方法
注意到在mandarax自己提供的crm例子中有: public Discount getDiscount() { try { return (result == null) ? null : (Discount) result.getResult(Discount.class,QUERY_VARIABLE); } catch (InferenceException x) { ret原创 2004-11-02 21:01:00 · 1160 阅读 · 0 评论 -
Project 2007 PWA项目的checkout
将Project 2007项目向web发布之后,如果要更新pwa中的项目信息,再次从project 2007中选择发布是不能更新的,需要登录到pwa中,选择该项目,然后点击,触发checkout,更新完之后会提示是否check in再次查看需要在it中输入地址http://pwaserver/pwa,然后点击左侧的项目中心,选择该项目原创 2008-02-25 11:39:00 · 754 阅读 · 0 评论