Suggestions for Restlets December 9, 2005
Posted by Jerome Louvel in Restlet General.trackback
The last couple of days, I received some encouraging feed-back from an early REST advocate: Jean-Paul Figer. He helped me to identify the following needs:
- Filtering Restlet for logging, security, etc. : similar in purpose to Servlet Filters (already added to the upcoming 0.15 beta)
- Integration with existing Web servers (Apache and Microsoft IIS) : this is especially useful if Restlets are to be effectively used in corporate environment -> integrate Apache Tomcat connectors
- Support XML configuration of Restlet servers (containers, Restlets, URI mappings, etc.). This is important if Restlets are to be used by non Java programmers and also for administration purpose.
- Add support for “URI rewriting” in a simpler manner than IIS or Apache -> use the Filter concept to implement internal redirects, client-based redirects and proxy-based transparent redirects.
In addition, here are the other new features high on the to do list:
- Logging Restlet generating logs similar to Apache -> LogFilter
- Extend the JDBC connector to support features like SQL in / XML out in Oracle database and related standards (http://sqlx.org).
- Extend the JDBC connector to support XQuery style requests returning XML representation.
Any other idea? Please join the project at http://www.restlet.org and submit your ideas.
Comments»
No comments yet — be the first.