aspose file tools
The moose likes Servlets and the fly likes IDE's for servlet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "IDE Watch "IDE New topic
Author

IDE's for servlet

deepak carter
Ranch Hand

Joined: Feb 19, 2011
Posts: 159
HI,

I am new to servlets, just beginner and i dont want to use eclipse or any other heavy editor for learning Servlets and JSP.Can i use Textpad to create servlets programs and compile.I have installed JDK 1.6 in my system.What all s/w requires to compile servlet program apart from tomcat and what packages requires for servlets to compile in Textpad.



Thanks in advance.
chandrashekar panugulla
Greenhorn

Joined: Aug 05, 2010
Posts: 1
you can type programme in notepad and execute servlets you required to execute servlets is one server is required
it can be web server or application server
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35242
    
    7
chandrashekar panugulla wrote:it can be web server ...

No. It needs to be at least servlet container like Tomcat (which, incidentally, contains all jar files that one would need to develop servlets).


Android appsImageJ pluginsJava web charts
deepak carter
Ranch Hand

Joined: Feb 19, 2011
Posts: 159
Thanks for replying..I think i need a packing...like k2se is requires for threading collections etc...which package i need to install servlets and JSP and how to configure like setting classpath etc
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35242
    
    7
You need Tomcat, nothing else. It contains the servlet-api.jar file which you need in your classpath to compile servlets. The Tomcat site contains ample documentation on how to get started, and it comes with servlet and JSP examples.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: IDE's for servlet
 
Similar Threads
Compilation problems
What editor ??
Recommendation for a good Java editor?
Textpad and Servlets
Servlets and Textpad