<< [趣味] 長崎公車站旁出現-龍貓(Totoro)!-的雕像 | 回blog首頁 |
PowerPoint瘦身工具:PPTminimizer與Sun Presentation Minimizer >>
2008年01月26日
JTrac:Open source的Java Issue Tracking System
如果你的開發小組還沒開始使用Issue/Bug Tracking System的話,現在多了另一個選擇:JTrac。由其Roadmap來看,在功能上似乎會逐步趨近Trac的現有功能。
若你正在學習Java,JTrac使用多種較新的Framework,應該能提供一些參考。
What is the JTrac architecture like?
JTrac is built using the Spring Framework as far as possible and mostly uses Spring WebFlow within the MVC layer apart from Spring MVC. Also the Acegi Security framework for Spring has been used. JTrac is effectively a "light-weight" Java EE application and any version 2.4 compliant servlet engine is sufficient for deployment.
The presentation layer is using the Apache Wicket framework.
Hibernate is used for data persistence. This allows for JTrac to be database neutral and any database supported by Hibernate can be used.
##
若你正在學習Java,JTrac使用多種較新的Framework,應該能提供一些參考。
What is the JTrac architecture like?
JTrac is built using the Spring Framework as far as possible and mostly uses Spring WebFlow within the MVC layer apart from Spring MVC. Also the Acegi Security framework for Spring has been used. JTrac is effectively a "light-weight" Java EE application and any version 2.4 compliant servlet engine is sufficient for deployment.
The presentation layer is using the Apache Wicket framework.
Hibernate is used for data persistence. This allows for JTrac to be database neutral and any database supported by Hibernate can be used.
##
