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

Struts example source code file (showcase.jsp)

This example Struts source code file (showcase.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 - Struts tags/keywords

ajax, bar, date, file, file, for, showcase, showcase, struts, struts, the, the, these, tiles

The Struts showcase.jsp source code

<%-- 
    showcase.jsp
    
    @version $Date: 2007-08-22 01:07:00 +0200 (Wed, 22 Aug 2007) $ $Id: showcase.jsp 568318 2007-08-21 23:07:00Z musachy $
--%>

<%@ taglib prefix="s" uri="/struts-tags" %>
<html>
<head>
    <title>Showcase
    <s:head theme="simple"/>
</head>

<body>
    <blockquote>
        <p>
            The Struts Showcase demonstrates a variety of use cases and tag usages.
            Essentially, the application exercises various framework features in isolation.
            <em>The Showcase is not meant as a "best practices" example.
        </p>
        <ul>
            <li>
                For more "by example" solutions,
                see the <a href="http://struts.apache.org/2.x/docs/cookbook.html">Struts Cookbook pages.
            </li>
            <li>
                For a "best practices" example, see the
                <a href="http://planetstruts.org/struts2-mailreader/">MailReader application Tour and source code.
            </li>
        </ul>
    </blockquote>
    <p>
    <%-- THIS LIST IS MAINTAINED IN WEB-INF/decorators/main.jsp TO CREATE THE MENU BAR -- EDIT THERE AND COPY HERE --%>
    <ul>
        <li>">Home        
        <li>">Interactive demo of OGNL and JSP tags   
        <li>">Ajax plugin for Struts
        <li>">Ajax Chat
        <li>">Action Chaining
        <li>">Config Browser
        <li>">Conversion
        <li>">CRUD
        <li>">Execute & Wait
        <li>">File Download
        <li>">File Upload
        <li>">Freemarker
        <li>">Hangman
        <li>">JavaServer Faces
        <li>">Person Manager
        <li>">Tags
        <li>">Tiles
        <li>">Token
        <li>">Validation
        <li class="last">">Help
     </ul>

    <h2>Sandbox
    <p>
        These examples are under development and may not be fully operational.
    </p>
    <ul>
        <li>">Continuations
    </ul>

</p>

</body>
</html>

Other Struts examples (source code examples)

Here is a short list of links related to this Struts showcase.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.