Google Guice 用戶手冊之 閱讀筆記
摘要: Google Guice 是一個類似 Spring 那樣的條件注入 (IoC)庫。與Spring 不同的是,Guice輕巧,不用XML。Guice 的配置模塊就是 Java 類,因此可以得到編譯器的支持和檢查。本文是閱讀 Guice 手冊后的總結(jié)。 閱讀全文
posted @ 2009-12-30 18:55 bing 閱讀(2201) | 評論 (1) 編輯
Kava Pava Gava Tava Nava Zava Javaeverything about Java
隨筆 - 15, 文章 - 0, 評論 - 1, 引用 - 0
|
12 2009 檔案Google Guice 用戶手冊之 閱讀筆記
摘要: Google Guice 是一個類似 Spring 那樣的條件注入 (IoC)庫。與Spring 不同的是,Guice輕巧,不用XML。Guice 的配置模塊就是 Java 類,因此可以得到編譯器的支持和檢查。本文是閱讀 Guice 手冊后的總結(jié)。 閱讀全文
posted @ 2009-12-30 18:55 bing 閱讀(2201) | 評論 (1) 編輯 Exploring Vaadin (6) - summary of several classes
摘要: Something about:
Abstract Class PropertyFormatter Abstract Class AbstractSelect Interface FormFieldFactory Abstract Class AbstractField 閱讀全文 posted @ 2009-12-30 14:05 bing 閱讀(646) | 評論 (0) 編輯 Exploring Vaadin (5) 閱讀 com.vaadin.data.util.BeanItem 源代碼
摘要: 如題,閱讀 com.vaadin.data.util.BeanItem 源代碼的筆記 閱讀全文
posted @ 2009-12-23 18:10 bing 閱讀(360) | 評論 (0) 編輯 Exploring Vaadin (4) 閱讀 com.vaadin.data.util.MethodProperty 源代碼
摘要: 閱讀 com.vaadin.data.util.MethodProperty 源代碼的筆記。閱讀 MethodProperty 的目的是因為這個類是 Property,同時處理 Bean 的屬性。本以為可能會牽扯到 Vaadin 處理類型轉(zhuǎn)換的地方,可以了解一下 Vaadin 是如何操作的。結(jié)果發(fā)現(xiàn)錯了。應(yīng)該看看 com.vaadin.data.util.PropertyFormatter ,才是用來進行類型轉(zhuǎn)換的。 閱讀全文
posted @ 2009-12-23 17:35 bing 閱讀(408) | 評論 (0) 編輯 Exploring Vaadin (3) 閱讀 com.vaadin.ui.Form 源代碼
摘要: 閱讀 com.vaadin.ui.Form 源代碼的筆記 閱讀全文
posted @ 2009-12-23 16:10 bing 閱讀(740) | 評論 (0) 編輯 Exploring Vaadin (2) - Vaadin + Hibernate discussions on Internet
摘要: Study of discussions on Internet about Vaadin + Hibernate 閱讀全文
posted @ 2009-12-16 15:52 bing 閱讀(2210) | 評論 (0) 編輯 總結(jié) Hibernate 的 Optimistic Concurrency Control
摘要: 帶有版本標記的 Optimistic Concurency Control 是唯一既能提供高度并發(fā),又能提供可擴展性的解決方案。就是說,很多人可以一起對一些數(shù)據(jù)同時進行操作,而這些操作又盡量不會造成互相沖突。Hibernate Reference 第11章11.3 講述 Hibernate 進行 Optimistic Concurrency Control 的方法。本文是我對該小節(jié)閱讀后的總結(jié)和理解。
閱讀全文 posted @ 2009-12-16 12:27 bing 閱讀(1603) | 評論 (0) 編輯 Exploring Vaadin (1) - Data
摘要: This article examines com.vaadin.data pacakge - the data source model for vaadin - and provide a summary. It also examine the relationship between data source and some UI classes.
閱讀全文 posted @ 2009-12-11 18:35 bing 閱讀(989) | 評論 (0) 編輯 Step by step, using hibernate hbm2ddl to generate schema from annotation
摘要: Run hibernate tools "hbm2ddl" to generate schema DDL into "schema.sql" from annotated entities. Step by Step! 閱讀全文
posted @ 2009-12-09 17:45 bing 閱讀(2104) | 評論 (0) 編輯 Set oracle.jdbc.V8Compatible=true when using higher version JDBC driver to access 8i databases, or strange things will happen
摘要: You shall set oracle.jdbc.V8Compatible=true when using higher version JDBC driver to access 8i databases, or strange things will happen. 閱讀全文
posted @ 2009-12-09 15:04 bing 閱讀(4053) | 評論 (0) 編輯
|
|