-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate with Spring 3+ #8
Comments
I would absolutely like to get Spring MVC integration going. A ViewResolver implementation (which Spring requires) would also make the Grails integration cleaner. Seems like the basis of using Haml as a preprocessor for the JSP compiler would no longer work with that approach. Therefore, the simplest thing to do might be to incorporate Groovy interpreter calls into JHaml's engine. How would you feel about a required dependency on Groovy for JHaml, if it meant Spring integration? |
Would be a great starting point (not really sure about how big the groovy dependency would be). Some points to take into account:
|
Adding a groovy dependency would add around 5 to 6 megs. Seems like this would be a good direction. |
As a view technology, as Tiles does. Would be a nice enhancement.
The text was updated successfully, but these errors were encountered: