I am learning Java servlets technology. In a bookt that I am reading, they have asked me to work in a notepad for time being.
When i Create a servlet in eclipse, it just auto fills some content to that servlet class which I want to write on my own to learn stuff. For example, the doGet and doPost methods and their signatures.
I want to disable that auto filling in my files i create. How can i do it in Eclipse ?
Please help thanks