RE: Re: Re: Dynamic Templates/Routing

2014-03-31 Thread Tim
Hi Tim, Thanks very much for taking the time to knock up the example, I've made a very rough implementation and it seems to do exactly what I was after! Tim. -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=3075533

Re: Re: Re: Dynamic Templates/Routing

2014-03-31 Thread Tim Peierls
Glad to hear it! Restlet isn't really doing much for you in this case, but at least this way you're in a perfect position to add new functionality or an alternative web API if the restrictions you currently operate under are ever lifted slightly. --tim On Mon, Mar 31, 2014 at 4:56 AM, Tim

RE: Re: Dynamic Templates/Routing

2014-03-28 Thread Tim
Tim, I'm wondering about your suggestion above, would I have to implement my own code to match the templates and extract the parameters or could I take advantage of the framework's ability to do that? Tim. PS. I understand now what you mean about the coupling, hopefully but explanation

Re: Re: Dynamic Templates/Routing

2014-03-28 Thread Tim Peierls
On Fri, Mar 28, 2014 at 9:48 AM, Tim t...@fathers.me.uk wrote: I'm wondering about your suggestion above, would I have to implement my own code to match the templates and extract the parameters or could I take advantage of the framework's ability to do that? You could take advantage of the

RE: Re: Dynamic Templates/Routing

2014-03-27 Thread Tim
Hi Tim, Thanks for the reply. I'll try to digest the technical details in the morning but as to why I'm wanting to do this - well, it's complicated! Basically I work on a legacy system (IBM system i aka, iSeries, aka AS/400) and there are very few people in the company with any sort of grasp