欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
EmForge
来自开放百科 - 灰狐
(版本间的差异)
第5行: | 第5行: | ||
License : GNU Lesser General Public License (LGPL) | License : GNU Lesser General Public License (LGPL) | ||
+ | ==Technologies== | ||
+ | [[Image:EmForgeTechnologyMatrix.png|right|thumb|EmForge Technology Matrix]] | ||
+ | * Spring Framework - is a glue for whole project. It is used for linking different components all-together; | ||
+ | * Hibernate - used for database access. Currently we are working with followed databases: | ||
+ | o PostgreSQL; | ||
+ | o MySQL; | ||
+ | o HSQL; | ||
+ | o JavaDB/Derby; | ||
+ | o MSSQL 2005 Express. | ||
+ | * Acegi Security - for authentication/authorization implementation in whole application; | ||
+ | o LDAP is used for storing user-related information; | ||
+ | * For implementing internal services: | ||
+ | * jBPM - as Workflow-Engine; | ||
+ | * JspWiki - as Wiki-Engine. It is used for storing text-based information; | ||
+ | * JasperReports - for reporting; | ||
+ | * For implementing external interfaces: | ||
+ | o Apache CXF for Web-Services Implementation; | ||
+ | o Apache Xml-RPC for Xml-RPC protocol implementation; | ||
+ | * JSF Products Family for GUI Implementation.Currently we are using followed implementations and extra-libraries; | ||
+ | o RichFaces Apache implementation of JSF; | ||
+ | o Facelets - templating Engine for JSF; | ||
+ | * maven-scm for integration with external Version Control Systems. Currently followde SCM supported: | ||
+ | o Subversion; | ||
+ | o CVS; | ||
+ | o Mercurial; | ||
+ | ==Quick Start== | ||
+ | To login into EmForge you can use build-in administrator user: | ||
+ | admin/admin | ||
==Code== | ==Code== | ||
svn co http://svn.emforge.org/svn/emforge/EmForge/trunk emforge | svn co http://svn.emforge.org/svn/emforge/EmForge/trunk emforge |
2009年1月17日 (六) 12:56的版本
EmForge: Workflow Bug-Tracking and Wiki
J2EE-based, Open-Source, Workflow-Based integrated solution for managing software development process. It includes jBPM based bug tracking & task management, wiki-based document management, project planning, JasperReports reporting and many more
License : GNU Lesser General Public License (LGPL)
目录 |
Technologies
- Spring Framework - is a glue for whole project. It is used for linking different components all-together;
- Hibernate - used for database access. Currently we are working with followed databases:
o PostgreSQL; o MySQL; o HSQL; o JavaDB/Derby; o MSSQL 2005 Express.
- Acegi Security - for authentication/authorization implementation in whole application;
o LDAP is used for storing user-related information;
- For implementing internal services:
- jBPM - as Workflow-Engine;
- JspWiki - as Wiki-Engine. It is used for storing text-based information;
- JasperReports - for reporting;
- For implementing external interfaces:
o Apache CXF for Web-Services Implementation; o Apache Xml-RPC for Xml-RPC protocol implementation;
- JSF Products Family for GUI Implementation.Currently we are using followed implementations and extra-libraries;
o RichFaces Apache implementation of JSF; o Facelets - templating Engine for JSF;
- maven-scm for integration with external Version Control Systems. Currently followde SCM supported:
o Subversion; o CVS; o Mercurial;
Quick Start
To login into EmForge you can use build-in administrator user:
admin/admin
Code
svn co http://svn.emforge.org/svn/emforge/EmForge/trunk emforge
Links
分享您的观点