Link to home
Start Free TrialLog in
Avatar of ek186717
ek186717

asked on

Restlet Vs Servlet

I am very new to Restful Web Service. I need to write a Restful WebService so that another application can consume it.
I know there are two options
1. Servlet Approach
2. Restful Web Service
I want to understand the details on both the approaches and the differences as well. Can somebody please help.
The URL in the end should enable the consumer to do a HTTPs post with the following parameters
1. Username/Password to identify a valid consumer
2. A String param and timestamp are the posted by the consumer.
Avatar of Anil Golamari
Anil Golamari
Flag of United States of America image

Avatar of ek186717
ek186717

ASKER

Thanks for the link. Would you mind posting an example/link using Apache CXF JAX-RS
ASKER CERTIFIED SOLUTION
Avatar of Anil Golamari
Anil Golamari
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial