alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

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

get, get, http, method, omissions, post, post, servlet, test, the, the, try, try

The Java EE 6 index.jsp source code

<html>

    <body>
        Test Http Method Omissions in Servlet
        <br>
<form name="formPost" action="/http-method-omission/omissionservlet" method="POST"> The Post Method is permitted only for javaee6user<br> <input type="submit" value="Try Post" /> </form> <br>
<form name="formGet" action="/http-method-omission/omissionservlet" method="GET"> The Get method is denied access to all users <br> <input type="submit" value="Try Get" /> </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:

... 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.