由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - new in JSP 2.0 spec
相关主题
其实JSP也不错帮忙看看这小段JSP程序,关于POPUP窗口
JSP tag file and EL warnings为何PHP这种script 语言大行其道? (转载)
Oracle JDeveloper question, many thanks!Another nice EJB server(recommend ;-)
Tomcat JSP syntax error[合集] Are JSPs Dead?
奇怪的 JSP 土问题Eclipse不能保存UTF-8文件?
请教现在java的工作是否多会基于web用到jsp?Singleton vs. static class?
谁给科普一下什么是javascript?RMI里面,server和client是decoupled的么?
问题:Service script for Java app on Unix今天笔试时候有一两个地方没答上来,有些不爽
相关话题的讨论汇总
话题: jsp话题: simpletag话题: page话题: authors话题: language
进入Java版参与讨论
1 (共1页)
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?

1 (共1页)
进入Java版参与讨论
相关主题
今天笔试时候有一两个地方没答上来,有些不爽奇怪的 JSP 土问题
问一个multiprocess的问题请教现在java的工作是否多会基于web用到jsp?
CookSwt: Xml to Swt preview谁给科普一下什么是javascript?
JAVA技术更新太快了!问题:Service script for Java app on Unix
其实JSP也不错帮忙看看这小段JSP程序,关于POPUP窗口
JSP tag file and EL warnings为何PHP这种script 语言大行其道? (转载)
Oracle JDeveloper question, many thanks!Another nice EJB server(recommend ;-)
Tomcat JSP syntax error[合集] Are JSPs Dead?
相关话题的讨论汇总
话题: jsp话题: simpletag话题: page话题: authors话题: language