alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  
</tr> <tr> <td>Powered By Servlet 3.0 and Weld </tr> </tbody> </table> <table height="30" style="font-size: 16px"> <tr> <td>Enter any value for user name and password. </tr> </table> <table style="font-size: 16px"> <tr> <td style="color:red">* <td>Denotes required entry. </tr> </table> <table height="30"> <table border="1" style="font-size: 18px"> <tr> <td>User Name: <td> <td style="color:red">* </tr> <tr> <td>Password: <td> <td style="color:red">* </tr> </table> <table border="1"> <tr> <td colspan="2"> <td colspan="2"> </tr> </table> </table> <table height="20"> <tr> <td>
</tr> </table> </form> </body> </html>

Other Java EE 6 examples (source code examples)

Here is a short list of links related to this Java EE 6 index.jsp source code file:

Java EE 6 example source code file (index.jsp)

This example Java EE 6 source code file (index.jsp) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Java EE 6 tags/keywords

by, doctype, html, html, login, powered, reset, servlet, servlet, submit, transitional//en, utf-8, w3c//dtd, weld

The Java EE 6 index.jsp source code

<%@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>Weld Servlet Injection
        <script type="text/javascript" src="resources/ajax.js">
        </script>
        <link type="text/css" rel="stylesheet" href="/weld-servlet/resources/stylesheet.css" />
    </head>
    <body>
        <form name="myForm" method="POST" action="LoginServlet">
            <table class="title-panel">
                <tbody>
                    <tr>
                        <td>Login Servlet
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.