Re: JSON request construct in Tapestry

2012-06-26 Thread bogdan_cm
Thank you for the reply. -- View this message in context: http://tapestry.1045711.n5.nabble.com/JSON-request-construct-in-Tapestry-tp5714075p5714095.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To

Re: JSON request construct in Tapestry

2012-06-25 Thread Thiago H de Paula Figueiredo
On Mon, 25 Jun 2012 17:14:36 -0300, bogdan_cm wrote: I am trying to open Jira tickets directly from my application using atlassian's REST api. For this I need to create a JSON request and submit it to some Jira handled URL. Can I construct such a request in Tapestry? It's somewhat backwor

JSON request construct in Tapestry

2012-06-25 Thread bogdan_cm
": "PC"},"summary": "My remote created task", "description": "Creating of an issue using project keys and issue type names using the REST API", "issuetype": {"name": "Task"} } } to some URL that accepts JSON :).