Re: New wicketstuff module

2016-12-05 Thread Andrea Del Bene
On 03/12/2016 13:15, Martin Grigorov wrote: Hi Andrea, A comment from me: is there really a need of two functions ? SerializableFunction respondFunction, SerializableFunction outputTextFunction IMO one function is enough: SerializableFunction respondFunction There the developer could use the

Re: New wicketstuff module

2016-12-03 Thread Martin Grigorov
Hi Andrea, A comment from me: is there really a need of two functions ? SerializableFunction respondFunction, SerializableFunction outputTextFunction IMO one function is enough: SerializableFunction respondFunction There the developer could use the webRequest and WebResponse from the attributes a

New wicketstuff module

2016-12-02 Thread Andrea Del Bene
Hi, in the next days I'd like to finalize a new module to add to Wicketstuff (for Wicket 8) that adds the ability to write REST services using lambdas, in a way that resembles Spark web framework ( to be confused with thenamesake big data framework). I'd like to write an article about it whe