JSP网页设计工具
我想知道你们用什么来设计 .jsp 文件?我知道它需要编码,但是有没有一种简单的方法可以在 jsp 中构建布局?桌子..等
I was wondering what do you guys use to design the .jsp file? I know it needs to be coded, but is there an easy way to build the layout in jsp? Tables..etc
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
图形艺术家或知道如何进行正确设计的人可以使用灵活的 CSS 规则创建 HTML 布局。
然后,将
.html
更改为.jsp
并开始使用。A graphic artist, or someone who knows how to do proper design, creates an HTML layout with flexible CSS rules.
Then, you change
.html
to.jsp
and have at it.每个现代的 Java IDE 都有一些插件可以让您完成代码以制作 jsp。
现在您唯一需要做的就是您想要在页面上表示的内容,最终产品将是基本的 html。
所以2.选项:
1.让一些设计师为您制作您需要的所有页面,然后根据您的规格或更改它们
2. 试试这个:Photoshop + 切片 + html 设计(html + css - 一些网格系统可能)+ 添加 jsp 标签:-)
Every modern IDE for Java has some plugin that will give you code completion to make a jsp.
Only thing that you need to now is what you are trying to represent on a page and that final product will be basic html.
So 2. options:
1. give some designer to make you all the pages you need , and then change them according to your specification or
2. Try this: Photoshop + slicing + html design (html + css - some grid system perheps) + add jsp tags :-)