Without any specified assistance, one could only bind variables below onto OrderLog object. curl -d"restaurant.rid=1&client.cid=2" "localhost:8080/order" It did not includes root name: orderLog, makes it not easy and cosy enough to be binded onto a specified model, at the meantime, makes it harder for maintemance.
solution
After Googling, I found a great solution and assist. By adding @formModel annotation and related resolving methods, springmvc now could tackle with it with great convenience. While in integration, you need to register the customized arguments resolver into springmvc framework by add them in springmvc-servlet.xml to prevent potential risks.