I'd give it a 3

It seems most scripting/templating languages for the web follow the same
flow as the HTML page - it's great for the designer to developer push of a
new layout for a page, however, it does not promote reusability and
inheritance out of the box.

I'd like to see some templating language that allows to set up a basic
template for a page, then one can inherit that template and overwrite
certain sections. It would be great to have html fragments defined somewhere
and then apply the data to them (closure style for html rendering). Say I
want to output a table of data, the code should be something like for each
row of the table apply the output from over there. And I really think the
html templating language should not use an XML structure - it should be a
set of tags that do not force you to escape a lot of code...

Ruben


On Thu, Apr 8, 2010 at 2:25 AM, Moandji Ezana <[email protected]> wrote:

> Last night I was ranting endlessly about how much JSP sucks to another
> developer I'd just met, but she seemed to find it an OK technology. I'm
> wondering if I'm alone in my near-limitless distaste for JSP.
>
> Poll options:
>
> 1. I love JSP.
> 2. I like JSP.
> 3. I neither like nor dislike JSP.
> 4. I dislike JSP.
> 5. I hate JSP.
>
> I'm curious about anyone would choose any of the first 3 options... ;)
>
> Moandji
>
>
>

-- 
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to