|
From: <sim...@us...> - 2011-09-25 22:24:53
|
Revision: 1119
http://zkforge.svn.sourceforge.net/zkforge/?rev=1119&view=rev
Author: simon_massey
Date: 2011-09-25 22:24:47 +0000 (Sun, 25 Sep 2011)
Log Message:
-----------
a link to the draft article.
Modified Paths:
--------------
trunk/zktodo2/src/main/webapp/index.jsp
Modified: trunk/zktodo2/src/main/webapp/index.jsp
===================================================================
--- trunk/zktodo2/src/main/webapp/index.jsp 2011-09-24 23:09:12 UTC (rev 1118)
+++ trunk/zktodo2/src/main/webapp/index.jsp 2011-09-25 22:24:47 UTC (rev 1119)
@@ -12,4 +12,29 @@
<br/>
<br/>
Click <a href="mvvm-demo/weather-station-mvvm.zul">here</a> for the weather station MVVM demo which is mentioned in the presentation at the link above.
-
\ No newline at end of file
+<br/>
+<h2>References</h2>
+<ul>
+ <li>Preview of up comming MVVM article <a href="http://dl.dropbox.com/u/2622674/zk/Test%20Driving%20The%20MVVM%20Pattern%20With%20The%20ZK%20Java%20Ajax%20Framework.html">Test
+Driving The MVVM Pattern With The ZK Java Ajax Framework</a><br>
+ </li>
+<li>MVC article <a
+href="http://java.dzone.com/articles/using-desktop-model-view">Desktop
+MVC Patterns ZK, Spring & JPA</a></li>
+<li>Original MVP article <a
+href="http://books.zkoss.org/wiki/Small_Talks/2008/June/Best_Model-View-Controller_Patterns">SmallTalks
+2008 Best MVC Patterns</a></li>
+<li>Book on how to build a layered domain model with Spring <a
+href="http://www.manning.com/crichardson/">POJOs In Action</a></li>
+<li>ZK MVC Screen for POJOs In Action book code <a
+href="http://books.zkoss.org/wiki/Small_Talks/2007/January/Test_Driving_the_%27ZkFoodToGo%27_Example_Application">Test
+Driving ZK FoodToGo</a></li>
+<li>Book on designing 'domain objects first' for supple code <a
+href="http://www.amazon.com/Domain-Driven-Design-Tackling-Complexity-Software/dp/0321125215">Evans
+Domain Driven Design</a></li>
+<li>Martin Fowler GUI Patterns pages <a
+href="http://martinfowler.com/eaaDev/uiArchs.html">UI Architectures</a></li>
+<li>Josh Smith's inspirational <a
+href="http://msdn.microsoft.com/en-us/magazine/dd419663.aspx">Microsoft
+.Net MVVM Article</a></li>
+</ul>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|