Author: svenmeier
Date: Tue Jun 28 20:41:37 2011
New Revision: 1140830

URL: http://svn.apache.org/viewvc?rev=1140830&view=rev
Log:
replaced Swing with POJO; URL encryption already possible

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

Modified: wicket/common/site/trunk/meet/features.md
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/meet/features.md?rev=1140830&r1=1140829&r2=1140830&view=diff
==============================================================================
--- wicket/common/site/trunk/meet/features.md (original)
+++ wicket/common/site/trunk/meet/features.md Tue Jun 28 20:41:37 2011
@@ -2,7 +2,7 @@
 layout: default
 title: Features
 ---
-## Swing-like OO Component Model ##
+## POJO Component Model ##
 
 Pages and Components in Wicket are real Java objects that support
 encapsulation, inheritance and events.
@@ -25,8 +25,7 @@ special tools.
 
 Wicket is secure by default. URLs do not expose sensitive information and all
 component paths are session-relative. Explicit steps must be taken to share
-information between sessions. There are plans for the next version of Wicket
-to add URL encryption to support highly secure web sites.
+information between sessions. Furthermore URL encryption allows highly secure 
web sites.
 
 ## Transparent, Scalable Clustering Support ##
 


Reply via email to