snowolf

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

JAVA类

posted @ 2006-04-13 12:28 snowolf 阅读(163) | 评论 (0)  编辑 |

posted @ 2006-04-13 12:27 snowolf 阅读(186) | 评论 (0)  编辑 |

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

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

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

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

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

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

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

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

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