I have a oracle database with a table tha contains user. I want to create a web service in java to get a user by id. How i do this? I search in the internet but i only get Hello World Tutorials.
Thanks
|
I have a oracle database with a table tha contains user. I want to create a web service in java to get a user by id. How i do this? I search in the internet but i only get Hello World Tutorials. Thanks |
|||
|
|
|
I would suggest you use Spring-WS they have a few good tutorials and a few good sample applications that you can modify to meet your needs. You can find out more at : http://static.springsource.org/spring-ws/sites/2.0/ You have to do a few different things:
|
|||
|
|
You really have two problems here:
You don't say whether you want SOAP or REST. I'd recommend Spring for both. Its SimpleJdbcTemplate will make task 1 easy; Spring web services will make it easy to write a contract first SOAP service. |
|||||||
|