摘要: 快速生成程序代碼, 比如Struts, Spring, Jdbc/Hibernate所有前后臺的代碼.
支持Mysql, 以及支持Ado連接的數據庫.
支持批量生成部分/全部模板, 保存選中的模板到Working Set
使用Javascript作為模板腳本語言
閱讀全文
摘要: Generate code, e.g. all files for Struts, Spring, Jdbc/Hibernate.
Support Mysql, and database which support Ado connection
Support generate file/project files and batch generate, and you can save you selection to a named working set in batch generate mode.
Using Javascript as the template engine
閱讀全文
摘要: 集成Acegi到自己的項目中, 并且將用戶信息和權限放到數據庫, 提供方法允許權限動態變化,變化后自動加載最新的權限
增加Junit 測試, 這樣可以在改變權限后, 方便地檢查是否設置正確.
Acegi 提供的Tag不能判斷當前用戶對某一個URL有沒有權限, 由于很多時候需要根據當前用戶的權限來控制某些功能是否顯示, 所以增加相應的Tag
如果當前用戶沒有指定url的權限,顯示本部分內容
如果當前用戶有指定url的權限,顯示本部分內容
閱讀全文