Hello,

What is the best way to create REST services with TNTNET?
TNTNET web site have a great howto on using TNTNET with jQuery,
but it describes only part of the task (GET).
Real REST service is usually bi-directional. For instance, I want to have URLs:
http://mysite.com/products/<id>
Where I can use POST, DELETE and GET operations.
So the questions are:
1. What is the best way to handle POST and DELETE operations
to process JSON requests with TNTNET ?
2. What is the best way to handle REST URLs: http://mysite.com/products/<id> ?
without creating separate components for every product <id>.

Regards, Dmitry


------------------------------------------------------------------------------
_______________________________________________
Tntnet-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tntnet-general

Reply via email to