Expression Language (EL) in JSP
The Expression Language (EL) simplifies the accessibility of data stored in the Java Bean component, and other objects like request, session,
By CuckooRadio Editorial Team|2018-10-17T05:14:25-05:00October 17th, 2018|Jsp|
The Expression Language (EL) simplifies the accessibility of data stored in the Java Bean component, and other objects like request, session,
By CuckooRadio Editorial Team|2018-10-17T05:13:36-05:00October 17th, 2018|Jsp|
MVC stands for Model View and Controller. It is a design pattern that separates the business logic, presentation logic and data. Controller acts
By CuckooRadio Editorial Team|2018-10-17T05:11:06-05:00October 17th, 2018|Jsp|
The JSP Standard Tag Library (JSTL) represents a set of tags to simplify the JSP development. Advantage of JSTL
By CuckooRadio Editorial Team|2018-10-17T05:10:27-05:00October 17th, 2018|Jsp|
Custom tags are user-defined tags. They eliminates the possibility of scriptlet tag and separates the business logic from the JSP
By CuckooRadio Editorial Team|2018-10-17T05:09:19-05:00October 17th, 2018|Jsp|
We can use the custom URI, to tell the web container about the tld file. In such case, we
By CuckooRadio Editorial Team|2018-10-17T05:08:30-05:00October 17th, 2018|Jsp|
We can create pagination example in JSP easily. It is required if you have to display many records. Displaying
By CuckooRadio Editorial Team|2018-10-13T03:49:16-05:00October 13th, 2018|Jsp|
In JSP, response is an implicit object of type HttpServletResponse. The instance of HttpServletResponse is created by the web
By CuckooRadio Editorial Team|2018-10-13T03:48:32-05:00October 13th, 2018|Jsp|
In JSP, config is an implicit object of type ServletConfig. This object can be used to get initialization parameter for
By CuckooRadio Editorial Team|2018-10-13T03:45:41-05:00October 13th, 2018|Jsp|
In JSP, application is an implicit object of type ServletContext. The instance of ServletContext is created only once by the
By CuckooRadio Editorial Team|2018-10-13T03:44:18-05:00October 13th, 2018|Jsp|
In JSP, session is an implicit object of type HttpSession.The Java developer can use this object to set,get or