Skip to content Skip to sidebar Skip to footer
Showing posts with the label Servlets

Playing Media With Gwt

I have a simple mail system developed with G.W.T and i am trying add a feature to play audio and v… Read more Playing Media With Gwt

Prevent Downloading Videos In Temp Folder While Watching Videos In Web Browser

I created a web application using Java and html5. I have uploaded few videos in tomcat server war f… Read more Prevent Downloading Videos In Temp Folder While Watching Videos In Web Browser

Accessing Html-input Field Arrays In Java Servlet / Structure Of The Input Fields

I've got a dynamic number of fieldsets with 3 input fields each ordered differently, for exampl… Read more Accessing Html-input Field Arrays In Java Servlet / Structure Of The Input Fields

Ajax Autocomplete Textbox In Java Web Technology (jsp And Servlets)

Please I need your assistance on how to make HTML input text element work like 'Google's AJ… Read more Ajax Autocomplete Textbox In Java Web Technology (jsp And Servlets)

Ie8/firefox Behavioral Difference

I'm working on login page written as a JSP. It's pretty simple but behaves differently in I… Read more Ie8/firefox Behavioral Difference

Creating A Simple Web Page Using Servlet

I want to create a simple web page using servlet. This was one of my exam questions, I did my pract… Read more Creating A Simple Web Page Using Servlet

Linking Html To Jsp Page

I'm have problems linking my HTML and JSP. Just trying to make a simple html page to take a … Read more Linking Html To Jsp Page

Getting Checkbox Value(s) From A Servlet

I have a servlet with MySQL database in it. It looks like this: here is the piece of code for it: … Read more Getting Checkbox Value(s) From A Servlet