Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I hear about Haml as a templating engine mostly in the Ruby world. Can it also be used in Java projects?

share|improve this question
3  
i'd like to see as well, sucks that there isn't an implementation yet – verhogen Nov 28 '09 at 9:33
Get Updated. Not that I'm that a Java Fan, but I'm working now with a Java Team and they do deserve the respect :) See comment by SztupY – Radagast the Brown Oct 31 '11 at 9:28

8 Answers

up vote 5 down vote accepted

There's a list of Haml implementations on the Wikipedia page. At the moment, there isn't one for Java.

share|improve this answer
2  
There is one now on that page, called JHaml. – rightfold Jan 29 '12 at 21:48

2 years after this question was asked (:P) there are:

share|improve this answer
Scalate project is for Scala and not JAVA. – sheki Dec 31 '11 at 5:44
downvoting for that is interesting considering that scala runs on the jvm and interops with java just fine. – h3adache Jan 12 '12 at 16:59
But it is not about the JVM, using Scalate requires knowing Scala and using an app framework of Scala like Scalatra. – sheki Jan 13 '12 at 7:06
+1 scala and Java can be used in conjunction. – ch4nd4n Mar 27 '12 at 20:56

It seems someone started a project for Java.

share|improve this answer
1  
Get Updated. Not that I'm that a Java Fan, but I'm working now with a Java Team and they do deserve the respect :) – Radagast the Brown Oct 31 '11 at 9:27

Perhaps through JRuby?

share|improve this answer
any more leads on this? – verhogen Nov 28 '09 at 13:09

Scalate can be integrated with Spring

share|improve this answer

HAML is dependent on Ruby. I know there is a Python clone of HAML, not sure about Java.

Although, SASS/Compass are language agnostic.

share|improve this answer

planning to add HAML support in JPublish. It will use JRuby.

share|improve this answer

Use JRuby!
How to is in this answer.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.