|
In general, for the sake of good design, you should seperate things into tiers like Krynt said. However, if you are just using JSPs without any other objects or anything, you can basically just create/edit the JSP in any editor and when you hit the JSP in a browser, Tomcat/Java will take care of compiling the JSP.
|