Changes between Initial Version and Version 1 of wade/web_framework


Ignore:
Timestamp:
Jul 17, 2009, 11:41:41 AM (15 years ago)
Author:
wade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wade/web_framework

    v1 v1  
     1[[PageOutline]]
     2
     3== 相關技術 ==
     4 * struts:web framework
     5 * spring:application framework
     6 * hibernate:Object/Relational Mapping
     7 * velocity:網頁的template引擎
     8 * reflection:可以用類別/方法名稱產生類別/方法實體
     9 * Introspector:可以查詢Java Bean的屬性和屬性值
     10
     11== 參考連結 ==
     12 * http://wiflish.javaeye.com/blog/57582 JAVA的内省(introspector)与反射(reflection)