-
jetty

Embedding Jetty with Servlet
This is an example of how to embed Jetty server with Servlet. The Jetty Web Server provides an HTTP server and…
Read More » -
jmx

List all JVM MBeans
With this example we are going to demonstrate how to list all JVM MBeans. An MBean is a managed Java…
Read More » -
jmx

Create and register MBean in MBeanServer
In this example we shall show you how to create and register an MBean in MBeanServer. An MBean is a managed…
Read More » -
jsp

Create an error page for JSP pages
This is an example of how to create an error page in JSP pages. JavaServer Pages (JSP) is a server-side programming…
Read More » -
jsp

Use Bean in JSP Page
With this example we are going to demonstrate how to use a Bean in a JSP page. JavaServer Pages (JSP)…
Read More » -
jsp

Include file in JSP page
In this example we shall show you how to include a file in a JSP page. JavaServer Pages (JSP) is…
Read More » -
jsp

Send Redirect in JSP page
This is an example of how to send Redirect in a JSP page. JavaServer Pages (JSP) is a server-side programming…
Read More » -
jsp

Use Java Code in JSP page
With this example we are going to demonstrate how to use Java code in a JSP page. JavaServer Pages (JSP)…
Read More » -
jstl

Set scoped variables with JSTL in JSP Page
In this example we shall show you how to set scoped variables in a JSP Page, using JSTL. The JavaServer…
Read More » -
jstl

Conditional content with JSTL in JSP page
This is an example of how to create conditional content in a JSP page using JSTL. JavaServer Pages Standard Tag…
Read More »

