Skip to content

Commit 9c16957

Browse files
author
Oscar Nierstrasz
committed
seaside notes
git-svn-id: https://www.iam.unibe.ch/scg/svn_repos/SqueakByExample/Book@13858 54883e8d-cf1d-0410-83d6-f114b9419f37
1 parent ef878db commit 9c16957

File tree

1 file changed

+63
-1
lines changed

1 file changed

+63
-1
lines changed

Seaside/Seaside.tex

+63-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,64 @@
3131
\chapter{Seaside}
3232
\label{cha:seaside}
3333

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}
3592

3693
%=================================================================
3794
\section{Getting started}
@@ -89,6 +146,11 @@ \section{Getting started}
89146
How do you turn off the toolbar?
90147
\end{faq}
91148
\answer
149+
150+
\begin{faq}
151+
How do you render components?
152+
\end{faq}
153+
\answer
92154
All components must inherit from WAComponent
93155
Every component must implement \ct{#renderContentOn:}
94156

0 commit comments

Comments
 (0)