dutertimes
dutertimes

Reputation: 137

How to implement web services in java

I'm actually working on a website project. I'm new with web services. I have 4 years experience in object oriented programming (java, c#, ...). I have read a lot on web services but none of my documentations are telling how to use all the technologies to make a real web service project.

What I want to do is: 1. Use a MySQL backend mapped with JPA in Java; 2. Use web services to present some functionalities with ... (JBoss, ... there is to much possibilities, I do not know which I should choose) 3. Create a dynamic web project (maybe in Jsp to keep the Java perspective) to present web service data to the end-user with HTML, Javascript, jQuery, ...

If you can help me with documentations, links or real project implementation samples, it will be greatly appriciated.

Thanks

Upvotes: 6

Views: 7243

Answers (3)

Devon_C_Miller
Devon_C_Miller

Reputation: 16528

Likewise, here's a NetBeans tutorial: Getting Started with JAX-WS Web Services

Upvotes: 0

dutertimes
dutertimes

Reputation: 137

I have found something interesting using spring web services with eclipse that I will use with my project at this link: Sprint Web service tutorial with Eclipse

Upvotes: 0

Jigar Joshi
Jigar Joshi

Reputation: 240946

Check this. for beginner

I would suggest go for Spring Web Services from your env. It would be better

Upvotes: 2

Related Questions