PART 1CORE SPRING 1 1 Springing into action 3 2 Wiring beans 30 3 Minimizing XML configuration in Spring 64 4 Aspect-oriented Spring 84 PART 2SPRING APPLICATION ESSENTIALS 111 5 Hitting the database 113 6 Managing transactions 146 7 Building web applications with Spring MVC 164 8 Working with Spring Web Flow 199 9 Securing Spring 224 PART 3INTEGRATING SPRING 253 10 Working with remote services 255 11 Giving Spring some REST 277 12 Messaging in Spring 310 13 Managing Spring beans with JMX 333 14 Odds and ends 350
两种应用系统模式: C/S模式与B/S模式 Web 应用(B/S模式)概述 Web文件、HTML语言、HTTP协议、服务器(Web、应用和数据库) CGI、ASP、PHP、Servlet、JSP等。 Java Web 应用的主要技术: JSP、Servlet等组件,JDBC、JSTL和EL等服务。 Java Web 技术的发展阶段: Servlet、JSP、模型、框架。 MyEclipse 中开发Java Web 应用示例
chapter 9 GRAPH ALGORITHMs $I Definitions e G(V,E) where G: =graph, V=V(G): :=finite nonempty set of vertices, andE=E(G): : = finite set of edges. d' Undirected graph:(V;,vi)=(j,vi): =the same edge 6 Directed graph(digraph): :=2* I tailhead