servlet
Tag details
Welcome to the 'servlet' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'servlet'.
Look up
"servlet"
at The Free Dictionary
Latest blogosphere posts tagged “servlet”
-
How to pass parameters to whole web application – ServletContext
Programmer Life —
Authority: 128
Here’s a serlvet code example to demonstrate how to pass a parameter to whole web application by using ServletContext “init-param” in web.xml. In the deployment descriptor (web.xml) Put your parameter value in “init-param” and make sure outside the “servlet” element > > ...9 hours ago -
How to pass parameters to a servlet – ServletConfig
Programmer Life —
Authority: 128
Here’s a serlvet code example to demonstrate how to pass a parameter to a servlet by using ServletConfig “init-param” in web.xml In the deployment descriptor (web.xml) Put your parameter value in “init-param” and make sure inside the “servlet” element > > ServletName > ...16 hours ago -
Servlet code to download text file from website – Java
Programmer Life —
Authority: 128
Here’s a servlet code example to download a text file from a website. Download Request Let’s say a text file named “testing.txt” , and you want to let user download it with a URL , for example “http://localhost:8080/servlet/DownloadDemo” . Solution 1) Create a text file named “testing.txt” , put ...16 hours ago -
A Simple Servlet Example – (write, deploy, run)
Programmer Life —
Authority: 128
Talking about the web technology, Java developers will keep talking about how powerful the Spring , Struts, Wicket, JSF…..When talking about the deployment, they will say using Ant script or Maven to build or deploy. Ironically, without the IDE or technology help, many Java developers do not know either how to ...1 day ago -
Asynchronous Support in Servlet 3.0
Enterprise Tech Tips —
Authority: 394
by Rajiv Mordani One of the significant enhancements made in JSR 315: Java Servlet 3.0 , is support for asynchronous processing.With this support, a servlet no longer has to wait for a response from a resource such as a database before its thread can continueprocessing, that is, the thread is not blocked. Previous ...2 days ago -
Daily del.icio.us for November 23rd through November 24th
Vinny Carpenter's blog —
Authority: 104
Servlet 3.0: A Sneak Preview – Apart from the addition of functionalities such as filters and web application events, the Servlet specification—one of the key Java APIs for web application development—has not undergone any major changes since its introduction. However, the specification has remained robust, and ...1 week ago -
Jetty WebSocket Server
Webtide Blogs —
Authority: 92
Jetty-7.0.1 has been extended with a WebSocket server implementation based on the same scalable asynchronous IO infrastructure of Jetty and integrated into the Jetty Servlet container. WebSocket came out of work on HTML5 by the What Working Group to specify a mechanism to allow two way communications to a ...1 week ago

