|
31 | 31 | \chapter{Seaside}
|
32 | 32 | \label{cha:seaside}
|
33 | 33 |
|
34 |
| -\on{I am just collecting some notes for now.} |
| 34 | +\on{I am working on this chapter.} |
| 35 | + |
| 36 | +%================================================================= |
| 37 | +\section{XXX} |
| 38 | + |
| 39 | +\begin{verbatim} |
| 40 | +Outline |
| 41 | +- What is Seaside? |
| 42 | + - Problems with web development |
| 43 | + - advantage of seaside cf IEEE paper |
| 44 | + - history? |
| 45 | + - lots of recent changes |
| 46 | + - Developed by ... |
| 47 | +\end{verbatim} |
| 48 | + |
| 49 | +%================================================================= |
| 50 | +\section{XXX} |
| 51 | +\begin{verbatim} |
| 52 | +- Getting Started |
| 53 | + - Downloading and installing |
| 54 | + - Running examples |
| 55 | + - Using the GUI: Halos, debugging etc |
| 56 | +\end{verbatim} |
| 57 | + |
| 58 | +%================================================================= |
| 59 | +\section{XXX} |
| 60 | +\begin{verbatim} |
| 61 | +- Overview |
| 62 | + - Components, Tasks, Rendering, Call & Answer ... |
| 63 | +\end{verbatim} |
| 64 | + |
| 65 | +%----------------------------------------------------------------- |
| 66 | +\subsection{XXX} |
| 67 | +\begin{verbatim} |
| 68 | +- Rendering |
| 69 | + - Hello World |
| 70 | + - Rendering examples |
| 71 | + - Nested Components |
| 72 | +\end{verbatim} |
| 73 | +%----------------------------------------------------------------- |
| 74 | +\subsection{XXX} |
| 75 | +\begin{verbatim} |
| 76 | +- Call and Answer |
| 77 | + - Standard Dialogues |
| 78 | + - Tasks |
| 79 | +\end{verbatim} |
| 80 | +%----------------------------------------------------------------- |
| 81 | +\subsection{XXX} |
| 82 | +\begin{verbatim} |
| 83 | +- Backtracking state |
| 84 | +- Transactions |
| 85 | +\end{verbatim} |
| 86 | + |
| 87 | +%================================================================= |
| 88 | +\section{A complete example} |
| 89 | +\begin{verbatim} |
| 90 | +- RPN Calculator |
| 91 | +\end{verbatim} |
35 | 92 |
|
36 | 93 | %=================================================================
|
37 | 94 | \section{Getting started}
|
@@ -89,6 +146,11 @@ \section{Getting started}
|
89 | 146 | How do you turn off the toolbar?
|
90 | 147 | \end{faq}
|
91 | 148 | \answer
|
| 149 | + |
| 150 | +\begin{faq} |
| 151 | +How do you render components? |
| 152 | +\end{faq} |
| 153 | +\answer |
92 | 154 | All components must inherit from WAComponent
|
93 | 155 | Every component must implement \ct{#renderContentOn:}
|
94 | 156 |
|
|
0 commit comments