>I was wondering if there is a jsp mode available for emacs... ideally, it
>would format the HTML sections as html and run java-mode within the script
>tags.
html-helper-mode.el (http://www.gest.unipd.it/~saint/hth.html) is a major mode for
emacs that has support for ASP and PHP and claims that JSP support would only be a
small hack to acomplish. It doesn't work to well with JSP today, so I would be very
happy if someone more e-lisp enclined than me could take it upon themselves to check
this claim out. I tried, but my meager e-lisp konwledge wasn't enough to do it.
BTW, are there any more people on this list that are using JDE to develop server-side
java code (servlets, jsp etc.)? I would be very interested to see how one could
develop various kinds of servlet support in JDE. Some things I have thought of is:
- Using the BeanShell to run a java web server (LWS, JSWDK 1.0.1)
- Direct interface to servletrunner
- testing and bechmarking(?) using w3-mode
Thanks,
M�ns