Author: [email protected]
Date: Sun Dec 28 20:19:59 2008
New Revision: 417
Modified:
site/learn/patterns.html
Log:
issue#42 link to two papers instead of citing them a bit weak.
Modified: site/learn/patterns.html
==============================================================================
--- site/learn/patterns.html (original)
+++ site/learn/patterns.html Sun Dec 28 20:19:59 2008
@@ -26,33 +26,33 @@
<body>
<div id='navigation'>
<!--
- this navigation node is auto-generated and injected
- by the script tools/inject_navigation.rb
+ this navigation node is auto-generated and injected
+ by the script tools/inject_navigation.rb
- DO NOT EDIT IT MANUALLY!!!
- -->
+ DO NOT EDIT IT MANUALLY!!!
+ -->
<p>
<a href='../index.html'><img
src='../images/Piccolo2D-Logo-small.png'
alt='Piccolo2D Logo' /></a>
</p>
<ul>
<li>
- <a href='../index.html'>Piccolo2D Home</a>
+ <a href='../index.html'>Piccolo2D Home</a>
<ul>
<li>
<a href='../play/index.html'>Play</a>
</li>
<li>
- <a href='../learn/index.html'>Learn</a>
+ <a href='../learn/index.html'>Learn</a>
<ul>
<li>
<a href='../learn/about.html'>About Piccolo2D</a>
</li>
<li>
- <a href='../learn/patterns.html'
class='selected'>Piccolo2D Patterns</a>
+ <a href='../learn/patterns.html'
class='selected'>Piccolo2D Patterns</a>
<ul>
<li>
- <a href='#Intro'>Intro</a>
+ <a href='#Intro'>Intro</a>
<ul>
<li>
<a href='#ZUIs'>ZUIs</a>
@@ -60,7 +60,7 @@
</ul>
</li>
<li>
- <a href='#Usage_Patterns'>Usage</a>
+ <a href='#Usage_Patterns'>Usage</a>
<ul>
<li>
<a href='#Building_Piccolo2D'>Build</a>
@@ -83,7 +83,7 @@
</ul>
</li>
<li>
- <a
href='#Implementation_Patterns_for_Piccolo2D'>Implementation</a>
+ <a
href='#Implementation_Patterns_for_Piccolo2D'>Implementation</a>
<ul>
<li>
<a
href='#Piccolo2D_Framework_Design'>Framework Design</a>
@@ -115,7 +115,7 @@
</ul>
</li>
<li>
- <a
href='#Desing_Patterns_for_ZUI_Interfaces'>ZUI Design</a>
+ <a
href='#Desing_Patterns_for_ZUI_Interfaces'>ZUI Design</a>
<ul>
<li>
<a
href='#Semantic_Zooming'>Semantic Zooming</a>
@@ -184,10 +184,12 @@
<h1>
Piccolo2D Patterns
</h1>Below, we explain the common programming Paradigms associated
with Piccolo2D. This
- work is based heavily on the work of R. Johnson in his seminal
1992 paper "Documenting
- Frameworks using Patterns" and the work of Douglas Kirk in his
<em>Patterns for
- JHotDraw</em> paper. This work merely attempts to adapt the
concepts presented there into a
- format suitable for our Piccolo2D framework.
+ work is based heavily on the work of R. Johnson in his seminal
1992 paper
+ <a
href='http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.103.4022&rep=rep1&type=pdf'>
+ Documenting Frameworks using Patterns</a> and the work of Douglas
Kirk in his
+ <a
href='http://personal.cis.strath.ac.uk/~murray/efocswww/papers/EFoCS-38-2001.html'>Patterns
+ for JHotDraw</a> paper. This work merely attempts to adapt the
concepts presented there
+ into a format suitable for our Piccolo2D framework.
</div>
<p class='toggle' id='language'
style='float: right; width: 8.5em; height: 8ex; border:thin solid
blue;'>
--~--~---------~--~----~------------~-------~--~----~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~----------~----~----~----~------~----~------~--~---