jford 2004/04/08 13:00:48
Added: tutorial/xdocs/13 index.xml
Log:
Coverted Chapter 13 tutorial to xdoc format
Revision Changes Path
1.1 jakarta-jetspeed/tutorial/xdocs/13/index.xml
Index: index.xml
===================================================================
<?xml version="1.0"?>
<!--
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.
-->
<document>
<properties>
<author email="[EMAIL PROTECTED]">David Sean Taylor</author>
<title>The Portal Web Design</title>
</properties>
<body>
<section name="The MVC Portlet">
<p>
Tutorial 7 introduces the Generic MVC Portlet. This section covers:
</p>
<p>
<ul>
<li>1. <a href='mvcintro.html'>Introduction to MVC Portlet</a></li>
<li>2. <a href='topnav.html'>MVC Portlets in the Registry</a></li>
<li>3. <a href='leftnav.html'>The Template</a></li>
<li>4. <a href='bottomnav.html'>MVC Actions and the Context</a></li>
<li>5. <a href='title.html'>Action Events</a></li>
<li>6. <a href='skins.html'>Deploy</a></li>
</ul>
</p>
<p>
Let's get started. From the JPortal distribution root directory, type:
</p>
<hr/>
<code>
ant tutorial-13
</code>
<hr/>
<p>
Recommend bringing up these files in your editor:
</p>
<p>
<hr/>
<code>
<ul>
<li>1. webapp/WEB-INF/conf/t13-portlets.xreg</li>
<li>2. webapp/WEB-INF/psml/user/anon/html/default.psml</li>
<li>3. webapp/WEB-INF/psml/user/turbine/html/default.psml</li>
<li>4.
src/java/com/bluesunrise/jportal/modules/actions/portlets/TutorialStockQuoteAction1.java</li>
<li>5.
src/java/com/bluesunrise/jportal/modules/actions/portlets/TutorialStockQuoteAction2.java</li>
<li>6.
src/java/com/bluesunrise/jportal/modules/actions/portlets/CobiJonesPortletAction.java</li>
<li>7. webapp/WEB-INF/templates/vm/portlet/html/stock-quote1.vm</li>
<li>8. webapp/WEB-INF/templates/vm/portlet/html/stock-quote2.vm</li>
<li>9. webapp/WEB-INF/templates/vm/portlet/html/cobi-jones-form.vm</li>
<li>10. webapp/WEB-INF/conf/JPortalTurbine.properties</li>
</ul>
</code>
<hr/>
</p>
<p>
since we will reference them in tutorial 13.
</p>
</section>
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]