上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 46 下一页
  2016年4月13日
摘要: Jersey 1.19.1 Getting Started Get started with Jersey using the embedded Grizzly server Get started with a Web application Overview of JAX-RS 1.1 Root 阅读全文
posted @ 2016-04-13 22:32 huey2672 阅读(151) 评论(0) 推荐(0) 编辑
  2016年4月10日
摘要: 1. Maven Dependency <properties> <jersey.version>1.19.1</jersey.version> </properties> <dependencies> <dependency> <groupId>com.sun.jersey</groupId> < 阅读全文
posted @ 2016-04-10 23:01 huey2672 阅读(522) 评论(0) 推荐(0) 编辑
  2016年4月8日
摘要: Getting Started ActiveMQ 的安装 Hello World Configuring Standard ActiveMQ Components Connecting to ActiveMQ Connection Configuration URI ActiveMQ Message 阅读全文
posted @ 2016-04-08 17:16 huey2672 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 程序设计 Java JavaSE Apache Commons Servlet & JSP Maven JMS ActiveMQ WebService CXF Jersey HttpClient Spring MyBatis Quartz Scheduler Ehcache ZooKeeper To 阅读全文
posted @ 2016-04-08 17:15 huey2672 阅读(726) 评论(0) 推荐(0) 编辑
  2016年3月15日
摘要: 1. 下载 run-jetty-run  2. 解压至 Eclipse/MyEclipse 安装目录下的 plugin 3. 右键 web 项工程,选择 Run Configurations,选择 Jetty Webapp, 然后点击左上方的新建按钮。可以修改 Port 和 Context 参数。点 阅读全文
posted @ 2016-03-15 15:44 huey2672 阅读(805) 评论(0) 推荐(0) 编辑
  2016年3月2日
摘要: MyBatis-Spring is a submodule of the MyBatis framework, which provides seamless integration with the popular dependency injection framework, Spring. 1 阅读全文
posted @ 2016-03-02 16:56 huey2672 阅读(491) 评论(0) 推荐(0) 编辑
摘要: Caching data that is loaded from the database is a common requirement for many applications to improve their performance. MyBatis provides in-built su 阅读全文
posted @ 2016-03-02 10:27 huey2672 阅读(247) 评论(0) 推荐(0) 编辑
  2016年3月1日
摘要: MyBatis provides great support with plenty of options for mapping the query results to JavaBeans. But sometimes, we may come across scenarios where we 阅读全文
posted @ 2016-03-01 17:52 huey2672 阅读(2456) 评论(0) 推荐(0) 编辑
摘要: Sometimes, we may need to work with huge volumes of data, such as with tables with millions of records. Loading all these records may not be possible 阅读全文
posted @ 2016-03-01 17:10 huey2672 阅读(633) 评论(0) 推荐(0) 编辑
摘要: If we have a mapped statement that returns multiple rows and we want the results in a HashMap with some property value as the key and the resulting ob 阅读全文
posted @ 2016-03-01 17:05 huey2672 阅读(497) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 46 下一页