什么是Mixin》的相关内容

tapestry-core :Component Mixins

本文翻译出处 http://tapestry.apache.org/tapestry5/tapestry-core/guide/mixins.html 本人翻译目的是用来学习Tapestry5的,共享出来希望大家批评指正。计划持续翻译。 Component Mixins 组件混合 Tapestry 5 includes a radical feature, component mixins. ...
by chinajavawolf 2007-05-08 浏览 (533) 回复 (0) 关键字: tapestry5

tapestry-core :Component Classes

本文翻译出处 http://tapestry.apache.org/tapestry5/tapestry-core/guide/component-classes.html 本人翻译目的是用来学习Tapestry5的,共享出来希望大家批评指正。计划持续翻译。 chinajavawolf   Component Classes 组件类 Component classes in ...
by chinajavawolf 2007-05-09 浏览 (363) 回复 (0) 关键字: tapestry5

tapestry-core :Component Classes

本文翻译出处 http://tapestry.apache.org/tapestry5/tapestry-core/guide/component-classes.html 本人翻译目的是用来学习Tapestry5的,共享出来希望大家批评指正。计划持续翻译。 Component Classes 组件类 Component classes in Tapestry 5 are much easie ...
by chinajavawolf 2007-05-03 浏览 (797) 回复 (1) 关键字: tapestry5

无类语言的OOP(JavaScript描述)

本文以 JavaScript 语言为例,介绍了无类面向对象语言中实现各种面向对象概念的方法。值得注意的是,下面所说的并非“奇技淫巧”,其中的大部分都是计算机科学家们在设计无类语言时就已经确立了的模式,少部分是我借鉴其它语言的经验已经对前辈们思想的理解给出了完备化技术。 阅读本文至少需要对 JavaScript 语言“特别”的对象机制以及函数的运行上下文有所了解。如果您还对 JavaScript 对 ...
by Lich_Ray 2007-06-12 浏览 (18160) 回复 (26) 关键字: 面向对象

自己翻译的Java.In.A.Nutshell.5th中泛型一章,欢迎拍砖把文章砸的漂亮一些

做些说明吧:转网页的东西,改起来稍觉得的麻烦,就可能滞后。不过pdf文件会不定时的及时更新 4.1. Generic Types Generic types and methods are the defining new feature of Java 5.0. A generic type is defined using one or more type variables and has ...
by Julysea 2006-09-21 浏览 (11350) 回复 (19) 关键字:

为什么是 XML 而不是 Lisp?!

我最近一直在思考这个问题。理论上来说,XML 的描述能力绝对在 Lisp/Scheme 的 S-exp 之下;XML 能表示的 S-exp 都能表示,比方说用 XMLisp,但反过来就不行了。而且更重要的是,Lisp 中是编程语言,而 XML 想做到这一点很困难。看到网上一篇文章,和我的想法很类似(http://www.stylusstudio.com/xsllist/200001/post403 ...
by Lich_Ray 2007-06-30 浏览 (1682) 回复 (6)

Flex With Spring [转]

来源: http://coenraets.org/flex-spring What is Spring?Spring is one of the most popular Java frameworks. The foundation ofthe Spring framework is a lightweight component container thatimplements ...
by mikel 2007-11-23 浏览 (1186) 回复 (1)

The Problem with Programming

转自: http://www.techreview.com/InfoTech/17831/page1/ Bjarne Stroustrup, the inventor of the C++ programming language, defends his legacy and examines what's wrong with most software code. 引用 In the 1 ...
by qiezi 2006-12-06 浏览 (1076) 回复 (2)

在Grails中如何配置过滤器?我找不到web.xml!

突然发现找不到地方写过滤器配置,因为WEB-INF中没有web.xml文件! 使用grails war生成的war包中倒是有,看来是临时生成的! 现在我想配置自己的过滤器该往哪里写?!
by zengsun 2007-12-02 浏览 (861) 回复 (10)

fw:生命三角——地震求生

My name is Doug Copp. I am the Rescue Chief and Disaster Manager of the American Rescue Team International (ARTI), the world\\\'s most experienced rescue team. The information in this article will sav ...
by swflora 2008-05-18 浏览 (42) 回复 (1)

Martin Flower分析Groovy和JRuby的前景

Martin Flower最近在自己的网站上面写了一篇分析Groovy和JRuby前景的文章: http://martinfowler.com/bliki/GroovyOrJRuby.html Groovy和JRuby是两个目前在JVM平台上面关注程度非常高的动态脚本语言,他们都比较适合用来做为领域专用语言(DSL)嵌入Java企业应用当中。而且目前Groovy和JRuby的发展都相当迅速,社 ...
by robbin 2007-12-09 浏览 (3863) 回复 (13) 关键字: groovy jruby

NetBeans6.5 M1 众多期待的特性一览表!

NetBeans6.5 M1 众多期待的特性一览表! Netbeans 6.5 M1 已经发布,最新版本的NetBeans 增强了许多功能,同时也引入了许多值得期待的新特性. 其中我比较喜欢的是DataBase 的改进,Eclipse 项目导入变得比以前更方便了,可以正确的区分Web项目 和普通项目,还有Spring   Hibernate 增强. GUI 中新增了JD ...
by gml520 2008-06-25 浏览 (4266) 回复 (16) 关键字: netbeans 6.5 m1

Ruby,Python不能威胁到Java的13个理由

  最近,danielstoner发表了一篇题为13 reasons why Ruby, Python and the gang will push Java to die… of old age的文章。文中作者的观点是:目前这些XX语言都不足以威胁到Java,Java真正的危险不是来自外部,而是其本身。作者通过列举一些数据并进行分析得到了13个理由来支持自己的结论。   首先,作者从TIOBE上 ...
by Eastsun 2008-05-29 浏览 (5048) 回复 (20) 关键字: ruby python scala groovy java引用 编辑 收藏

相关问答

赞助商链接