Hi,

Is this possible to define endpoint ( controller ) url by providing some option in command ( new controller automatic ... ) ?
Next question is : why if I create controller org.example.web.UserController and controller org.example.web.admin.UserController - there is same URL ( /example/user ). Shouldn't be "/example/user" for first controller and "/example/admin/user" for second ?

I would be happy if there is possibility to define RequestMapping manually or having regard to package name.