
Java
文章平均质量分 96
iteye_14735
这个作者很懒,什么都没留下…
展开
-
看到一本关于jersey的书
《Java RESTful Web Service实战》 【下面的文字全部转自某论坛,不代表个人观点】RESTful Web服务的书一直很少,记得O'Reilly出过一本,还有Packt出过两本CXF和Axis2的入门书,都没翻译到国内。想看看这本书, ———————————————————————— 1.REST究竟是什么?是一种新的技术、一种新的架构、还是一种新的规范? REST即表...原创 2015-02-25 11:18:29 · 168 阅读 · 0 评论 -
JAVA注解【转】
How do Annotations Work In Java? (转自http://java.dzone.com/articles/how-annotations-work-java) Annotations have been a very important part of Java and it’s been there from the ...原创 2015-03-12 10:43:15 · 224 阅读 · 0 评论 -
Java异常处理最佳实践
Java Exception Handling Tutorial with Examples and Best Practices Pankaj July 25, 2013 Java Exception is an error event that can happen during the execution of a program and disrupts...原创 2015-03-12 12:08:17 · 757 阅读 · 0 评论