自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (48)
  • 收藏
  • 关注

原创 activemq-in-action学习

activemq-in-action出版时间2011年,是5年前出版的技术参考书,目前没有更新版本。书中示例是基于activemq-5.3.2。书中使用的版本是activemq-5.4.1,目前activemq官网上已更新到5.14.0各个版本提供的特性在http://activemq.apache.org/download-archives.htmlactivemq是java

2016-03-05 20:19:40 1198

转载 How to create XML validator from XML schema?

How to create XML validator from XML schema?public static void main(String[] args) throws Exception { // http://www.java-tips.org/java-se-tips-100019/170-javax-xml-validation/1733-how-to-creat

2015-08-11 13:08:59 357

原创 main app方式启动servlet容器(Jetty) 测试web程序

pom文件添加以下Jetty依赖 org.eclipse.jetty jetty-webapp 8.1.15.v20140411 <dependency> <groupId>org.apache.cxf</groupId> <artifact

2015-05-24 15:41:24 872

翻译 Spring Integration in action 3 - 集成系统

8 通过XML负载处理消息8.1 XML消息传递8.1.1 Marshalling LegQuoteCommand into XML8.1.2 Enriching the leg quote using XSLT8.1.3 XPath support8.1.4 Splitting hotel, car rental, and flight quotes8.1.5 基于 XML负载路由消息8.1.6

2015-04-13 00:27:57 845

翻译 Spring Integration in action 2 - 消息传递(Messaging)

3 消息(Messages)和管道(channels)3.1 介绍Spring Integration Messages3.1.14 消息端点(Message Endpoints)5 着手去处理业务6 超越顺序处理 : 路由和过滤7 分裂和聚合消息

2015-04-11 19:46:44 1849 1

翻译 Spring Integration In action读书笔记 Part1 - 背景介绍

1. Spring Integration介绍1.1 Spring Integration架构1.2 Spring Integration 对企业集成模式的支持1.3 企业集成模式契合控制反转1.4 Say Hello 应用到Spring Integration1.5 总结2. 企业集成基础2.1 松耦合与事件驱动架构2.2 同步通信和异步通信2.3 企业集成风格的比较2.4 总结

2015-04-11 16:59:36 999

原创 Java Web Services Up and Running 2nd阅读笔记

Java Web Services Up and Running 2nd阅读笔记web service发展XML-RPC 基于HTTP传输,XML格式的文本,轻量级Distributed Object Architecture 如J2EE, 基于java RMI (远程方法调用) 重量级, import java.util.List; public interface BenefitsSer

2015-04-09 21:41:40 547

Java EE 7 Development with WildFly

Java EE 7 Development with WildFly

2015-11-22

HornetQ Messaging Developer's Guide.pdf

HornetQ是java开源实现的消息系统框架,性能上比ActiveQ要好一些,被集成到JBoss的消息服务中。 Table of Contents Preface 1 Chapter 1: Getting Started with HornetQ 9 Chapter 2: Setting Up HornetQ 31 Chapter 3: Basic Coding with HornetQ: Creating and Consuming Messages 53 Chapter 4: Monitoring HornetQ 77 Chapter 5: Some More Advanced Features of HornetQ 93 Chapter 6: Clustering with HornetQ 113 Chapter 7: Divert and Filter Messages 133 Chapter 8: Controlling Message Flow 149 Chapter 9: Ensuring Your HornetQ Security 163 Chapter 10: HornetQ in JBoss Environment 183 Chapter 11: More on HornetQ Embedding 201

2015-11-21

Pro.Spring.MVC.With.Web.Flow.英文版+源码

Pro.Spring.MVC.With.Web.Flow.英文版+源码

2015-11-10

深入理解Java虚拟机-JVM高级特性与最佳实践(第二版)

深入理解Java虚拟机-JVM高级特性与最佳实践(第二版); 非扫描,赏心悦目,文字清晰可复制粘贴,有书签。文件大小少于20M,很好地资料。

2015-10-27

Eclipse Modeling Framework 2nd Edition

之前下载的书签是坏的,逐一修复了每个章节的书签链接。 This book is a comprehensive introduction and developer's guide to the Eclipse Modeling Framework (EMF). EMF is a powerful framework and code generation facility for building Java applications based on simple model definitions. Designed to make modeling practical and useful to the mainstream Java programmer, EMF unifies three important technologies: Java, XML, and UML. Models can be defined using a UML modeling tool or an XML Schema, or even by specifying simple annotations on Java interfaces. In this last case, the developer writes just a subset of abstract interfaces that describe the model, and the rest of the code is generated automatically and merged back in.

2015-08-09

pro springMVC samples

pro springMVC samples

2015-05-14

PHP cookbook 3rd edition

PHP cook book 2014最新版

2015-04-06

Apache CXF 架构指南

网上找的资料,file:///D:/download/www_open_open_com_lib_view_open1363933599250_html.pdf 转成了PDF, 总共10页。 本文旨在介绍CXF架构,以便对CXF有一个快速的理解。 一、架构目标和约束 Apache CXF 服务框架旨在构建服务所必须的基础组件。目标有许多,其中包括 下几方面: 1. 可嵌入式 2. 高性能 3. 易配置 4. 直观易用 5. 前后端(front-end)与核心代码完全分离 6. 数据格式化支持 7. 数据绑定支持 8. 协议绑定支持 9. 多种层传输支持 10. 多种编程语言支持 11. WS-*和相关特性支持 12. 代码生成工具盒WSDL验证工具 13. 灵活部署

2015-03-15

cxfdemo for both soap and restful style WS

结合网上的例子,在本地搭建并且跑通了的基于CXF的例子,soap webservice 和 restful webservice的混搭模式. 依赖cxf 3.0.4 测试工具SOAPUI 5.0 服务器 tomcat 7 浏览器 chrome

2015-03-15

maven-source-without-ratCheck

maven源代码的POM文件有一个apache-rat-plugin检查license, 会导致编译报错, 加了plugin-manager使得跳过apache-rat-plugin。

2015-01-26

Hadoop实战-第二版-陆嘉恒 (2012版)

1. Hadoop简介 2. Hadoop安装配置 3. MapReduce计算模型 4. MapReduce应用程序 5. MapReduce应用案例 6. MapReduce工作机制 7. Hadoop I/O操作 8. 下一代MapReduce: Yarn 9. HDFS简介 10. HDFS文件结构 11. Hive详解 12. HBase详解 13. Mahout简介 14. Pig详解 15. ZooKeeper详解 16. Avro详解 17. Chukwa详解 18. Hadoop的常用插件与开发 19. Hadoop在yahoo的应用 附录A: 云计算在线监测平台 附录B: Hadoop安装、运行、使用说明 附录C:使用DistributedCache的MapReduce程序 附录D:使用ChainMapper和ChainReducer的MapReduce程序

2015-01-10

Nginx模块开发与架构解析

Nginx模块开发领域的里程碑之作,阿里巴巴资深Nginx技术专家多年工作经验结晶 深度还原Nginx设计思想,揭示快速开发简单高效Nginx模块的技巧;透彻解析Nginx架构,拓展开发高性能Web服务器的思路

2013-10-16

Java 7 Concurrency Cookbook

Java 7 Concurrency Cookbook

2013-06-19

Secrets of the JavaScript Ninja

Secrets of the JavaScript Ninja

2013-05-17

CSS3实用指南(英文版)

《CSS3实用指南》是一本传播很广的关于CSS3应用方面的图书。它介绍了如何应用CSS3才能比传统方法更加高效、灵活地实现一些常见而优美的网页设计效果。本书通过一系列务实而创新的项目,在实践中为读者讲解CSS3 应用的前沿技巧。另外本书还整理了每一项CSS3属性、选择器和值的使用方法,为读者提供了示例之外的实用性极强的实践指导。   本书适合网站开发人员与网页设计师阅读。

2013-05-17

Manning.OSGi.in.Action.Apr.2011.pdf

Manning.OSGi.in.Action.Apr.2011.pdf

2012-02-04

just spring

这是我见过的章节最少的文档。总共分为5章 Spring Basics Spring Beans Advanced Concepts Spring JMS Spring Data

2012-01-11

Java_Performance

Java Performance Java Performance Java Performance

2011-12-18

TCP.IP.Sockets.in.Java.2nd.Edition

TCP.IP.Sockets.in.Java.2nd.Edition

2011-10-29

Sams.MySQL.Crash.Course.Dec.2005.chm

没有艰深的关系数据库理论,一本让你快速上手mysql的速查手册。 书中每一命令操作都有例子解释以及注意事项等

2010-11-15

expert mysql(深入理解mysql)-英文版

是英文版的书,希望不要特别感冒。 已经熟练使用了mysql,还想进一步了知道mysql数据库底层如何实现的,看看mysql的源代码实现,不妨读一读这本书。我也是刚刚在看,源代码正好帮你回顾下C语言,呵呵。

2010-11-15

Effective_Java_2nd_en.pdf

写高效java代码的忠告,作者参与设计了大量的jdk API,所以很有发言权

2010-10-11

Oracle Plsql By Example 4Th-代码示例-11g.rar

Oracle Plsql By Example 4Th-代码示例-11g.rar

2010-10-11

Oracle Plsql By Example 4Th (oracle 11g)

Oracle Plsql By Example 4Th Ed-759P-2009-Prentice Hall.pdf 请安装oracle11g,然后进行学习

2010-10-11

Jakarta Commons Cookbook

Jakarta Commons Cookbook.chm

2009-10-09

High.Performance.MySQL_Second.Edition

High.Performance.MySQL_Second.Edition

2009-10-09

java敏捷编程(原版)含代码

Agile Java Crafting Code with Test-Driven Development 是外文的,含源码实例。<br>每一个例子都很细,讲得很慢,让人看了有点耐不住性子,

2008-03-04

Practical Apache Struts2 Web 2.0 Projects

struts 2的api查询文档, Ian Roughley 写的APress - Practical Apache Struts2 Web 2.0 Projects.2007.pdf<br>是外文的,正好可以锻炼下英文阅读

2008-03-04

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除