commons-beanutils-1.9.2包含全部jar包源码及API文档

时间:2018-10-26 03:48:58
【文件属性】:

文件名称:commons-beanutils-1.9.2包含全部jar包源码及API文档

文件大小:2.33MB

文件格式:RAR

更新时间:2018-10-26 03:48:58

beanutils jar包 api文档 spring bean

Commons BeanUtils Most Java developers are used to creating Java classes that conform to the JavaBeans naming patterns for property getters and setters. It is natural to then access these methods directly, using calls to the corresponding getXxx and setXxx methods. However, there are some occasions where dynamic access to Java object properties (without compiled-in knowledge of the property getter and setter methods to be called) is needed. Example use cases include: Building scripting languages that interact with the Java object model (such as the Bean Scripting Framework). Building template language processors for web presentation and similar uses (such as JSP or Velocity). Building custom tag libraries for JSP and XSP environments (such as Jakarta Taglibs, Struts, Cocoon). Consuming XML-based configuration resources (such as Ant build scripts, web application deployment descriptors, Tomcat's server.xml file). The Java language provides Reflection and Introspection APIs (see the java.lang.reflect and java.beans packages in the JDK Javadocs). However, these APIs can be quite complex to understand and utilize. The BeanUtils component provides easy-to-use wrappers around these capabilities.


【文件预览】:
commons-beanutils-1.9.2-bin.zip
commons-beanutils-1.9.2-src.zip

网友评论

  • 资源很好,值得下载
  • 资源很好,很有用。
  • 资源还可以,是我想要的~