Skip to content

Commit b7fb5be

Browse files
committed
update j2ee
1 parent f062c8c commit b7fb5be

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

J2EE学习之路.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
* java sampleexamples: http://java.sampleexamples.com/
2121
* java examples: http://www.javased.com/
2222
* java papers: http://javapapers.com/
23+
* http://www.programcreek.com/
2324

2425

2526
## Java tutorial
@@ -79,6 +80,9 @@
7980
* Need to suppress “Warning: running an XSLT 1.0 stylesheet with an XSLT 2.0 processor” in Tomcat std out log file: http://stackoverflow.com/questions/4445481/need-to-suppress-warning-running-an-xslt-1-0-stylesheet-with-an-xslt-2-0-proce
8081
* Java 授权内幕: http://www.ibm.com/developerworks/cn/java/j-javaauth/
8182
* ServletInputStream的重复读取(多次读取)(转): http://www.cnblogs.com/jiangxinnju/p/5709378.html
83+
* Character Sets and Unicode: Java.I.O.2nd.Edition.May.2006.chm
84+
* 99%的人都理解错了HTTP中GET与POST的区别: http://web.jobbole.com/88068/
85+
* Java中的SPI(Service Provider Interface)介绍及示例: http://blog.csdn.net/fenglibing/article/details/7083071
8286

8387

8488

@@ -901,6 +905,13 @@ JavaDoc: https://storm.apache.org/javadoc/apidocs/index.html
901905
* Binary JSON with bson4jackson: http://www.michel-kraemer.com/binary-json-with-bson4jackson
902906

903907

908+
## neethi
909+
910+
* http://ws.apache.org/neethi/
911+
* https://www.w3.org/TR/ws-policy/
912+
913+
914+
904915
## JDOM
905916

906917
* http://www.jdom.org/
@@ -989,6 +1000,13 @@ JavaDoc: https://storm.apache.org/javadoc/apidocs/index.html
9891000
* https://github.com/SableCC/sablecc
9901001

9911002

1003+
## cglib
1004+
1005+
* https://github.com/cglib/cglib
1006+
* cglib动态代理介绍(一): http://blog.csdn.net/xiaohai0504/article/details/6832990
1007+
* Java动态代理机制详解(JDK 和CGLIB,Javassist,ASM): http://blog.csdn.net/luanlouis/article/details/24589193
1008+
1009+
9921010

9931011
## 分词
9941012

0 commit comments

Comments
 (0)