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 -

ruby on rails - Devise Logout Error in RoR -

c# - Create a Notification Object (Email or Page) At Run Time -- Dependency Injection or Factory -