Web Development

  Home arrow Web Development arrow Page 3 - Creating an Estore From the Ground Up
WEB DEVELOPMENT

Creating an Estore From the Ground Up
By: Katie Gatto
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 1
    2010-07-07

    Table of Contents:
  • Creating an Estore From the Ground Up
  • Creating and Filling in Tags
  • Controlling The Page View
  • Setting Up the Store Front

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     

    SEARCH DEV MECHANIC

    TOOLS YOU CAN USE

    advertisement

    Creating an Estore From the Ground Up - Controlling The Page View


    (Page 3 of 4 )

    <%@ page import="com.sun.estore.control.Web.ScreenNames" %>

    <jsp:useBean

      id="screenManager"

      class="com.sun.estore.control.Web.ScreenFlowManager"

      scope="session"/>

    <j2ee:CreateTemplate template="template"

         screen="<%=screenManager.getCurrentScreen(request)%>">

         <j2ee:Screen screen="<%=ScreenNames.MAIN_SCREEN%>">

              <j2ee:Parameter parameter="HTML Title"

                  value="Welcome to Java Pet Store Demo" direct="true"/>

              <j2ee:Parameter parameter="HTML Banner"

                  value="/banner.jsp" direct="false"/>

              <j2ee:Parameter parameter="HTML Body"

                  value="/index.jsp" direct="false"/>

         </j2ee:Screen>

         <j2ee:Screen screen="<%=ScreenNames.SIGN_IN_SUCCESS_SCREEN%>">

              ...

         </j2ee:Screen>

         ...

    </j2ee:CreateTemplate>

     

    Defining Page Appearance

    <table border="0"  cellspacing="0" width="600" >

      <tr>

        <td>

          <%@ include file="sideindex.jsp"%>

        </td>

        <td bgcolor="white" height="300">

          <%@ include file="splash.jsp" %>

        </td>

      </tr>

    </table>

    </HTML >

    Of course this is just a base; you can customize it in any way that your skills allow. If, however, you want a no-code option, you do have a few choices. Some of these choices include: 

    Jimdo

    • A sub-domain 

    • 500 MB of storage space 

    • Custom templates

    • Photo Galleries

    • SEO

    • RSS and friending support

    Cafe Press

    • A sub-domain

    • The ability to put the same image on multiple items easily.

    • Custom templates

    • Photo galleries

    eBay

    • Listings on a very large site, where many people already go to shop.

    • The ability to put up images and control both pricing and shipping options easily.

    More Web Development Articles
    More By Katie Gatto

       

    WEB DEVELOPMENT ARTICLES

    - On Page SEO for New Domains
    - Improve Your Site`s Speed
    - Safari Books Online Review
    - Creating an Estore From the Ground Up
    - Most Common SEO Mistakes Developers Make
    - Making the Most of Your Titles and Meta Desc...
    - Five Ways Using Flash Can Damage Your Site
    - A Web Designer`s Guide to Colors
    - Use Webstarts to Create a Free Site
    - More Than Just Looks. How Your Web Design C...
    - How to Design Content Pages
    - Mint Review
    - Make Your WordPress Website Look Professional
    - How to Create a Mobile Web Site
    - Meta Tags: Still Useful?
    ozk4n

    Developer Shed Affiliates

     



    © 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap