My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Oct 27, 2009
    r259 (added a very simple guide about building the StringTemplate ...) committed by florin.patrascu   -   added a very simple guide about building the StringTemplate component
    added a very simple guide about building the StringTemplate component
  • Sep 10, 2009
    r258 (removed the support for the Content-Length response attribut...) committed by florin.patrascu   -   removed the support for the Content-Length response attribute, due to a bug; investigating.
    removed the support for the Content-Length response attribute, due to a bug; investigating.
  • Sep 10, 2009
    r257 (added support for the Content-Length response attribute) committed by florin.patrascu   -   added support for the Content-Length response attribute
    added support for the Content-Length response attribute
  • Aug 13, 2009
    r256 (updated the CHANGELOG regarding the recently added new simpl...) committed by florin.patrascu   -   updated the CHANGELOG regarding the recently added new simple RSS support
    updated the CHANGELOG regarding the recently added new simple RSS support
  • Aug 11, 2009
    r255 (removed a non BSH compliant line) committed by florin.patrascu   -   removed a non BSH compliant line
    removed a non BSH compliant line
  • Aug 10, 2009
    r254 (started the work on the generic feed model and adding some e...) committed by florin.patrascu   -   started the work on the generic feed model and adding some examples. If you would like to use the ROME framework for publishing a news feed (Atom or RSS) then check the actions/jprss.JPRssRomeFeedPublisher.bsh, it works great and it doesn't depend on my work in progress. The Action specified above represents a fully functional example.
    started the work on the generic feed model and adding some examples. If you would like to use the ROME framework for publishing a news feed (Atom or RSS) then check the actions/jprss.JPRssRomeFeedPublisher.bsh, it works great and it doesn't depend on my work in progress. The Action specified above represents a fully functional example.
  • Aug 09, 2009
    r253 (simple JPublish RSS support and a ROME integration demo) committed by florin.patrascu   -   simple JPublish RSS support and a ROME integration demo
    simple JPublish RSS support and a ROME integration demo
  • Jul 13, 2009
    RESTful Wiki page edited by florin.patrascu
  • Jul 13, 2009
    RESTful Wiki page edited by florin.patrascu
  • Jul 13, 2009
    RESTful Wiki page edited by florin.patrascu
  • Jul 13, 2009
    RESTful Wiki page edited by florin.patrascu
  • Jul 13, 2009
    JPublishUserGuide (JPublish user's guide) Wiki page edited by florin.patrascu
  • Jul 13, 2009
    RESTful Wiki page added by florin.patrascu
  • Jul 13, 2009
    JPublishUserGuide (JPublish user's guide) Wiki page edited by florin.patrascu
  • Jul 13, 2009
    JPublishUserGuide (JPublish user's guide) Wiki page edited by florin.patrascu
  • Jul 13, 2009
    JPublishUserGuide (JPublish user's guide) Wiki page edited by florin.patrascu
  • Jul 13, 2009
    ROADMAP (JPublish roadmap.) Wiki page edited by florin.patrascu
  • Jul 13, 2009
    ROADMAP (JPublish roadmap.) Wiki page edited by florin.patrascu
  • Jun 26, 2009
    r241 ( -upgraded to Ehcache 1.6.0 (http://ehcache.sourceforge.net)...) committed by florin.patrascu   -   -upgraded to Ehcache 1.6.0 (http://ehcache.sourceforge.net) -re-factored the JPublish cache support for obtaining cache statistics (if supported)
    -upgraded to Ehcache 1.6.0 (http://ehcache.sourceforge.net) -re-factored the JPublish cache support for obtaining cache statistics (if supported)
  • May 28, 2009
    r240 (upgraded JPublish RESTLET support to Noelios-Restlet-Engine/...) committed by florin.patrascu   -   upgraded JPublish RESTLET support to Noelios-Restlet-Engine/1.1.5
    upgraded JPublish RESTLET support to Noelios-Restlet-Engine/1.1.5
  • May 22, 2009
    r239 (the Response Content-Type will be calculated just before ren...) committed by florin.patrascu   -   the Response Content-Type will be calculated just before rendering the result and not before executing the actions/modules/components. This will allow user actions/modules/components to manipulate the response content type, if need be.
    the Response Content-Type will be calculated just before rendering the result and not before executing the actions/modules/components. This will allow user actions/modules/components to manipulate the response content type, if need be.
  • May 19, 2009
    r238 (JPRestletModule can now be mapped on a list of paths. Exam...) committed by florin.patrascu   -   JPRestletModule can now be mapped on a list of paths. Example: <module classname="org.jpublish.module.restlet.JPRestletModule"> <urls> <url>/rest/*</url> <url>/restful/*</url> </urls> <restlet-config>/WEB-INF/jprestlet-config.xml</restlet-config> </module> With a configuration like the one above, JPRestletModule will respond for any path starting with /rest/ or /restful/. This implementation is backward compliant.
    JPRestletModule can now be mapped on a list of paths. Example: <module classname="org.jpublish.module.restlet.JPRestletModule"> <urls> <url>/rest/*</url> <url>/restful/*</url> </urls> <restlet-config>/WEB-INF/jprestlet-config.xml</restlet-config> </module> With a configuration like the one above, JPRestletModule will respond for any path starting with /rest/ or /restful/. This implementation is backward compliant.
  • May 07, 2009
    r237 (fixed a bug where more than a . (dot) character in the path ...) committed by florin.patrascu   -   fixed a bug where more than a . (dot) character in the path will sometimes throw a null pointer exception
    fixed a bug where more than a . (dot) character in the path will sometimes throw a null pointer exception
  • Apr 30, 2009
    r236 (supporting the request parameter 'format' is now optional; d...) committed by florin.patrascu   -   supporting the request parameter 'format' is now optional; disabled by default. See the CHANGELOG for more details.
    supporting the request parameter 'format' is now optional; disabled by default. See the CHANGELOG for more details.
  • Apr 28, 2009
    r235 (simple clarification) committed by florin.patrascu   -   simple clarification
    simple clarification
  • Apr 28, 2009
    r234 (- added few more default mime types - introduced the support...) committed by florin.patrascu   -   - added few more default mime types - introduced the support for the "format" parameter. The response.ContentType will follow the ?format=<xml|html|json|etc>, if the "format" parameter exists. Work in progress.
    - added few more default mime types - introduced the support for the "format" parameter. The response.ContentType will follow the ?format=<xml|html|json|etc>, if the "format" parameter exists. Work in progress.
  • Mar 25, 2009
    r233 (small bug fix. now properly displaying the page and/or the a...) committed by florin.patrascu   -   small bug fix. now properly displaying the page and/or the action used by the JPrestlet
    small bug fix. now properly displaying the page and/or the action used by the JPrestlet
  • Mar 24, 2009
    r232 (honor the jpublish.xml:<character-encoding-map/> instruction...) committed by florin.patrascu   -   honor the jpublish.xml:<character-encoding-map/> instructions for setting the response character set. Previously hard-coded as: "utf-8"
    honor the jpublish.xml:<character-encoding-map/> instructions for setting the response character set. Previously hard-coded as: "utf-8"
  • Mar 23, 2009
    r231 (converted the Action output (a String) to an UTF-8 encoded S...) committed by florin.patrascu   -   converted the Action output (a String) to an UTF-8 encoded StringRepresentation, for now. I am working on a better way of controlling the output.
    converted the Action output (a String) to an UTF-8 encoded StringRepresentation, for now. I am working on a better way of controlling the output.
  • Mar 19, 2009
    jprestlet.war.zip (basic support for RESTful services. A simple yet solid found...) file uploaded by florin.patrascu   -  
    Labels: REST RESTLET WEB2.0 RESTful
    Labels: REST RESTLET WEB2.0 RESTful
  • Mar 19, 2009
    r230 (added support for RESTful services. A simple yet solid found...) committed by florin.patrascu   -   added support for RESTful services. A simple yet solid foundation that can get you started right away on the RESTful services. Based on the amazing RESTLET 1.1.3 framework; http://www.restlet.org
    added support for RESTful services. A simple yet solid foundation that can get you started right away on the RESTful services. Based on the amazing RESTLET 1.1.3 framework; http://www.restlet.org

Older

 
Hosted by Google Code