-
Jul 5th, 2009, 12:15 PM
#1
RESTfull url
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules