[webbeans-commits] Webbeans SVN: r2440 - in examples/trunk/wicket: numberguess and 1 other directory.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Apr 16 12:55:09 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-04-16 12:55:08 -0400 (Thu, 16 Apr 2009)
New Revision: 2440

Modified:
   examples/trunk/wicket/conversations/
   examples/trunk/wicket/conversations/pom.xml
   examples/trunk/wicket/conversations/readme.txt
   examples/trunk/wicket/numberguess/
   examples/trunk/wicket/numberguess/pom.xml
   examples/trunk/wicket/numberguess/readme.txt
Log:
minor


Property changes on: examples/trunk/wicket/conversations
___________________________________________________________________
Name: svn:ignore
   + 
target
.classpath
.settings
.project


Modified: examples/trunk/wicket/conversations/pom.xml
===================================================================
--- examples/trunk/wicket/conversations/pom.xml	2009-04-16 16:39:24 UTC (rev 2439)
+++ examples/trunk/wicket/conversations/pom.xml	2009-04-16 16:55:08 UTC (rev 2440)
@@ -11,7 +11,7 @@
    </parent>
    
    <groupId>org.jboss.webbeans.examples</groupId>
-   <artifactId>wicket-conversations</artifactId>
+   <artifactId>webbeans-wicket-conversations</artifactId>
    <packaging>war</packaging>
    <name>Web Beans Examples: Conversations with Wicket</name>
    

Modified: examples/trunk/wicket/conversations/readme.txt
===================================================================
--- examples/trunk/wicket/conversations/readme.txt	2009-04-16 16:39:24 UTC (rev 2439)
+++ examples/trunk/wicket/conversations/readme.txt	2009-04-16 16:55:08 UTC (rev 2440)
@@ -1,16 +1,20 @@
-This example is similar to its sibling "conversations" example, but implemented with wicket
-and the wicket-webbeans integration.  It also follows the wicket standard usage of running from 
-within eclipse with jetty.  So, for example, to run the app, right-click on Start.java in 
-the project and choos "Run as Java Application," which will launch jetty with the example.  Then hit http://localhost:8080/
+This example is similar to its sibling "conversations" example, but implemented 
+with wicket and the wicket-webbeans integration.  It also follows the wicket 
+standard usage of running from within eclipse with jetty.  So, for example, to 
+run the app, right-click on Start.java in the project and choose "Run as Java 
+Application," which will launch jetty with the example.  Then hit 
+http://localhost:8080/
 
 
-Note that conversational behavior for wicket is different than that of jsf.  Roughly:
+Note that conversational behavior for wicket is different than that of jsf.  
+Roughly:
 
 - Conversations are started/ended in the same way, with Conversation.begin/end
 
-- Conversations are by default propagated to new PageTargets, whether directly instantiated
-or created with boomkarkable mounts.  In the former case, the new Page instance will have the
-conversation id embedded in its page metadata.  In the latter, a "cid" parameter is passed along.
+- Conversations are by default propagated to new PageTargets, whether directly 
+instantiated or created with boomkarkable mounts.  In the former case, the new 
+Page instance will have the conversation id embedded in its page metadata.  In 
+the latter, a "cid" parameter is passed along.
 
 - To switch a conversation, you need to explicitly pass the cid in wicket 
 RequestParameters.  See the example.


Property changes on: examples/trunk/wicket/numberguess
___________________________________________________________________
Name: svn:ignore
   + 
.classpath
.settings
.project
target


Modified: examples/trunk/wicket/numberguess/pom.xml
===================================================================
--- examples/trunk/wicket/numberguess/pom.xml	2009-04-16 16:39:24 UTC (rev 2439)
+++ examples/trunk/wicket/numberguess/pom.xml	2009-04-16 16:55:08 UTC (rev 2440)
@@ -11,7 +11,7 @@
    </parent>
    
    <groupId>org.jboss.webbeans.examples</groupId>
-   <artifactId>wicket-numberguess</artifactId>
+   <artifactId>webbeans-wicket-numberguess</artifactId>
    <packaging>war</packaging>
    <name>Web Beans Examples: Numberguess with wicket</name>
    

Modified: examples/trunk/wicket/numberguess/readme.txt
===================================================================
--- examples/trunk/wicket/numberguess/readme.txt	2009-04-16 16:39:24 UTC (rev 2439)
+++ examples/trunk/wicket/numberguess/readme.txt	2009-04-16 16:55:08 UTC (rev 2440)
@@ -1,6 +1,8 @@
-This example is similar to its sibling "numberguess" example, but implemented with wicket
-and the wicket-webbeans integration.  It also follows the wicket standard usage of running from 
-within eclipse with jetty.  So, for example, to run the app, right-click on Start.java in 
-the project and choos "Run as Java Application," which will launch jetty with the example.  Then hit http://localhost:8080/
+This example is similar to its sibling "numberguess" example, but implemented 
+with wicket and the wicket-webbeans integration.  It also follows the wicket 
+standard usage of running from within eclipse with jetty.  So, for example, to 
+run the app, right-click on Start.java in the project and choose "Run as Java 
+Application," which will launch jetty with the example.  Then hit 
+http://localhost:8080/
 
 




More information about the weld-commits mailing list