~ubuntu-branches/ubuntu/trusty/libstruts1.2-java/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/faqs/index.xml

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2004-11-19 15:35:25 UTC
  • Revision ID: james.westby@ubuntu.com-20041119153525-mdu08a76z4zo67xt
Tags: upstream-1.2.4
ImportĀ upstreamĀ versionĀ 1.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
 
2
 
 
3
<document url="./index.xml" authors="false">
 
4
 
 
5
<properties>
 
6
    <author>Ted Husted</author>
 
7
    <title>FAQs and Howtos - Apache Struts</title>
 
8
</properties>
 
9
 
 
10
<body>
 
11
 
 
12
<section name="Struts FAQs">
 
13
 
 
14
 <ul>
 
15
 
 
16
    <li>
 
17
    <a href="kickstart.html">Kickstart FAQ</a> (read me first)
 
18
    </li>
 
19
 
 
20
    <li>
 
21
    <a href="newbie.html">Newbie FAQ</a>
 
22
    </li>
 
23
 
 
24
    <li>
 
25
    <a href="helping.html">How to Help FAQ</a>
 
26
    </li>
 
27
 
 
28
     <li>
 
29
     <a href="works.html">How does Struts work?</a>
 
30
     </li>
 
31
 
 
32
 </ul>
 
33
 
 
34
</section>
 
35
 
 
36
<section name="Howto Guides">
 
37
 
 
38
 <ul>
 
39
 
 
40
    <li>
 
41
    <a href="actionForm.html">Building an Action Form</a>
 
42
    </li>
 
43
    
 
44
    <li>
 
45
    <a href="apps.html">Building Applications</a>
 
46
    </li>
 
47
    
 
48
    <li>
 
49
    <a href="database.html">Accessing a Database</a>
 
50
    </li>
 
51
 
 
52
    <li>
 
53
    <a href="indexedprops.html">Indexed Properties, Mapped Properties, and Indexed Tags</a>
 
54
    </li>
 
55
 
 
56
    <li>
 
57
    <a href="ssl.html">Using the SSL protocol</a>
 
58
    </li>
 
59
    
 
60
    <li>
 
61
    <a href="struts-el.html">Struts EL Extension</a>
 
62
    </li>
 
63
 
 
64
 </ul>
 
65
 
 
66
</section>
 
67
 
 
68
<section name="IDE Guides">
 
69
 
 
70
 <ul>
 
71
 
 
72
    <li>
 
73
    <a href="eclipse.html">Installing the Eclipse IDE</a>
 
74
    </li>
 
75
 
 
76
    <li>
 
77
    <a href="netbeans.html">Installing the Netbeans IDE</a>
 
78
    </li>
 
79
    
 
80
 </ul>
 
81
 
 
82
</section>
 
83
 
 
84
<section name="External FAQs and Howtos">
 
85
 
 
86
<ul>
 
87
   <li>
 
88
   <a href="http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsProjectPages ">Apache Struts Wiki</a>
 
89
   </li>
 
90
</ul>
 
91
 
 
92
 <ul>
 
93
    <li>
 
94
    <a href="http://www.jguru.com/faq/home.jsp?topic=Struts">jGuru FAQ</a>
 
95
    </li>
 
96
 </ul>
 
97
 
 
98
<ul>
 
99
   <li>
 
100
   <a href="http://www.husted.com/struts/tips">Struts Tips</a> by Ted Husted
 
101
   </li>
 
102
</ul>
 
103
 
 
104
 <ul>
 
105
    <li>
 
106
    <a href="http://strutstestcase.sourceforge.net">Unit Testing with Struts TestCase</a> by Deryl Seale
 
107
    </li>
 
108
 </ul>
 
109
 
 
110
<ul>
 
111
   <li>
 
112
   <a href="http://www.raibledesigns.com/page/rd/20030226#struts_validator_validating_two_fields">Struts Validator: Validating Two Fields Match</a> by Matt Raible
 
113
   </li>
 
114
</ul>
 
115
 
 
116
</section>
 
117
 
 
118
</body></document>