|  | <%-- | 
|  |  | 
|  | Copyright (c) 2009, 2018 Oracle and/or its affiliates. All rights reserved. | 
|  |  | 
|  | This program and the accompanying materials are made available under the | 
|  | terms of the Eclipse Distribution License v. 1.0, which is available at | 
|  | http://www.eclipse.org/org/documents/edl-v10.php. | 
|  |  | 
|  | SPDX-License-Identifier: BSD-3-Clause | 
|  |  | 
|  | --%> | 
|  |  | 
|  | <%-- | 
|  | Document   : index | 
|  | Created on : Oct 22, 2009, 9:16:47 AM | 
|  | Author     : paulsandoz | 
|  | --%> | 
|  |  | 
|  | <%@page contentType="text/html" pageEncoding="UTF-8"%> | 
|  | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | 
|  | "http://www.w3.org/TR/html4/loose.dtd"> | 
|  |  | 
|  | <html> | 
|  | <head> | 
|  | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | 
|  | <title>Managed Beans WebApp</title> | 
|  | </head> | 
|  | <body> | 
|  | <p>Per-request resource <a href="app/managedbean/per-request">managedbean/per-request</a></p> | 
|  | <p>Singleton resource <a href="app/managedbean/singleton">managedbean/singleton</a></p> | 
|  | </body> | 
|  | </html> |