svn commit: r903138 - in /struts/sandbox/trunk: struts2-gxp-plugin/ struts2-gxp-template-plugin/

2010-01-26 Thread lukaszlenart
Author: lukaszlenart
Date: Tue Jan 26 09:27:28 2010
New Revision: 903138

URL: http://svn.apache.org/viewvc?rev=903138&view=rev
Log:
Move plugin

Added:
struts/sandbox/trunk/struts2-gxp-template-plugin/
  - copied from r903137, struts/sandbox/trunk/struts2-gxp-plugin/
Removed:
struts/sandbox/trunk/struts2-gxp-plugin/



[CONF] Confluence Changes in the last 24 hours

2010-01-26 Thread confluence
This is a daily summary of all recent changes in Confluence.

-
Updated Spaces:
-


Apache ActiveMQ (http://cwiki.apache.org/confluence/display/ACTIVEMQ)

Pages
-
How can I monitor ActiveMQ edited by  gtully  (10:00 AM)
http://cwiki.apache.org/confluence/display/ACTIVEMQ/How+can+I+monitor+ActiveMQ



Apache Aries (http://cwiki.apache.org/confluence/display/ARIES)

Pages
-
BuildingAries edited by  jlaskowski  (09:56 AM)
http://cwiki.apache.org/confluence/display/ARIES/BuildingAries



Apache Camel (http://cwiki.apache.org/confluence/display/CAMEL)

Pages
-
Jetty edited by  slewis  (07:54 PM)
http://cwiki.apache.org/confluence/display/CAMEL/Jetty

Fine Grained Control Over a Channel created by huntc (10:09 AM)
http://cwiki.apache.org/confluence/display/CAMEL/Fine+Grained+Control+Over+a+Channel

Cookbook edited by  huntc  (09:50 AM)
http://cwiki.apache.org/confluence/display/CAMEL/Cookbook



Apache CXF (http://cwiki.apache.org/confluence/display/CXF)

Pages
-
Resources and Articles edited by  dkulp  (08:05 PM)
http://cwiki.apache.org/confluence/display/CXF/Resources+and+Articles



Apache Felix (http://cwiki.apache.org/confluence/display/FELIX)

Pages
-
6.7. Configuring Failover Deployments edited by  gertvanthienen  (10:45 AM)
http://cwiki.apache.org/confluence/display/FELIX/6.7.+Configuring+Failover+Deployments



Apache Geronimo Project Management 
(http://cwiki.apache.org/confluence/display/GMOxPMGT)

Pages
-
Geronimo 3.0 Release Status edited by  caijunj  (02:28 AM)
http://cwiki.apache.org/confluence/display/GMOxPMGT/Geronimo+3.0+Release+Status



Apache Jackrabbit (http://cwiki.apache.org/confluence/display/JCR)

Pages
-
Downloads edited by  jukka  (10:46 PM)
http://cwiki.apache.org/confluence/display/JCR/Downloads

Welcome to Apache Jackrabbit edited by  jukka  (10:42 PM)
http://cwiki.apache.org/confluence/display/JCR/Welcome+to+Apache+Jackrabbit



Apache MINA 2 (http://cwiki.apache.org/confluence/display/MINA2)

Pages
-
Performance Test Reports created by elecharny (11:59 PM)
http://cwiki.apache.org/confluence/display/MINA2/Performance+Test+Reports

Developer Guide created by elecharny (11:45 PM)
http://cwiki.apache.org/confluence/display/MINA2/Developer+Guide

Related Projects created by elecharny (11:35 PM)
http://cwiki.apache.org/confluence/display/MINA2/Related+Projects

Sources created by elecharny (11:33 PM)
http://cwiki.apache.org/confluence/display/MINA2/Sources

Navigation created by elecharny (07:20 AM)
http://cwiki.apache.org/confluence/display/MINA2/Navigation

Conferences created by elecharny (11:31 PM)
http://cwiki.apache.org/confluence/display/MINA2/Conferences



OFBiz Project Administration Workspace 
(http://cwiki.apache.org/confluence/display/OFBADMIN)

Pages
-
Libraries Included in OFBiz edited by  jacques.le.roux  (09:53 PM)
http://cwiki.apache.org/confluence/display/OFBADMIN/Libraries+Included+in+OFBiz



OFBiz (Open For Business) Project Open Wiki 
(http://cwiki.apache.org/confluence/display/OFBIZ)

Pages
-
How to run OFBiz as a Service edited by  jaz  (04:20 PM)
http://cwiki.apache.org/confluence/display/OFBIZ/How+to+run+OFBiz+as+a+Service



OpenJPA (http://cwiki.apache.org/confluence/display/openjpa)

Pages
-
Index edited by  michael.d.d...@gmail.com  (08:00 PM)
http://cwiki.apache.org/confluence/display/openjpa/Index

Documentation edited by  michael.d.d...@gmail.com  (07:59 PM)
http://cwiki.apache.org/confluence/display/openjpa/Documentation



Apache Qpid (http://cwiki.apache.org/confluence/display/qpid)

Pages
-
QMFv2 API Proposal edited by  kgiu...@redhat.com  (08:25 PM)
http://cwiki.apache.org/confluence/display/qpid/QMFv2+API+Proposal

API Error Conditions edited by  g...@redhat.com  (12:20 PM)
http://cwiki.apache.org/confluence/display/qpid/API+Error+Conditions

Firewall Configuration edited by  robbie  (10:59 AM)
http://cwiki.apache.org/confluence/display/qpid/Firewall+Configuration



Apache Roller (http://cwiki.apache.org/confluence/display/ROLLER)

Pages
-
Rolle

svn commit: r903559 - in /struts/sandbox/trunk/struts2-gxp-plugin: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/struts2/ src/main/java/org/apa

2010-01-26 Thread lukaszlenart
Author: lukaszlenart
Date: Wed Jan 27 07:44:32 2010
New Revision: 903559

URL: http://svn.apache.org/viewvc?rev=903559&view=rev
Log:
Initial commit of all code donated by Google, all packages were renamed to 
org.apache.struts

Added:
struts/sandbox/trunk/struts2-gxp-plugin/
struts/sandbox/trunk/struts2-gxp-plugin/pom.xml
struts/sandbox/trunk/struts2-gxp-plugin/src/
struts/sandbox/trunk/struts2-gxp-plugin/src/main/
struts/sandbox/trunk/struts2-gxp-plugin/src/main/java/
struts/sandbox/trunk/struts2-gxp-plugin/src/main/java/org/
struts/sandbox/trunk/struts2-gxp-plugin/src/main/java/org/apache/
struts/sandbox/trunk/struts2-gxp-plugin/src/main/java/org/apache/struts2/

struts/sandbox/trunk/struts2-gxp-plugin/src/main/java/org/apache/struts2/views/

struts/sandbox/trunk/struts2-gxp-plugin/src/main/java/org/apache/struts2/views/gxp/

struts/sandbox/trunk/struts2-gxp-plugin/src/main/java/org/apache/struts2/views/gxp/AbstractGxp.java

struts/sandbox/trunk/struts2-gxp-plugin/src/main/java/org/apache/struts2/views/gxp/AbstractGxpResult.java

struts/sandbox/trunk/struts2-gxp-plugin/src/main/java/org/apache/struts2/views/gxp/Gxp.java

struts/sandbox/trunk/struts2-gxp-plugin/src/main/java/org/apache/struts2/views/gxp/GxpInstance.java

struts/sandbox/trunk/struts2-gxp-plugin/src/main/java/org/apache/struts2/views/gxp/GxpResult.java

struts/sandbox/trunk/struts2-gxp-plugin/src/main/java/org/apache/struts2/views/gxp/Param.java
struts/sandbox/trunk/struts2-gxp-plugin/src/test/
struts/sandbox/trunk/struts2-gxp-plugin/src/test/java/

Added: struts/sandbox/trunk/struts2-gxp-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-gxp-plugin/pom.xml?rev=903559&view=auto
==
--- struts/sandbox/trunk/struts2-gxp-plugin/pom.xml (added)
+++ struts/sandbox/trunk/struts2-gxp-plugin/pom.xml Wed Jan 27 07:44:32 2010
@@ -0,0 +1,71 @@
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+4.0.0
+
+org.apache.struts
+struts2-plugins
+2.2.0-SNAPSHOT
+
+
+org.apache.struts
+struts2-gxp-plugin
+jar
+Struts 2 GXP Plugin
+http://struts.apache.org
+
+
+
scm:svn:http://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2-gxp-plugin
+
scm:svn:https://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2-gxp-plugin
+
http://svn.apache.org/viewcvs.cgi/struts/sandbox/trunk/struts2-gxp-plugin
+
+
+
+
+org.apache.struts
+struts2-core
+2.2.0-SNAPSHOT
+
+
+javax.servlet
+servlet-api
+2.4
+provided
+
+
+
+com.google
+gxp
+0.2.4-BETA
+
+
+junit
+junit
+3.8.1
+test
+
+
+com.google.collections
+google-collections
+1.0
+
+
+
+
+install
+
+
+maven-compiler-plugin
+
+1.5
+1.5
+
+
+
+
+
+

Added: 
struts/sandbox/trunk/struts2-gxp-plugin/src/main/java/org/apache/struts2/views/gxp/AbstractGxp.java
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-gxp-plugin/src/main/java/org/apache/struts2/views/gxp/AbstractGxp.java?rev=903559&view=auto
==
--- 
struts/sandbox/trunk/struts2-gxp-plugin/src/main/java/org/apache/struts2/views/gxp/AbstractGxp.java
 (added)
+++ 
struts/sandbox/trunk/struts2-gxp-plugin/src/main/java/org/apache/struts2/views/gxp/AbstractGxp.java
 Wed Jan 27 07:44:32 2010
@@ -0,0 +1,348 @@
+/*
+ * $Id$
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.struts2.views.gxp;
+
+import com.google.common.annotations.VisibleForTesting;
+import com.google.gxp.ba