/johaml

An adapter for using Haml and Sass as view technologies in Java webapps

Primary LanguageJavaGNU Lesser General Public License v2.1LGPL-2.1

Johaml

Johaml is java infrastructure code for using Haml and Sass from a java webapp. It is not a port -- it provides a translation layer which adapts the haml library to J2EE conventions via JRuby.

It is currently based on Haml 2.0.2 and leans heavily on infrastructure code provided by Freemarker 2.3.

Johaml is alpha software. It works okay, but is missing some key features and performance is not ideal.

License

Johaml Copyright (C) 2009 Rhett Sutphin

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA