Home Answers Viewqa Servlet-Interview-Questions explain the concept of ssi servlets

 
 


Nagendran
explain the concept of ssi servlets
1 Answer(s)      a year ago
Posted in : Servlet Interview Questions

explain the concept of ssi

View Answers

May 7, 2012 at 4:16 PM


Server Side Includes (SSI) are commands and directives placed in Web pages that are evaluated by the Web server when the Web page is being served. SSI are not supported by all web servers. So before using SSI read the web server documentation for the support. SSI is useful when you want a small part of the page to be dynamically generated rather than loading the whole page again.

The Server Side Includes is a simple interpreted server side scripting used in HTML pages to make it more responsive web pages on web server. SSI enables the HTML pages to add one or more files into a web page and come out with given directives. The SSI makes easy to maintain the site.









Related Pages:
servlets
explain the concept of ssi servlets  explain the concept of ssi   Server Side Includes (SSI) are commands and directives placed in Web pages that are evaluated by the Web server when the Web page is being served. SSI
Explain normalization concept?
Explain normalization concept?  Explain normalization concept
Explain the concept of thread priorities in Java.
Explain the concept of thread priorities in Java.  Explain the concept of thread priorities in Java
servlets
servlets  why we require wrappers in servlets? what are its uses? Please explain   These wrappers classes help you to modify request...://www.roseindia.net/servlets/response-filte.shtml
servlets
servlets   Hi what is pre initialized servlets, how can we achives?   When servlet container is loaded, all the servlets defined... to be initialized when context is loaded, you have to use a concept called pre
servlets
can you explain in detail javax.servlet.http package  can you explain... package supports the development of servlets that use the HTTP protocol. The classes... javax.servlet.GenericServlet and serves as the base class for HTTP servlets. HttpServlet-Request
servlets
implementing filter using apache tomcat in servlets  can you explain in short how do you go about implementing filter using apache tomcat   Please visit the following links: Logging Filter Servlet Example   
servlets
as it is not persistent. It is based on the concept of attaching a unique ID (which
servlets
can you explain servlet life cycle  can you explain servlet life cycle   The life cycle of a servlet can be categorized into four parts: 1)Loading and Inatantiation: The servlet container loads the servlet during
Session concept - JSP-Servlet
Session concept  Hai friends, I am doing a jsp project with session concept. If one person is not accessing his logged window for more than 10 minutes it gets automatically log out.Anybody explain me the reason
explain servletconfig with programiing example?
explain servletconfig with programiing example?  explain servletconfig with programiing example?   ServletConfig is a servlet configuration...://www.roseindia.net/servlets/GettingInitParameterNames.shtml
Sessions in servlets
Sessions in servlets  What is the use of sessions in servlets?   The servlet HttpSession interface is used to simulate the concept that a person's visit to a Web site is one continuous series of interactions
Setting Up SSI on WAMP
Setting up SSI on WAMP Server   Server Side Includes (SSI) - Definition... in big websites which most parts are repetitive. SSI enables the HTML pages.... The SSI makes easy to maintain the site. For instance: If any website have numerous
Servlets differ from RMI
Servlets differ from RMI  Explain how servlets differ from RMI. Explain the advantages and disadvantages of each technology ?   RMI (Remote.... Servlets are used to extend the server side functionality of a website
about the concept - Design concepts & design patterns
about the concept  sir,please explain me how should i interpret the concept "object oriented technology" and how it is differ from "structured langauge".  Object Oriented Language http://www.roseindia.net/java/master
Servlets errors in same page.
Servlets errors in same page.  How do I display errors list in the same page where a form field exists using servlets...........i.e. without using JSP? Please explain with a simple username password program
OOPS Concept Abstraction with example - Java Beginners
OOPS Concept Abstraction with example  I am new to java. In java OOPS concept Abstraction means abstract or something. Please explain it with one example  Hi Friend, The process of abstraction in Java is used
servlets - JSP-Servlet
send me e servlet for employee details.. based on that can u explain me where... servlets link . you can learn more information about servlets structure... for more information. http://www.roseindia.net/servlets/directory
servlets - Java Beginners
servlets  Hello! am doin my servlet course at niit, i want know in detail methods of servlets,and where can we implement it i.e. i want to know... explain me the separate examples with one method implemented
servlets - Servlet Interview Questions
servlets  Hi i want to create class timetable using servlets... this timetable using servlets with colspans and rowspans becuase this is my... of servlets.. becuase the end user did no html so this is done dynamically
servlets - JSP-Servlet
the entire Student Project in Tomcat/Webapps. can u plzz explain me what... an application using Servlets or jsp make the directory structure given below link http://www.roseindia.net/servlets/directory-structure.shtml Now visit
servlets
servlets  why we are using servlets
servlets
servlets  what is the duties of response object in servlets
servlets deploying - Java Beginners
servlets deploying  how to deploy the servlets using tomcat?can you please explain the total deploying and executing process?  Hi friend...); } } -------------------------------------------------------  This is servlets
servlets
what are advantages of servlets  what are advantages of servlets   Please visit the following link: Advantages Of Servlets
Servlets
Servlets  How to edit and delete a row from the existing table in servlets
servlets
servlets  How do you communicate between the servlets?   We can communicate between servlets by using RequestDespatcher interface and servlet chaining
servlets
what is the architecture of a servlets package  what is the architecture of a servlets package   The javax.servlet package provides interfaces and classes for writing servlets. The Servlet Interface The central
Servlets
Servlets  How to check,whether the user is logged in or not in servlets to disply the home page
Servlets
. Anyways, please visit the following links: http://www.roseindia.net/servlets/introductiontoconfigrationservlet.shtml http://www.roseindia.net/servlets
servlets
servlets  How to open and read the contents of a text file in servlets?   Please visit the following link: Read text file using Servlet
servlets - Servlet Interview Questions
technologies . LIke asp jsp,html, servlet etc... Please explain in details what
servlets
servlets why do we need web-inf directory in web application  why do we need web-inf directory in web application? means what's the benefits of doing so
Servlets and
Servlets and   Sir...! I want to insert or delete records form oracle based on the value of confirm box can you please give me the idea.... thanks
servlets
which are the differ ways you can communicat between servlets  which are the differ ways you can communicat between servlets   Different ways of communicating between servlets:- 1)Using RequestDispatcher object. 2
servlets - Servlet Interview Questions
  Hey ; R u reading basic concept or not ? how u set atrributes
servlets
what are sessions in servlets  what are sessions in servlets   A Session refers to all the request that a single client makes to a server...: http://roseindia.net/jsp/jspsession/ http://www.roseindia.net/servlets
the servlets
what is diff between generic servlets and httpservlets  what is diff between generic servlets and httpservlets   Difference between GenericServlet and HTTPServlet: 1)GenericServlet belongs to javax.servlet package
servlets
regarding the user usage and habits. Servlets sends cookies to the browser client...://www.roseindia.net/jsp/jspcookies.shtml http://www.roseindia.net/servlets/use
servlets
servlets  hi i am using servlets i have a problem in doing an application. in my application i have html form, in which i have to insert on date value, this date value is retrieved as a request parameter in my servlet
servlets
servlets  what are different authentication options available in servlets   There are four ways of authentication:- HTTP basic authentication HTTP digest authentication HTTPS client authentication Form-based
servlets
what are filters in java servlets  what are filters in java   Filters are powerful tools in servlet environment. Filters add certain functionality to the servlets apart from processing request and response paradigm

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.