|
From: Justin M. <mac...@io...> - 2002-08-28 12:22:21
|
HI All, What is the best way to create templates of HTML, JSP , Servlets etc in jEdit ?? So you can create a new HTML file you get <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Untitled</title> </head> or a servlet has import java.servlet.*; .. doGet( .. etc.. THanks Justin |