Commit Graph

73 Commits (047ea01f476035e69b427f61ab70d9975c23a49f)

Author SHA1 Message Date
qibaoguang 047ea01f47 Update and rename 67.10 Expose Spring Data repositories as REST endpoint.md to 67.10. Expose Spring Data repositories as REST endpoint.md 2015-04-02 13:12:56 +08:00
qibaoguang b3fea429fb Create 67.10 Expose Spring Data repositories as REST endpoint.md 2015-04-02 13:12:08 +08:00
qibaoguang c1d02d3cdf Update 67.9. Use Spring Data JPA and Mongo repositories.md 2015-04-02 13:08:13 +08:00
qibaoguang 37c42e2a57 Update 67.8. Use a traditional persistence.xml.md 2015-04-02 13:07:47 +08:00
qibaoguang 2bc98294e7 Update 67.7. Use Two EntityManagers.md 2015-04-02 13:07:23 +08:00
qibaoguang b2035b5aec Update 67.6. Use a custom EntityManagerFactory.md 2015-04-02 13:06:54 +08:00
qibaoguang a6b73553fd Update 67.5. Configure JPA properties.md 2015-04-02 13:06:29 +08:00
qibaoguang b1951f5cf2 Update 67.4. Separate @Entity definitions from Spring configuration.md 2015-04-02 13:05:59 +08:00
qibaoguang f9e414e18f Update 67.3. Use Spring Data repositories.md 2015-04-02 13:05:18 +08:00
qibaoguang 6e4c43d220 Update 67.2. Configure Two DataSources.md 2015-04-02 13:04:54 +08:00
qibaoguang 3ae5de5f05 Update 67.1. Configure a DataSource.md 2015-04-02 13:04:28 +08:00
qibaoguang 4163355c67 Update 67. Data Access.md 2015-04-02 13:03:29 +08:00
qibaoguang 117048b30e Update 66.2.1. Use YAML or JSON to configure Log4j 2.md 2015-04-01 00:12:37 +08:00
qibaoguang dda85532f8 Update 66.2. Configure Log4j for logging.md 2015-04-01 00:11:51 +08:00
qibaoguang 37d4962d24 Update 66.1. Configure Logback for logging.md 2015-04-01 00:11:08 +08:00
qibaoguang 208a332473 Update 66. Logging.md 2015-04-01 00:10:31 +08:00
qibaoguang e54256ebf2 Update 65.8. Customize ViewResolvers.md 2015-04-01 00:08:33 +08:00
qibaoguang 44da61d6b6 Update 65.7. Switch off the Default MVC configuration.md 2015-04-01 00:07:40 +08:00
qibaoguang 7fc4ccd940 Update 65.6. Switch off the Spring MVC DispatcherServlet.md 2015-04-01 00:06:27 +08:00
qibaoguang 89cd12dfdf Update 65.5. Handling Multipart File Uploads.md 2015-04-01 00:05:38 +08:00
qibaoguang 1fcd21ca70 Update 65.4. Customize the @ResponseBody rendering.md 2015-04-01 00:03:25 +08:00
qibaoguang af4fd2654e Update 65.3. Customize the Jackson ObjectMapper.md 2015-04-01 00:02:19 +08:00
qibaoguang 995f2e02f6 Update 65.2. Write an XML REST service.md 2015-04-01 00:00:26 +08:00
qibaoguang 853fb87396 Update 65.1. Write a JSON REST service.md 2015-03-31 23:59:16 +08:00
qibaoguang 909a3e61bc Update 64.17.2. Enable HTTP response compression using GzipFilter.md 2015-03-29 00:56:12 +08:00
qibaoguang 687ed9f9d6 Update 64.17.1. Enable Tomcat’s HTTP response compression.md 2015-03-29 00:54:53 +08:00
qibaoguang a1ead00aa4 Update 64.17.1. Enable Tomcat’s HTTP response compression.md 2015-03-29 00:52:36 +08:00
qibaoguang 2845b2956f Update 64.17. Enable HTTP response compression.md 2015-03-29 00:50:58 +08:00
qibaoguang a058cc139e Update 64.16. Create WebSocket endpoints using @ServerEndpoint.md 2015-03-29 00:44:01 +08:00
qibaoguang 1634c0b0fd Update 65. Spring MVC.md 2015-03-29 00:42:00 +08:00
qibaoguang 08e0e639f6 Update 64.15.2. Use Jetty 8 with Gradle.md 2015-03-25 22:46:55 +08:00
qibaoguang 3b1943cd19 Update 64.15.1. Use Jetty 8 with Maven.md 2015-03-25 22:44:34 +08:00
qibaoguang a99275dc4d Update 64.15. Use Jetty 8.md 2015-03-25 22:43:40 +08:00
qibaoguang e191c6701c Update 64.14.2. Use Tomcat 7 with Gradle.md 2015-03-25 22:42:22 +08:00
qibaoguang 2f7af8b68c Update 64.14.1. Use Tomcat 7 with Maven.md 2015-03-25 22:41:43 +08:00
qibaoguang c33d880b0e Update 64.14. Use Tomcat 7.md 2015-03-25 22:41:14 +08:00
qibaoguang fe71089093 Update 64.14. Use Tomcat 7.md 2015-03-25 22:40:41 +08:00
qibaoguang e5f896258b Update 64.13. Enable Multiple Listeners with Undertow.md 2015-03-25 22:39:26 +08:00
qibaoguang 10ec84b5f9 Update 64.12. Configure Undertow.md 2015-03-25 22:36:38 +08:00
qibaoguang 4de9a2415d Update 64.11. Use Undertow instead of Tomcat.md 2015-03-25 22:33:57 +08:00
qibaoguang d40335d9c0 Update 64.10. Configure Jetty.md 2015-03-25 22:27:17 +08:00
qibaoguang c370e16b89 Update 64.9. Use Jetty instead of Tomcat.md 2015-03-25 22:25:43 +08:00
qibaoguang 03ee444c48 Update 64.8. Use Tomcat behind a front-end proxy server.md 2015-03-25 22:24:37 +08:00
qibaoguang dd4daf11a5 Update 64.7. Enable Multiple Connectors with Tomcat.md 2015-03-24 00:38:17 +08:00
qibaoguang 25f95d9e48 Update 64.6. Configure Tomcat.md 2015-03-24 00:37:04 +08:00
qibaoguang b665157a01 Update 64.5. Configure SSL.md 2015-03-24 00:36:22 +08:00
qibaoguang e5b0d27e7e Update 64.4. Discover the HTTP port at runtime.md 2015-03-24 00:35:44 +08:00
qibaoguang 3d32b11457 Update 64.3. Use a random unassigned HTTP port.md 2015-03-24 00:35:06 +08:00
qibaoguang 0d21c5f6f2 Update 64.2. Change the HTTP port.md 2015-03-24 00:34:29 +08:00
qibaoguang 74c3659ad6 Update 64.10. Configure Jetty.md 2015-03-24 00:33:26 +08:00