First touch on servlets
September 3rd, 2010
Comments off
I have actually worked with servlets before, but now I first tried to work with them in NetBeans. I tried to start with a normal .java file and adding the imports to that file. This didn’t work quite as I expected. It turns out that NetBeans has separated servlets from the normal Java files. I thought that the only difference was that these had some different imports, but NetBeans does not seem to think the same way.
I hope to make a servlet that will write and read some kind of high score file from my game applet. I hope that this is going to be little easier to make in the end than I think right now.
Just wanted to point out that NetBeans is not just stupid, but does have some features


Comments