# java-case **Repository Path**: jerrydai/java-case ## Basic Information - **Project Name**: java-case - **Description**: sample code - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-10 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sample code 代码训练场 ## 1. java-code 主要是 java 体系中的技术 ### 1.1 proxy * [fun.lsof.javacore.proxy.dynamic](https://github.com/JerryDai90/java-case/tree/master/java-core/proxy/src/main/java/fun/lsof/javacore/proxy/dynamic):使用JDK Proxy 实现 spring 的 ProxyFactory ## 2. spring 主要是 spring 体系中的技术 ### 2.1 aop * [fun.lsof.spring.aop.config4xml](https://github.com/JerryDai90/java-case/tree/master/spring/aop/src/main/java/fun/lsof/spring/aop/config4xml):aop 基于xml的配置方式示例 * [fun.lsof.spring.aop.dynamicproxy](https://github.com/JerryDai90/java-case/tree/master/spring/aop/src/main/java/fun/lsof/spring/aop/dynamicproxy/jdk):直接使用原生动态代理示例 * [fun.lsof.spring.aop.hardcode](https://github.com/JerryDai90/java-case/tree/master/spring/aop/src/main/java/fun/lsof/spring/aop/hardcode):直接使用代码构建 ### 2.2 ioc * [fun.lsof.spring.ioc.simulation](https://github.com/JerryDai90/java-case/tree/master/spring/ioc/src/main/java/fun/lsof/spring/ioc/simulation):模拟写一个简单的依赖注入 ### 2.3 xml * [fun.lsof.spring.xml.extension](https://github.com/JerryDai90/java-case/tree/master/spring/xml-extension):扩展xml解析范例