--
You received this message because you are subscribed to the Google Groups "Lift-committers" group.
To post to this group, send email to lift-co...@googlegroups.com.
To unsubscribe from this group, send email to lift-committe...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/lift-committers?hl=en.
Thanks David!
Now I just hope I can actually find something interesting to
contribute after that welcome :)
The first thing I was pondering about was a way of easily using
Scalate templates if folks wanted to use, say, Scaml (like a Scala
version of HAML) instead of the usual XML template files in Lift...
http://scalate.fusesource.org/
I know template engines can be like IDEs - very personal things and
I'm totally happy for folks to use whatever template engine/markup
floats their boat - I just figured a bit more choice for lifters might
be a good thing?
--
James
-------
http://macstrac.blogspot.com/
Open Source Integration
http://fusesource.com/
> On 8 February 2010 17:16, David Pollak <feeder.of...@gmail.com> wrote:
>> Folks,
>>
>> I'm wicked pleased that James Strachan has joined the Lift committers. I'm
>> looking forward to the cool stuff that James will add to Lift.
>>
>> Please join me in welcoming James!
Welcome!
/Jeppe
On 8 February 2010 18:58, Naftoli Gugenheim <nafto...@gmail.com> wrote:Probably the Haml site describes it quite well (see the showdown at
> Welcome!
> Out of curiosity, what are the advantages of this other templating engine?
the bottom)...
http://haml-lang.com/
basically its a very concise way of making markup - though its a
different kind of templating engine to the one in lift where there is
no code at all in a template and you bind via reflection XML elements
to functions which then replace elements with values or apply other
transformations etc.
I've used lots of different template engines over the years; they seem
to all have strengths and weaknesses - it mostly depends on what the
make up & skills of the team is & how the team work with web designers
etc. If I'm on a project where I don't have to chuck templates over a
wall to be edited by a web designer I find the Scaml approach a little
easier on my brain & fingers with the cost that there's no IDE to
render it other than the actual web browser and there's code in the
template which can be viewed as a bad thing - YMMV though.
--
--
You received this message because you are subscribed to the Google Groups "Lift-committers" group.
To post to this group, send email to lift-co...@googlegroups.com.
To unsubscribe from this group, send email to lift-committe...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/lift-committers?hl=en.
Cheers, Indrajit
On 08/02/10 11:22 PM, Timothy Perrett wrote:
> Wow, that was a long time comming!!
>
> Welcome to the team James... great to finally have another UK bod!
>
> Cheers, Tim
>
> On 8 Feb 2010, at 17:16, David Pollak wrote:
>
>> Folks,
>>
>> I'm wicked pleased that James Strachan has joined the Lift committers.
>> I'm looking forward to the cool stuff that James will add to Lift.
>>
>> Please join me in welcoming James!
>>
>> Thanks,
>>
>> David
>>
>> --
>> Lift, the simply functional web framework http://liftweb.net
>> <http://liftweb.net/>
>> Beginning Scala http://www.apress.com/book/view/1430219890
>> Follow me: http://twitter.com/dpp
>> Surf the harmonics
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Lift-committers" group.
>> To post to this group, send email to lift-co...@googlegroups.com
>> <mailto:lift-co...@googlegroups.com>.
>> To unsubscribe from this group, send email to
>> lift-committe...@googlegroups.com
>> <mailto:lift-committe...@googlegroups.com>.
--
You received this message because you are subscribed to the Google Groups "Lift" group.
To post to this group, send email to lif...@googlegroups.com.
To unsubscribe from this group, send email to liftweb+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
On 8 February 2010 18:58, Naftoli Gugenheim <nafto...@gmail.com> wrote:
> Welcome!
> Out of curiosity, what are the advantages of this other templating engine?
Probably the Haml site describes it quite well (see the showdown at
the bottom)...
http://haml-lang.com/
basically its a very concise way of making markup - though its a
different kind of templating engine to the one in lift where there is
no code at all in a template and you bind via reflection XML elements
to functions which then replace elements with values or apply other
transformations etc.
I've used lots of different template engines over the years; they seem
to all have strengths and weaknesses - it mostly depends on what the
make up & skills of the team is & how the team work with web designers
etc. If I'm on a project where I don't have to chuck templates over a
wall to be edited by a web designer I find the Scaml approach a little
easier on my brain & fingers with the cost that there's no IDE to
render it other than the actual web browser and there's code in the
template which can be viewed as a bad thing - YMMV though.
--