java ee - RequestParams and PathParams in pure JavaEE controller servlet -



java ee - RequestParams and PathParams in pure JavaEE controller servlet -

for @webservlet annotated servlet, how can similar spring mvc:

@path = my/custome/path/{id}

and utilize id in servlet code? or @requestparam (for post) ?

and utilize params in code.

note: want pure java-ee solution, not framework spring, or struts etc.

java-ee java-ee-6 java-ee-7

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -