<%-- Copyright 2004 The Apache Software Foundation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --%> <%@ page language="java"contentType="text/html; charset=ISO-8859-1"%> About the Music Store <%@ include file="header.jsp" %>
The Music Store is a multi-channel application.
It demonstrates how the RDC tag library can be leveraged to create speech applications which share substantial portions of the higher layers of the application framework with the GUI channel.

The GUI channel is designed for small devices, hence uses minimal bandwidth and real estate.

The set of GUI and Voice JSPs produce the appropriate presentation layer for each channel, reusing the higher layers (in this case, Struts artifacts and the Amazon Web Services calls).
  • The voice channel is here:
    ${pageContext.request.contextPath}/musicstore-app/voice/mainmenu.do
  • The GUI channel is here:
    ${pageContext.request.contextPath}/musicstore-app/gui/mainmenu.do
View README for information about getting your own AWS subscription ID and try out the Music Store!