f***o 发帖数: 31 | 1 expression language, so that you can write scripts like ${foo.bar}.
those are supposed not java, but 'simpler' language for page authors.
SimpleTag or 'tag file'. the taglib can be implemented in JSP syntax,
not have to be in a java class. this is a lot easier.
SimpleTag is decoupled from servlet context, so that it 'COULD' be
used as template page independently in 'FUTURE'. I want this badly,
but still it's not available. | m******t 发帖数: 2416 | 2 I haven't read the spec yet. Seems it absorbed a lot of stuff
from Velocity, eh?
【在 f***o 的大作中提到】 : expression language, so that you can write scripts like ${foo.bar}. : those are supposed not java, but 'simpler' language for page authors. : SimpleTag or 'tag file'. the taglib can be implemented in JSP syntax, : not have to be in a java class. this is a lot easier. : SimpleTag is decoupled from servlet context, so that it 'COULD' be : used as template page independently in 'FUTURE'. I want this badly, : but still it's not available.
| f***o 发帖数: 31 | 3 apache group has quite some influence, but i don't think velocity is big deal.
(1) is driven by persistent request to cleanly seperate developers and
authors. if you ask me, screw page authors then fire them.
(2) is a correction to the previous design mistake. i don't think they were
too stupid to forsee the problem, probably no enough resource at the time.
(3) is not quite clear - seems they intend to decouple template from servelt,
but it's still not done yet, just a gesture. ahh...
【在 m******t 的大作中提到】 : I haven't read the spec yet. Seems it absorbed a lot of stuff : from Velocity, eh?
|
|