Topic: 不写代码了,只要配置xml能完成基本业务操作把 |
Print this page |
1.不写代码了,只要配置xml能完成基本业务操作把 | Copy to clipboard |
Posted by: andiyang Posted on: 2004-08-17 16:22 只要定义一个xml文件,就可以完成基本业务操作 <dataeditor name="dataeditor1" dataset="dataset1" complex="false"> <security role="anon1" rule="and ${modelAlias}.userid like 'tom%'"/> <field name="userid"> <label>用户ID</label> <datatype>string</datatype> <required>true</required> <pkey>true</pkey> </field> <field name="email"> <label>电子邮件</label> <required>true</required> </field> <field name="firstname"> <label>用户名</label> <required>true</required> </field> <field name="addr1"> <label>联系地址</label> <required>true</required> 定义为选择框UI,showytpe包括list,dynamic,select等几种 <showtype>dynamic</showtype> <dropdown>userAddress</dropdown> </field> <field name="bannerdata"> <label>宠物类别</label> <required>true</required> 定义外键,引用到外部的model <fkey ref="Bannerdata" field="favcategory"/> <showtype>list</showtype> <dropdown>favcategory</dropdown> </field> </dataeditor> 定义好这些该模块你就已经完成了,然后启动服务器在浏览器输入http://host:8080/webapp/extreme/standardAction.jspa?modelName=Useraccount |
2.Re:不写代码了,只要配置xml能完成基本业务操作把 [Re: andiyang] | Copy to clipboard |
Posted by: andiyang Posted on: 2004-08-18 23:12 没人关注? |
3.Re:不写代码了,只要配置xml能完成基本业务操作把 [Re: andiyang] | Copy to clipboard |
Posted by: waspxyz Posted on: 2004-08-21 07:13 怎么不能下载使用体验一下 |
4.Re:不写代码了,只要配置xml能完成基本业务操作把 [Re: andiyang] | Copy to clipboard |
Posted by: dingyd Posted on: 2004-08-21 16:03 通过XML文件来生成代码,已经不是什么新鲜的东西了,不过感觉老兄的东西 好象太简单了一点。 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |