使用 Dreamweaver 进行 Struts 2 开发
这里有人使用 Dreamweaver 进行 Struts 开发吗? 我一直在使用 Eclipse/vi 开发 Web 应用程序,但想使用 Dreamweaver,以便我可以应用一些漂亮的 Dreamweaver 模板。 我寻找有关使用 Dreamweaver 进行 Struts 开发的教程,但找不到任何教程,当我尝试导入页面时,很多东西都被破坏了,我想这是预料之中的,因为很多 html 是由 servlet/ 动态生成的jsps。
那么,有没有人在 Dreamweaver/struts 方面有过任何运气,如果是的话,您能分享一下您是如何配置它的吗?
Does anyone here use Dreamweaver for Struts development? I've been working on a web application using Eclipse/vi, but want to use Dreamweaver so that I can apply some nice looking Dreamweaver templates. I looked for tutorials on Struts development with Dreamweaver, but couldn't find any, and when I tried to import my page, a lot of stuff was broken, which I guess is expected since a lot of the html is dynamically generated by servlets/jsps.
So, has anyone had any luck with dreamweaver/struts and if so, could you share how you configured it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这些不是 Dreamweaver 模板网站,但您可以在其中找到大量开源 HTML/CSS 模板:
OSWD
开放设计
至于导入它们,我是这样做的:
These aren't dreamweaver template sites, but you can find tonnes of open source HTML/CSS templates on them:
OSWD
Open Design
As for importing them, this is how I do it:
您想使用什么类型的模板? 只是 HTML 设计模板吗?
如果是这样,将它们从 Dreamweaver 导出到 Eclipse 之类的东西可能是您最好的选择,因为 Eclipse 对基于 Java 的环境具有更全面的代码编辑器支持。
What kind of templates are you trying to use? Just HTML design templates?
If so possibly exporting these from Dreamweaver into something like Eclipse may be your best bet as Eclipse has much more comprehensive code editor support for the Java based environment.