Author: svenmeier
Date: Tue Jun 28 20:52:30 2011
New Revision: 1140838

URL: http://svn.apache.org/viewvc?rev=1140838&view=rev
Log:
removed reference to ONGL (doesn't even exist anymore), added Spring for DI, 
replaced contrib with wicket-stuff

Modified:
    wicket/common/site/trunk/meet/vision.md

Modified: wicket/common/site/trunk/meet/vision.md
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/meet/vision.md?rev=1140838&r1=1140837&r2=1140838&view=diff
==============================================================================
--- wicket/common/site/trunk/meet/vision.md (original)
+++ wicket/common/site/trunk/meet/vision.md Tue Jun 28 20:52:30 2011
@@ -27,8 +27,8 @@ a negative sense by all the things that 
 
 In other words, ideally, Wicket is a web UI framework that delegates as many
 areas of responsibility as possible to other, more focused tools and
-techniques. It recognizes that Hibernate is good at persistence; that OGNL is
-good at string formatting; that Java properties files are good for
+techniques. It recognizes that Hibernate is good at persistence; that Spring is
+good at DI; that Java properties files are good for
 localization; that sub-classing is good for creating component types; that
 Dreamweaver is good at doing HTML layout; that Beans are good for structuring
 properties; and so on.
@@ -53,8 +53,8 @@ It's easy to add features. It's often im
 
 Given this, the Wicket approach to the overall problem of evolving while
 keeping a high power to weight ratio will be partitioning off all
-controversial new ideas in a "contrib" package until they are broadly
+controversial new ideas in a "wicket-stuff" package until they are broadly
 accepted. This way people can experiment and code away and check in lots of
 stuff without affecting the main codebase with untested ideas. Then, when
-ideas in contrib pan out to everyone's satisfaction, the lead(s) of the
-project will move them into the core.
\ No newline at end of file
+ideas pan out to everyone's satisfaction, the leads of the
+project will move them into the core.


Reply via email to