快速业务通道

动态表单及动态建表实现原理 - 编程入门网

作者 佚名技术 来源 NET编程 浏览 发布时间 2012-06-21
formAttribute遇協          Map map = new HashMap();          map.put("name", "limq");          // 距喘insert圭隈峨秘方象          int c = (Integer) groovyObject.invokeMethod("insert", map);          // 距喘getAll圭隈資誼侭嗤強蓑燕嶄議方象          Object o = groovyObject.invokeMethod("getAll", null);          List list2 = (List) o;          Object obj = list2.get(0);          try {              String tname = (String) BeanUtils.getDeclaredProperty(obj, "name");              System.out.println(tname);          } catch (IllegalAccessException e) {              e.printStackTrace();          } catch (NoSuchFieldException e) {              e.printStackTrace();          }          // 距喘search圭隈臥儂強蓑燕          List<Map> returnList = (List) groovyObject.invokeMethod("search", map);          for (Map map2 : returnList) {              // 揖尖緩侃功象FromAttribute遇協              System.out.println(map2.get("id"));              System.out.println(map2.get("name"));              System.out.println(map2.get("type"));          }      }

FormGenerator ? 幹秀恵諒方象垂Groovy旗鷹

public class FormGenerator {      protected  Map root = new HashMap();      private static Logger log = LoggerFactory.getLogger(FormGenerator.class);          protected String path ;          protected String packageName ;          private Form form ;          protected Configuration getConfig(String resource) {               Configuration cfg = new Configuration();              cfg.setDefaultEncoding("UTF-8");              cfg.setClassForTemplateLoading(this.getClass(), resource);              return cfg;          }          public FormGenerator(Form form){              this.form = form;          }          public String generator(){              String returnstr = null;              Template t;              try {                  t = getConfig("/template").getTemplate("FormService.ftl");                  //Writer out = new OutputStreamWriter(new FileOutputStream(new File(path)),"UTF-8");                  Writer out = new StringWriter();                  t.process(getMapContext(), out);                  returnstr = out.toString();                  log.debug(returnstr);              } catch (IOException e) {                

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号