搜索资源列表
darzeeejulp
- 利用java反射机制,根据基于O/R映射的数据持久层框架的设计方案,采用反射机制实现了域对象(Domain Object)信息的动态加载-use java reflex mechanism, based upon the O / R mapping data persistence layer framework for the design, reflex mechanisms used to achieve the target domain (Domain Object) informat
JAVE
- 稿件名称:基于JAVA的JNDI技术和反射机制 稿件作者:段谟意 源代码名称:WEB-INF 调试环境:Win XP;Tomcat, JVM:JDK 1.5.2 -releases name : Based on Java technology and JNDI reflex mechanism releases Author : Jammu views of the source code names : WEB-INF debugging en
speedframework-1.0.8.src
- Speedframework--基于类型元数据的羽量级ORM.完全基于Java类型元数据和反射机制同时不需要任何对象关系映射配置文件的轻量级ORM框架,它充分利用了类型本身的信息,使用Metadata Reflector完全消除了映射文件所带来的维护成本 除了支持直接对象存储加载等操作,同时也支持使用SQL进行数据库操作,Speed框架直接推导用户所提供的SQL以实现数据库操作,同时也提供轻量级对象标识缓存和查询缓存,有效提高了系统性能-Speedframework -- based on th
ShowClass
- 学习java反射机制的java例子,演示了如何使用Java反射机制
Javafanshe
- Java反射机制剖析。里面有关于Java反射很详细的讲解。
java+JDK+examples
- 本代码以J2SE 5.0为开发环境,选取Java应用的典型实例,循序渐进地介绍了Java语言的各种开发方法和技巧。共有19个章节,169个实例,内容涉及Java的语言基础、面向对象程序设计、数字处理、数组与集合、字符串、异常处理、文件操作、多线程、Swing编程、图形和多媒体编程、反射机制、网络程序设计、数据库编程、Applet、Java与XML、Java Mail、JSP与Servlet,并专门用一章介绍J2SE 5.0的新特性。
java_reflect
- java 反射机制详解示例,实现类属性及方法修改
Java_reflect.rar
- 利用反射机制对属性赋值,主要用于对javabean的自动赋值,The use of reflective properties of the assignment mechanism, mainly used for the automatic assignment javabean
ObjectCopy2
- 利用JAVA的反射机制进行对象浅拷贝,非常简单的实现共享给大家。-JAVA reflection mechanism object shallow copy, very simple for everyone to share.
CopyUtil
- 通过JAVA的反射机制实现对象属性的拷贝-JAVA reflection through the mechanisms of the copy object properties
MyStruts
- 一个学习Java反射的例子,通过Java反射机制实现的一个超小的类struts框架-struts
Java
- java的反射机制的代码实例,主要是如何在java里应用反射
reflection
- 有关Java反射的相关示例代码,详细使用的反射机制中的相关方法-Java reflection on the relevant sample code, detailed the use of the reflection of the correlation method
JavaTCPUDP
- Java中hash码问题、对象的克隆技术、比较器的使用及Class类的反射机制-Java problems in the hash code, object cloning, the use of the comparator and the Class class reflection
java_reflex_mechanism
- 讲解JAVA一个非常重要的反射机制,里面还包含有简单的例子-JAVA explain a very important reflection mechanism, which also contains a simple example
java
- java反射机制,这是一个java反射机制的例子,有助于对java反射机制的理解-java reflection mechanism, which is an example of a java reflection mechanism to help the understanding of java reflection
15
- 第15章:Java反射机制。给大家做的实在的,JAVA开发视频系列代码,共22章。-this is the first part of the series of the research of the java,beleve me.
tools
- 利用java反射机制,根据简单的对象生成相应的xml文件,实现的CRUD-Using java reflection mechanism, based on simple objects generate the xml file, to achieve the CRUD
loadclass
- 通过Java反射机制使用各种子类的自动调用,是实现反射类应用的标准框架。-Java reflection mechanism by using a variety of sub-class is automatically called, is to achieve a standard framework for reflection-type applications.
JAVA中的反射机制详解
- Java反射机制主要提供了以下功能: 在运行时判断任意一个对象所属的类;在运行时构造任意一个类的对象;在运行时判断任意一个类所具有的成员变量和方法;在运行时调用任意一个对象的方法;生成动态代理。(Java reflection mechanism provides the following functions: to determine an arbitrary object class at runtime; object to construct an arbitrary class at