
Introduction
Here is a site for developing "Acornsnap". You can refer some
blueprints, implementations and known bugs.
"Acornsnap" is a Content Management System(CMS) running on
Servlet Contailer(i.e. Apache Tomcat). The main features of Acornsnap
are:
- Wiki, Macro and (needless to say) HTML is available for
editing contents on the Web Browser.
- Meticulous access control and approval flow on publishing
contents are supported.
- Development along MVC (like RoR)
is possible easily.
Main Menu
For users:
- Getting started - How to start
making your original web application(war file).
- How To Deploy - How to deploy
your war file to server.
- Downloads - Acornsnap
blank applications(.war) here.
- Javadoc - The API
specification for Acornsnap 3 Web application Framework.
Under writing..