Earlier this year
-
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
-
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.
-
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
-
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
-
r255
(removed a non BSH compliant line) committed by florin.patrascu
- removed a non BSH compliant line
removed a non BSH compliant line
-
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.
-
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
-
-
-
-
-
-
-
-
-
-
-
-
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)
-
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
-
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.
-
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.
-
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
-
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.
-
-
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.
-
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
-
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"
-
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.
-
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
-
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
-
r229
(added the newest IntelliJ logo) committed by florin.patrascu
- added the newest IntelliJ logo
added the newest IntelliJ logo
-
-
-
|