Enterprise Java
-
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 » -
Launch Jetty in embedded mode
In this example we shall show you how to launch Jetty server in embedded mode. The Jetty Web Server provides an…
Read More » -
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 » -
Send notification at MBean attribute change
This is an example of how to send a notification when an attribute of an MBean changes. An MBean is…
Read More » -
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 » -
Conditional content in JSP page
With this example we are going to see how to create a conditional content in a JSP page. JavaServer Pages…
Read More » -
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 » -
Comments in JSP Page
In this example we shall show you how to add comments in a JSP page. JavaServer Pages (JSP) is a…
Read More » -
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 » -
Pass Parameters to other JSP Page
This is an example of how to pass parameters from one JSP page to another. JavaServer Pages (JSP) is a server-side…
Read More »