
spring
zxjava
Nothing
展开
-
Spring mvc 初体验
这篇文章将教你快速地上手使用 Spring 框架. 如果你手上有一本《Spring in Action》, 那么你最好从第三部分"Spring 在 Web 层的应用--建立 Web 层"开始看, 否则那将是一场恶梦! 首先, 我需要在你心里建立起 Spring MVC 的基本概念. 基于 Spring 的 Web 应用程序接收到 http://localhost:8080/hello.do...2008-06-28 18:33:56 · 135 阅读 · 0 评论 -
常用的 SpringHelper 类方法
import org.springframework.context.ApplicationContext;import org.springframework.context.support.ClassPathXmlApplicationContext;public class SpringHelper { static ApplicationContext ctx = null...2008-05-10 19:34:22 · 1488 阅读 · 0 评论