I want to know how can I pass a parameter to the Rest url and use that parameter to get data from database.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You may use query param to pass the parameter and than process it i am giving u a very simple hints.
// process with recordId. } It will work for you if any doubts let me know. |
|||
|
Here is how you can extract parameters from request in Jersey: http://jersey.java.net/nonav/documentation/latest/user-guide.html#d4e253 |
|||
|
|
|
try to read this link, its very usefull and also have the example with source code and jars, it will take little time to read but you will get your answer. |
|||
|
|
|
You can send the JDBC properties in matrix parameters or request parameters. But this practice is very unrecommended. By doing this you will become venerable in leaking out your info. But for beginner you can do this. Example:
|
|||
|
|

