All Questions
Tagged with java url-routing
2 questions
3
votes
1
answer
72
views
Two java classes with different annotation values only [closed]
Consider two classes:
First
...
5
votes
3
answers
115
views
UrlRouter which uses regular expressions to find out what to do
I have created UrlRouter. It should call appropriate controllers methods with extracted values as a parameters. It works fine, but my boss told me that I should ...