snowolf

这样的一种生活
posts - 23, comments - 5, trackbacks - 0, articles - 11

02 2006 档案

利用HttpSessionListener实现网站在线人数统计功能

posted @ 2006-02-24 14:51 snowolf 阅读(208) | 评论 (0)  编辑

JSP里request变量列表

posted @ 2006-02-22 13:17 snowolf 阅读(350) | 评论 (1)  编辑

Java Servlet API说明文档
     摘要: Java Servlet API说明文档(2.1a版)  阅读全文

posted @ 2006-02-22 13:02 snowolf 阅读(231) | 评论 (0)  编辑

J2EE 全面简介

posted @ 2006-02-10 18:08 snowolf 阅读(164) | 评论 (0)  编辑

Vector还是ArrayList这是个问题
     摘要: Vector 还是ArrayList――哪一个更好,为什么?  阅读全文

posted @ 2006-02-10 17:46 snowolf 阅读(207) | 评论 (0)  编辑

使用Annotations设计一个MVC框架
     摘要: Model-View-Controller (MVC)是一种软件架构,它可以将应用程序的数据模型,用户接口,以及控制逻辑分开, 使其成为独立的组件.这样一来,对其中一个组件的修改而产生的对其他组件的影响能够被降到最低. 在这篇文章中,你将学习到如何使用annotation来设计一个几乎能够完全去掉model和view之间耦合的继承的MVC的框架.   阅读全文

posted @ 2006-02-10 15:56 snowolf 阅读(273) | 评论 (0)  编辑