Dealing with JSON request

2011-01-19 Thread Mathias Nilsson
: mathias } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Dealing-with-JSON-request-tp3225432p3225432.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: Dealing with JSON request

2011-01-19 Thread Martin Grigorov
data between server and client. // Request { login:{ credential : uniquekey, username : user, password : password } } // response { user : { name : mathias } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Dealing-with-JSON

Re: Dealing with JSON request

2011-01-19 Thread nino martinez wael
} } // response { user : { name : mathias } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Dealing-with-JSON-request-tp3225432p3225432.html Sent from the Users forum mailing list archive at Nabble.com