Hello, all,

Is there any way to have Wink automatically create an instance of a POJO
and copy HTTP request parameter values, say, via BeanUtils, to a service
method parameter?

I'm thinking of something like this:

@POST
public void save(MyBean bean)
{
}

Thanks,

Scott McMasters

Reply via email to