Eclipse 基础 Web 开发?

发布于 2024-08-21 22:38:34 字数 398 浏览 5 评论 0原文

我想开始使用 Eclipse 进行 Web 开发。目前,不是 Java、tomcat、axis2 或任何比基本 XHTML / JS / CSS 开发更复杂的东西。

问题 1:我意识到它可以编辑这些文件,但它试图将我的 HTML 文档作为“我的工作区”的一部分来管理,而我想要它做的就是将这些文件作为本地 www 服务器 HTdocs 目录的一部分进行管理。

问题2:如果可能的话,我想以所见即所得的方式进行编辑。我尝试为此安装一个插件,但无法让 w4 工具包正常运行。我认为这将真正帮助我加快开发速度。

后续:

我已经安装了 WTP 及其依赖项(测试部分除外,该部分由于看似不可调和的依赖项而出现安装问题)。

I want to start doing web development with Eclipse. Not Java, tomcat, axis2, or anything else anymore complicated than basic XHTML / JS / CSS development, at this time.

Problem 1: I realize that it can edit those files, but its trying to manage my HTML docs as part of "my workspace", and all I want it to do is manage the files as part of my local www server HTdocs directory.

Problem 2: I would like to edit WYSIWYG-style, if possible. I tried installing a plug-in for that, but I wasn't able to get w4 toolkit to function properly. This would really help me to speed up development, I think.

Follow-up:

I've installed WTP and its dependencies (except for the tests portion, which had install problems due to dependencies that were seemingly irreconcilable).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

黑白记忆 2024-08-28 22:38:34
  1. 您可以将工作区中的文件夹链接到文件系统上的某个位置。因此,在您的情况下,您可以在 Eclipse 项目中创建一个名为“html”的文件夹,并将其链接到您的 Apache htdocs 文件夹。

  2. 您应该尝试Aptana Studio。它可以作为独立安装(基于 Eclipse)或作为 Eclipse 插件使用。它在 Web 应用程序开发方面享有良好的声誉。

  1. You can link a folder in your workspace to somewhere on your filesystem. So in your case you could create a folder in your Eclipse project called "html" and link it to your Apache htdocs folder.

  2. You should try Aptana Studio. It's available either as a stand-alone install (based on Eclipse) or as an Eclipse plugin. It has a good reputation for Web App dev.

只是我以为 2024-08-28 22:38:34

为什么不从网页设计软件开始呢?一旦您按照您想要的方式布置了网页,您就可以将它们添加到 Eclipse 中的 Web 应用程序中。 Eclipse 非常适合应用程序开发。尽管它可以满足一些页面构建器的需求,但它可能不如网页设计工具。就您而言,您最终必须安装用于页面构建的插件。

Why not start with a web design software? Once you have the web pages laid out the way you want them, you can add them to your web application in eclipse. Eclipse is great for application development. Even though it can handle some page builder needs, it's probably not as good as a web design tool. In your case, you end up having to install plug-ins for page building.

韵柒 2024-08-28 22:38:34

Eclipse 是用于编码的软件,它不是为所见即所得编辑而设计的。如果你想要所见即所得,你应该使用 Dreamweaver 或类似的软件。

如果您想使用 Eclipse 进行编码,主要的替代方案是 Web 工具平台这是非常基本的,并且可能已经预安装,具体取决于您获得的 Eclipse 版本和 Aptana Studio。这是相当臃肿的。

Eclipse is software for coding, it's not designed for WYSIWYG editing. If you want WYSIWYG, you should use Dreamweaver or suchlike.

If you want to use Eclipse for what is good for, coding, the main alternatives are Web Tools Platform which is quite basic and could be already pre-installed depending on what version of Eclipse you got, and Aptana Studio. which is quite bloated.

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