[gatein/gatein-portal] 251286: GTNPORTAL-2692 Add Todo-MVC example portlet
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-portal
Commit: 25128678830a9455b609aa9ba1a1d3406655647c
https://github.com/gatein/gatein-portal/commit/25128678830a9455b609aa9ba1...
Author: phuong_vu <phuong.vu(a)exoplatform.com>
Date: 2012-10-26 (Fri, 26 Oct 2012)
Changed paths:
M examples/portlets/pom.xml
A examples/portlets/todomvc/pom.xml
A examples/portlets/todomvc/src/main/java/org/gatein/portlet/mvc/TodoPortlet.java
A examples/…
[View More]portlets/todomvc/src/main/webapp/META-INF/MANIFEST.MF
A examples/portlets/todomvc/src/main/webapp/WEB-INF/gatein-resources.xml
A examples/portlets/todomvc/src/main/webapp/WEB-INF/portlet.xml
A examples/portlets/todomvc/src/main/webapp/WEB-INF/web.xml
A examples/portlets/todomvc/src/main/webapp/todos/DefaultStylesheet.css
A examples/portlets/todomvc/src/main/webapp/todos/model.js
A examples/portlets/todomvc/src/main/webapp/todos/todo.html
A examples/portlets/todomvc/src/main/webapp/todos/todo.js
A examples/portlets/todomvc/src/main/webapp/todos/vendor/backbone-localstorage.js
A examples/portlets/todomvc/src/main/webapp/todos/vendor/backbone.js
A examples/portlets/todomvc/src/main/webapp/todos/vendor/json2.js
A examples/portlets/todomvc/src/main/webapp/todos/vendor/underscore.js
A examples/portlets/todomvc/src/main/webapp/todos/view.js
Log Message:
-----------
GTNPORTAL-2692 Add Todo-MVC example portlet
[View Less]
12 years, 5 months
[gatein/gatein-wsrp] b87396: GTNWSRP-293 Added guards to deal with singleton li...
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-wsrp
Commit: b873961acbdf96bf9f4d21447f8179286d5cae9e
https://github.com/gatein/gatein-wsrp/commit/b873961acbdf96bf9f4d21447f81...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-25 (Thu, 25 Oct 2012)
Changed paths:
M producer/src/main/java/org/gatein/wsrp/producer/handlers/PortletManagementHandler.java
M producer/src/main/java/org/gatein/wsrp/producer/handlers/RegistrationHandler.java
…
[View More] M producer/src/main/java/org/gatein/wsrp/producer/handlers/ServiceDescriptionHandler.java
M producer/src/main/java/org/gatein/wsrp/producer/handlers/ServiceHandler.java
Log Message:
-----------
GTNWSRP-293 Added guards to deal with singleton lists which should be dealt as empty lists.
Commit: 48836115df93d5c22b1d74bffc48fe5c40a8882e
https://github.com/gatein/gatein-wsrp/commit/48836115df93d5c22b1d74bffc48...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-25 (Thu, 25 Oct 2012)
Changed paths:
M common/src/main/java/org/gatein/wsrp/WSRPUtils.java
M producer/src/main/java/org/gatein/wsrp/producer/handlers/PortletManagementHandler.java
M producer/src/main/java/org/gatein/wsrp/producer/handlers/RegistrationHandler.java
M producer/src/main/java/org/gatein/wsrp/producer/handlers/ServiceDescriptionHandler.java
M producer/src/main/java/org/gatein/wsrp/producer/handlers/ServiceHandler.java
Log Message:
-----------
GTNWSRP-293 Moved list guarding methods to WSRPUtils for better reuse.
Commit: 2aae9eca90be5db9851d4d57b1f45e7d77e44967
https://github.com/gatein/gatein-wsrp/commit/2aae9eca90be5db9851d4d57b1f4...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-25 (Thu, 25 Oct 2012)
Changed paths:
M consumer/src/main/java/org/gatein/wsrp/consumer/handlers/ActionHandler.java
M consumer/src/main/java/org/gatein/wsrp/consumer/handlers/EventHandler.java
M consumer/src/main/java/org/gatein/wsrp/consumer/handlers/InvocationHandler.java
M consumer/src/main/java/org/gatein/wsrp/consumer/handlers/NavigationalStateUpdatingHandler.java
M consumer/src/main/java/org/gatein/wsrp/consumer/handlers/RenderHandler.java
M consumer/src/main/java/org/gatein/wsrp/consumer/handlers/ResourceHandler.java
Log Message:
-----------
GTNWSRP-293 Also guard from improper one-element lists on the consumer side of things.
Commit: 95bbfd36de9b082531233a86e2bd6a03022c95c1
https://github.com/gatein/gatein-wsrp/commit/95bbfd36de9b082531233a86e2bd...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-25 (Thu, 25 Oct 2012)
Changed paths:
M consumer/src/main/java/org/gatein/wsrp/consumer/handlers/EventHandler.java
M consumer/src/main/java/org/gatein/wsrp/consumer/handlers/RenderHandler.java
M consumer/src/main/java/org/gatein/wsrp/consumer/handlers/ResourceHandler.java
Log Message:
-----------
GTNWSRP-293 Fixed improper checks.
Compare: https://github.com/gatein/gatein-wsrp/compare/74f9a5d2d1a5...95bbfd36de9b
[View Less]
12 years, 5 months
[gatein/gatein-wsrp] a7506f: [maven-release-plugin] prepare release 2.2.0.Beta1...
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-wsrp
Commit: a7506f34ef352551846fd8f41e57c9c4f7f02668
https://github.com/gatein/gatein-wsrp/commit/a7506f34ef352551846fd8f41e57...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-24 (Wed, 24 Oct 2012)
Changed paths:
M admin-gui/pom.xml
M api/pom.xml
M common/pom.xml
M consumer/pom.xml
M cxf-integration/pom.xml
M examples/invocation-handler-delegate/pom.xml
M examples/…
[View More]policy/pom.xml
M examples/pom.xml
M examples/wss-callback/pom.xml
M hibernate-impl/pom.xml
M jcr-impl/pom.xml
M pom.xml
M producer/pom.xml
M test/pom.xml
M ws-security/jboss5/pom.xml
M ws-security/jboss7/pom.xml
M ws-security/pom.xml
M ws-security/wsrp-producer-jb5wss-producer-war/pom.xml
M ws-security/wss/pom.xml
M wsrp-catalog/pom.xml
M wsrp-producer-war/pom.xml
M wsrp1-ws/pom.xml
M wsrp2-ws/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release 2.2.0.Beta10
Commit: 319b1d9d754c731cd24e620eda1ad03d3e1391be
https://github.com/gatein/gatein-wsrp/commit/319b1d9d754c731cd24e620eda1a...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-24 (Wed, 24 Oct 2012)
Changed paths:
M admin-gui/pom.xml
M api/pom.xml
M common/pom.xml
M consumer/pom.xml
M cxf-integration/pom.xml
M examples/invocation-handler-delegate/pom.xml
M examples/policy/pom.xml
M examples/pom.xml
M examples/wss-callback/pom.xml
M hibernate-impl/pom.xml
M jcr-impl/pom.xml
M pom.xml
M producer/pom.xml
M test/pom.xml
M ws-security/jboss5/pom.xml
M ws-security/jboss7/pom.xml
M ws-security/pom.xml
M ws-security/wsrp-producer-jb5wss-producer-war/pom.xml
M ws-security/wss/pom.xml
M wsrp-catalog/pom.xml
M wsrp-producer-war/pom.xml
M wsrp1-ws/pom.xml
M wsrp2-ws/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Compare: https://github.com/gatein/gatein-wsrp/compare/b5759c4701f2...319b1d9d754c
[View Less]
12 years, 5 months
[gatein/gatein-wsrp] f926ae: Return null where appropriate so that we don't unn...
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-wsrp
Commit: f926ae3e5187cd9d8d23d9bf29685679701d86ad
https://github.com/gatein/gatein-wsrp/commit/f926ae3e5187cd9d8d23d9bf2968...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-24 (Wed, 24 Oct 2012)
Changed paths:
M admin-gui/src/main/java/org/gatein/wsrp/admin/ui/ProducerBean.java
Log Message:
-----------
Return null where appropriate so that we don't unnecessarily recreate the …
[View More]bean when not needed.
Commit: acf39efc528eb3420f0686c870617c074aea94ca
https://github.com/gatein/gatein-wsrp/commit/acf39efc528eb3420f0686c87061...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-24 (Wed, 24 Oct 2012)
Changed paths:
M admin-gui/src/main/java/org/gatein/wsrp/admin/ui/ProducerBean.java
M admin-gui/src/main/webapp/jsf/producer/producer.xhtml
Log Message:
-----------
Pass the selected prop when needed instead of remembering it.
Commit: 2719b214d4be98b897c83946ce6a9e3d02ab85ab
https://github.com/gatein/gatein-wsrp/commit/2719b214d4be98b897c83946ce6a...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-24 (Wed, 24 Oct 2012)
Changed paths:
M admin-gui/src/main/java/org/gatein/wsrp/admin/ui/ProducerBean.java
M producer/src/main/java/org/gatein/wsrp/producer/config/ProducerRegistrationRequirements.java
M producer/src/main/java/org/gatein/wsrp/producer/config/impl/ProducerRegistrationRequirementsImpl.java
M producer/src/test/java/org/gatein/wsrp/producer/config/ProducerRegistrationRequirementsTestCase.java
Log Message:
-----------
There really isn't any need to pass a Map in setRegistrationProperties.
Makes it easier to call the method.
Commit: e9c9177484e939c395e93f1066514021178c71e2
https://github.com/gatein/gatein-wsrp/commit/e9c9177484e939c395e93f106651...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-24 (Wed, 24 Oct 2012)
Changed paths:
M admin-gui/src/main/java/org/gatein/wsrp/admin/ui/BeanContext.java
M admin-gui/src/main/java/org/gatein/wsrp/admin/ui/JSFBeanContext.java
M admin-gui/src/test/java/org/gatein/wsrp/admin/ui/BeanContextTestCase.java
M admin-gui/src/test/java/org/gatein/wsrp/admin/ui/ConsumerBeanTestCase.java
Log Message:
-----------
Added support for Flash scope.
Commit: bbcdc6e42820f4810100fa9a01d0dd55a49004ae
https://github.com/gatein/gatein-wsrp/commit/bbcdc6e42820f4810100fa9a01d0...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-24 (Wed, 24 Oct 2012)
Changed paths:
M producer/src/main/java/org/gatein/wsrp/producer/config/impl/ProducerRegistrationRequirementsImpl.java
M producer/src/test/java/org/gatein/wsrp/producer/config/ProducerRegistrationRequirementsTestCase.java
Log Message:
-----------
Fixed tests.
Commit: 5090f77957511b4e0c0222ce43f14249a01ecb2f
https://github.com/gatein/gatein-wsrp/commit/5090f77957511b4e0c0222ce43f1...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-24 (Wed, 24 Oct 2012)
Changed paths:
M admin-gui/src/main/webapp/WEB-INF/web.xml
Log Message:
-----------
Use servlet 3.0 to be able to use EL 2.2.
Commit: fa0dbd79e99d52f05806ce7eac1e2191ab192b84
https://github.com/gatein/gatein-wsrp/commit/fa0dbd79e99d52f05806ce7eac1e...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-24 (Wed, 24 Oct 2012)
Changed paths:
M admin-gui/src/main/java/org/gatein/wsrp/admin/ui/JSFBeanContext.java
Log Message:
-----------
Make Flash scope remember values across redirects (though I haven't managed to make Flash scope work so far) :(
Commit: c72f3f50eff8a863f25c6640a416fa33d89eb24b
https://github.com/gatein/gatein-wsrp/commit/c72f3f50eff8a863f25c6640a416...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-24 (Wed, 24 Oct 2012)
Changed paths:
M admin-gui/src/main/java/org/gatein/wsrp/admin/ui/ProducerBean.java
M admin-gui/src/main/webapp/jsf/producer/confirmPropDeletion.xhtml
M admin-gui/src/main/webapp/jsf/producer/producer.xhtml
Log Message:
-----------
Cleaned-up ProducerBean to make it easier to switch to a view scope (and therefore easier to move across cluster nodes) but I still need to properly figure out the Flash scope I think.
Commit: cba71042d490767f3761a97bbc3b70145b8aa296
https://github.com/gatein/gatein-wsrp/commit/cba71042d490767f3761a97bbc3b...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-24 (Wed, 24 Oct 2012)
Changed paths:
M admin-gui/src/main/java/org/gatein/wsrp/admin/ui/BeanContext.java
M admin-gui/src/main/java/org/gatein/wsrp/admin/ui/JSFBeanContext.java
Log Message:
-----------
Added documentation and tweaks to try to make it work but it still doesn't.
Commit: d3d787d3314a520be41b14e987cac53eeff7ba44
https://github.com/gatein/gatein-wsrp/commit/d3d787d3314a520be41b14e987ca...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-24 (Wed, 24 Oct 2012)
Changed paths:
M admin-gui/src/main/java/org/gatein/wsrp/admin/ui/ProducerBean.java
M admin-gui/src/main/webapp/WEB-INF/faces-config.xml
Log Message:
-----------
Add local configuration to session temporarily (should really use flash if I could get it to work) and make ProducerBean view-scoped.
Compare: https://github.com/gatein/gatein-wsrp/compare/29fb0d629903...d3d787d3314a
[View Less]
12 years, 5 months