Watch “Servlet Part-12 (Servlet Collaboration)” on YouTube

Some times servlets have to cooperate, i.e. usually by sharing information.
This communication can be called as Sort Servlet collaboration.
The servlet, which are collaborating, can pass the shared information directly from one servlet to another. Request Dispatcher defines an object that receives requests from the client and sends them to any resource (such as a servlet, HTML file, or JSP file) on the server. The servlet container creates the RequestDispatcher object, which is used as a wrapper around a server resource located at a particular path or given by a particular name.

OS : Windows 10
Jdk : Version 8
IDE : Eclipse Mars
Server : Apache Tomcat 7

follow me @
https://raviroza.wordpress.com/
https://twitter.com/raviozaIT
https://www.facebook.com/ravi.oza.it

Subscribe my channel to get latest video notification https://www.youtube.com/user/ravioza101

Watch “Servlet Part-11 (Redirection in Servlet)” on YouTube

Servlet Redirection :

  • Local resource like servlet, jsp or html page etc.
  • Resource outside of our domain/application
  • Example of searching Google from out application

Servlet Redirection can be used to transfer/forward control to Local resource like servlet, jsp or html page etc., It can also used to transfer/forward the Resource outside of our domain/application. Here there is an example to transfer request from one servlet to anohter servlet when client request the first servlet. This example also demonstrate how it refers the another html page for redirection. And finally this example also demonstrate a trick to search Google directly from our application.

OS : Windows 10
Jdk : Version 8
IDE : Eclipse Mars
Server : Apache Tomcat 7

follow me @
https://raviroza.wordpress.com/
https://twitter.com/raviozaIT
https://www.facebook.com/ravi.oza.it

Subscribe my channel to get latest video notification https://www.youtube.com/user/ravioza101

Watch “Servlet Part-10 (Demo of Request Object Methods)” on YouTube

Demonstration of HttpRequest object methods, such as getRemoteAddr(), getRemoteHost(), getQueryString(), setAttribute(), getAttribute(), getAttributeNames(). To check all these method its is suggestible to create html/jsp page that will call/execute/request the servlet which will be using above methods.

OS : Windows 10
Jdk : Version 8
IDE : Eclipse Mars
Server : Apache Tomcat 7

follow me @
https://raviroza.wordpress.com/
https://twitter.com/raviozaIT
https://www.facebook.com/ravi.oza.it

Subscribe my channel to get latest video notification https://www.youtube.com/user/ravioza101

વેકેશન

– વેકેશન એટલે લાંબી રજાઓ –
અને રજા એટલે રોજિંદા જીવન માં થી લેવાતો બ્રેક મારા અવલોકન પ્રમાણે વેકેશન
1. મામા નું ઘર ભાણેજ થી છલકાતું અને મામા ભાણેજ વચ્ચે છલકાતી લાગણી.
2. દીકરી ને પોતાનું બચપણ જ્યાં વિતાવ્યું તે જગ્યા (પિયર) જવાની ઉતાવળ અને સાસરા ના કામ ની થોડા દિવસ ની નિરાંત.
3. દાદા દાદી ને પોતાના પૌત્ર પૌત્રી થી અલગ રહી પસાર કરવો પડતો લાંબો સમય.
4. નાના નાની માટે દીકરી અને તેના સંતાનો સાથે રહેવાનો ટૂંકો સમય.
5. બાળકો માટે ભણતર નો બોજ (આજ ના યુગ માં) સહન કરી ત્યાર બાદ મરજી પડે એ કરવાનો સમય.
6. અને મારા જેવા નવા નિશાળિયા (કંઈક લખવા) માટે નો પ્રયત્ન કરનાર ને મળતો સમય.

2 Sub-Pages @ Student Zone

Hello all dear readers,

As I resume writing the blog recently again, as you work more and learn new things, same applicable for me in the case of writing blogs, and designing and publishing pages using open platform like wordpress.

Today I Added two new pages @ (Main Menu->Student Zone). Though i used to share in the form of blogs only, but at times it needed to be separate in term of subject, topic, sub-topic and categories. Two new pages have been added to share the content at a relevant place.

Summary of sub pages

  1. C language
  2. Advance Java

Regards,

R.O.