开发者

JSP web design tool

I was wondering what do you guys 开发者_StackOverflow中文版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


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.


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 :-)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜