使用 Dreamweaver 进行 Struts 2 开发

发布于 2024-07-30 05:33:17 字数 298 浏览 5 评论 0原文

这里有人使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

橘和柠 2024-08-06 05:33:17

这些不是 Dreamweaver 模板网站,但您可以在其中找到大量开源 HTML/CSS 模板:

OSWD

开放设计

至于导入它们,我是这样做的:

  1. 将模板文件引入到您的项目结构中。
  2. 将 .html 文件重命名为您使用的任何前端语言(.jsp、.ftl 等)。
  3. 将大的部分拆分为导入(页眉、主菜单、页脚)。
  4. 添加将替换为页面内容的代码片段。
  5. 将此模板与您的所有项目文件一起使用,并通过浏览器查看它的运行情况。 尽管有一些 Eclipse 浏览器插件,但最好确保您的项目在人们用来查看它的工具中实际运行。

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:

  1. Bring the template files into your project structure.
  2. Rename the .html file to whatever front-end language you're using (.jsp, .ftl, etc.).
  3. Split the large sections out into imports (header, main menu, footer).
  4. Add the code snippet that will be replaced with your page content.
  5. Use this template with all your project files and view it running through a browser. Even though there are some Eclipse browser plugins out there, it's always better to make sure your project actually works in the tools people will be using to view it.
溺ぐ爱和你が 2024-08-06 05:33:17

您想使用什么类型的模板? 只是 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文