由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 新手请教!如何在jbuilder中开发jsp 中,如何更改jsp
相关主题
Re: Why are all java IDEs written in javSUNONE includes IDE like previous JBuilder right?
eclipse 气死我了!Re: SUNONE includes IDE like previous JB
jBuiler 4白皮书(来自inprise网站)FT. JBuilder9出来了?
JB JAVA Bean,SERVLET位置一问请问java的ide
JSP/SERVLET里面如何实现弹出窗口(新短信)功能Which IDE is good in Linux?
Complaint about Java class packageEclipse vs. Jbuilder X ?
Re: 请推荐Java编译环境或软件?Sun公司最近有啥突飞猛进不?
COOL JAVA IDE调查:最好的Java IDE
相关话题的讨论汇总
话题: jsp话题: html话题: jbuilder话题: code话题: 如何
进入Java版参与讨论
1 (共1页)
s******d
发帖数: 6
1
在jsp生成向导中,只有 submit form 一种格式,请问还有其它的格式吗?
如何修改?能否有工具像frontpage 那样修改页面,而不须动手改文件?
n*****k
发帖数: 123
2

Sorry, you have to hard code I guess, but you may see the output from Jbuilder
if just html.
If your web pages are based on static html or javascript without any server
side programming, do not bother to use JSP.

【在 s******d 的大作中提到】
: 在jsp生成向导中,只有 submit form 一种格式,请问还有其它的格式吗?
: 如何修改?能否有工具像frontpage 那样修改页面,而不须动手改文件?

s******d
发帖数: 6
3
能不能先在frontpage 中编写静态的html,载复制到jsp中,在进行动态设计?
这样会不会简单一些?

【在 n*****k 的大作中提到】
:
: Sorry, you have to hard code I guess, but you may see the output from Jbuilder
: if just html.
: If your web pages are based on static html or javascript without any server
: side programming, do not bother to use JSP.

n*****k
发帖数: 123
4

Jbuilder
server
This is a design concern, what I will do is, using whatever html web designer
to code html, and then include the html file by include directive in jsp, code
in this way so you do not have to modify the jsp file if there is any change
in you html code, however, if you must mix html and jsp code together, just
copy the related part into jsp file and use include or forward if necessary.

【在 s******d 的大作中提到】
: 能不能先在frontpage 中编写静态的html,载复制到jsp中,在进行动态设计?
: 这样会不会简单一些?

s******d
发帖数: 6
5
对于初学者,那种工具最好?推荐一下!谢谢!

【在 n*****k 的大作中提到】
:
: Jbuilder
: server
: This is a design concern, what I will do is, using whatever html web designer
: to code html, and then include the html file by include directive in jsp, code
: in this way so you do not have to modify the jsp file if there is any change
: in you html code, however, if you must mix html and jsp code together, just
: copy the related part into jsp file and use include or forward if necessary.

n*****k
发帖数: 123
6

designer
code
change
just
necessary.
To tell you the truth, I do not know if there is a very good JSP IDE
available.
Most of time you will have to hard code.

【在 s******d 的大作中提到】
: 对于初学者,那种工具最好?推荐一下!谢谢!
1 (共1页)
进入Java版参与讨论
相关主题
调查:最好的Java IDEJSP/SERVLET里面如何实现弹出窗口(新短信)功能
没法用Re: netbeans 4.0 is very goodComplaint about Java class package
Java IDE 选择?Re: 请推荐Java编译环境或软件?
想起几年前Re: run servlet from command line?COOL JAVA IDE
Re: Why are all java IDEs written in javSUNONE includes IDE like previous JBuilder right?
eclipse 气死我了!Re: SUNONE includes IDE like previous JB
jBuiler 4白皮书(来自inprise网站)FT. JBuilder9出来了?
JB JAVA Bean,SERVLET位置一问请问java的ide
相关话题的讨论汇总
话题: jsp话题: html话题: jbuilder话题: code话题: 如何