Hi all,
Currently, I am working on a web application which includes
JSP and
tomcat as web server. At present I'm usingFront Page for developing interface and after developing interface I insert necessary JSP scriptlets and expression in the page.
But it is proving a nightmare for me since if I make slightest mistake it takes tomcat a lot of time to compile and run the JSP page.THe problem becomes for severe when I have to use
Java Scriptlets for developing the interface dynamically.
Can any body suggest generally what approach is used for web development in JSP?
Is there any JSP editor which can provide drop-down box for suggesting available JSP action , java methods and HTML elements just like in .Net framework.
Thank You