
师夷长技以制夷
沙加神
I like to program and write stuff, making things a reality always make me excited.I love open source and I spend most of spare time studying and contributing to it
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
REST vs. SOAP using HTTP – Choosing the Right WebService Protocol
Web Services are the key point of Integration for different applications belonging to different Platforms, Languages, systems. It wouldn’t be wrong if you call Web-services as the “Rendezvous point of...2009-11-23 19:06:04 · 156 阅读 · 0 评论 -
Agile and SOA, Hand in Glove?
[size=medium] A lot of people feel that SOA and agile development bite each other; to agile developers architecture represents big upfront design and ‘death by PowerPoint’. To architects, agile dev...原创 2010-07-07 11:01:05 · 219 阅读 · 0 评论 -
Immutable Data Structures in Concurrent Java Applications!!!
Concurrent applications have multiple threads running simultaneously. Access to data shared by multiple threads requires synchronization which is often a source of fragile and hard to maintain cod...原创 2010-02-02 17:34:23 · 135 阅读 · 0 评论 -
Top 10 Things that JavaScript Got Wrong!!!
[b]reference from http://net.tutsplus.com/tutorials/javascript-ajax/top-10-things-that-javascript-got-wrong/[/b] JavaScript, if only by default, is one of the most popular programming languages...原创 2010-02-14 21:42:17 · 148 阅读 · 0 评论 -
Sofa Is The Best Place to Code (After Bed)
I spend quite a bit of time coding in front of my computer (especially when handling tricky bug hunting…) but there’s two places where I do much of progress: Sofa & Bed I might s...原创 2010-09-19 12:19:13 · 141 阅读 · 0 评论 -
jDepend in Action(学院派作品)
[size=medium] JDepend traverses Java class file directories and generates design quality metrics for each Java package. JDepend allows you to automatically measure the quality of a design in terms ...2010-07-04 10:53:15 · 144 阅读 · 0 评论 -
JSON-RPC VS JAX-WS
What is the best web service solution? JAX-WS ? Sorry, I couldn't agree with you. First JAX-WS is a complicate solution. It Includes:How to exchange XML data? Document or RPCHow to exchange Documen...原创 2011-06-13 12:34:10 · 152 阅读 · 0 评论 -
How to tame java GC pauses? Surviving 16GiB heap and greater
please refer to : http://java.dzone.com/articles/how-tame-java-gc-pauses原创 2011-07-02 11:19:34 · 169 阅读 · 0 评论 -
jvm-serializers
一些Java家族tool的序列化benchmark:http://my.oschina.net/gai/blog/6696原创 2011-08-04 11:06:36 · 207 阅读 · 0 评论