Re: Use Wicket as a REST API

2013-08-15 Thread robianmcd
icket.1842946.n4.nabble.com/Use-Wicket-as-a-REST-API-tp4660894p4660921.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: us

Re: Use Wicket as a REST API

2013-08-15 Thread Martin Grigorov
ks > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Use-Wicket-as-a-REST-API-tp4660894p4660919.html > Sent from the Users forum mailing list archive at Nabble.com. > > --

Re: Use Wicket as a REST API

2013-08-15 Thread robianmcd
What would the advantage be of using a resource instead of a page? I'll take a look a wicket-rest-annotation. Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Use-Wicket-as-a-REST-API-tp4660894p4660919.html Sent from the Users forum mailing list archi

Re: Use Wicket as a REST API

2013-08-14 Thread Martin Grigorov
dReader br; >>try { >>br = rawRequest.getReader(); >>String jsonString = br.readLine(); >>//Do something with the JSON here >>} >>catch (IOException e) { >> >>

Re: Use Wicket as a REST API

2013-08-14 Thread Bas Gooren
} catch (IOException e) { } } } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Use-Wicket-as-a-REST-API-tp4660894p4660898.html Sent from the Users forum mailing list archive at Nabble.com. -

Re: Use Wicket as a REST API

2013-08-14 Thread robianmcd
//Do something with the JSON here } catch (IOException e) { } } } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Use-Wicket-as-a-REST-API-tp4660894p4660898.html Sent from the Users forum mailing l

Use Wicket as a REST API

2013-08-14 Thread robianmcd
other:"stuff"}); Any idea what's going wrong here? Thanks! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Use-Wicket-as-a-REST-API-tp4660894.html Sent from the Users forum mailing list archive at Nabble.com.