Java
iteye_9674
这个作者很懒,什么都没留下…
展开
-
JSF: Managed Bean VS. Backing Bean
(Quoted from [url=http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=82&t=000951]here[/url])Managed bean is about how the bean is created and initialized. As you know, jsf uses t...原创 2007-12-17 16:07:51 · 154 阅读 · 0 评论 -
ParameterizedType
[code](Class ) ((ParameterizedType) getClass().getGenericSuperclass()).getActualTypeArguments()[0];[/code]the code above causes a cast exception: [code]java.lang.Class cannot be cast to java.l...原创 2007-12-24 14:35:03 · 109 阅读 · 0 评论 -
泛型DAO(翻译)
[size=24][color=brown]泛型DAO[/color][/size]原文地址:[url]http://www.hibernate.org/328.html[/url][color=darkred]由于本人能力有限,加上来不及校对, 难免有些地方出现错误或者表达得不是特别准确,欢迎批评指正.[/color]这是一个来自[url=http://caveatemp...2007-12-27 02:34:45 · 215 阅读 · 0 评论