Our group is currently has a solaris server with eclipse installed on it. However, we need to run this from out desks using an xterm window. There is a delay with every action due to the weight of eclipse. Are there any other decent unix IDE's out there that are more forgiving on Xterm? The IDE is mostly used with our php projects (Though we do perl,ksh,python as well).
|
So you run Eclipse on a central server using a X11 server on your local computer? This can run well, if there is sufficient power and bandwith. Could you elaborate on how you get the xterm connection to your server? Please list all steps. |
|||||||||||
|
VIMNever had any issues with it in xterm. |
|||||
|
|
First suggestion would be not to use a graphical IDE. At all. Emacs or Vim, pick your favorite. Second suggestion would be to switch from X as the network transport to VNC. VNC is far less network intensive and your windows don't close when you are disconnected. Assign one VNC port to each user, and you're done. Third solution is to export via NFS or SAMBA your project directories and mount them on your workstations. You can then install eclipse on our desktop and use it from there. Best solution is to get rid of the central server alltogether and let everyone work disconnected. Going from a fresh out of the box Mac to having all my code checked out and running takes me less than an hour, and most of this time is used to download and install XCode... From then on I have a laptop with all my code I can work on from everywhere in the world. |
|||||||
|
|
You can just use emacs or vim. If you are willing to climb the steep learning curve, then you will be able to do pretty much everything that you can do with eclipse. |
|||
|
|
|
I've used a similar setup using JEdit over an Xterm window, but I wouldn't recommend it for general IDE usage. That said, I would guess that whatever you're trying to do can be done better in a more traditional fashion. I struggle to imagine a usage case where everyone needs to use a remote version of Eclipse that doesn't start with "Well, the person making decisions is an idiot...". |
|||||
|
