我的项目使用了 Play!框架,所以我不需要可以编译的编辑器。我通常喜欢 NetBeans,但希望远程编辑服务器上的源文件以节省时间。我还经常在台式机/上网本之间切换进行开发,因此远程编辑可以使我免于同步开发环境。
我对 Netbeans 远程编辑的所有搜索都表明它可用于 PHP 项目,但我没有看到任何适用于 Java 项目的信息。如果 Netbeans 不支持 Java 项目的远程编辑,是否有支持远程编辑的 IDE?
编辑:我在 Windows 上开发,但服务器运行 Linux。
My project makes use of the Play! framework, so I don't need an editor that can compile. I generally like NetBeans, but would like to remote edit source files on the server to save time. I also often switch between my desktop/netbook for development, so remote editing would save me from syncing a dev environment.
All my searches for remote editing for Netbeans suggest that it's available for PHP projects, but I don't see anything for Java projects. If Netbeans doesn't support remote editing for Java projects, is there an IDE that does?
Edit: I develop on Windows but the server runs Linux.
发布评论
评论(1)
您没有提及您的操作系统,但有一些适用于 Windows 的解决方案,您可以使 FTP 服务器在 Windows 中显示为常规驱动器。这样您就可以使用您喜欢的任何编辑器/IDE,无论其是否支持 FTP 访问。
快速搜索发现了这一点:
http://www.ghacks.net/2006/08/03/how-to-mount-an-ftp-drive-in-windows/" ghacks.net/2006/08/03/how-to-mount-an-ftp-drive-in-windows/
You don't mention your operating system, but there are solutions for Windows where you can make a FTP server appear as a regular drive in Windows. That way you can use any editor/IDE you like regardless whether that supports FTP access or not.
A quick search diggs up this:
http://www.ghacks.net/2006/08/03/how-to-mount-an-ftp-drive-in-windows/