I was asked today, what kind of setup I use for developing web applications. I tried to explain but failed because of the lack of common development tools and services. So I thought I'd try and blog it instead.
On my desktop I run,
- XMLSpy 2005 Home Edition (discontinued the free version I think. Might switch to Oxygen XML soon)
- Notepad++
- WinSCP
- Putty
On the server I run,
I tend to do lots of stuff in Cocoon and am slowly starting to use ZK for my front end display. Cocoon is perfect for the plumbing and ZK means I don't need to screw around with Javascript and DOM scripting. If I was deeply into the Ajax stuff, I might not need ZK but frankly I don't have the time.
Yeah its very odd but it works for me.