Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 262
dutertimes Avatar asked Sep 17 '10 15:09

dutertimes


People also ask

What are the Web services in Java?

Web services are built on top of open standards such as TCP/IP, HTTP, Java, HTML, and XML. Web services are XML-based information exchange systems that use the Internet for direct application-to-application interaction. These systems can include programs, objects, messages, or documents.

How do you develop Java based web service explain with an illustrative example?

Java web services tutorial provides concepts and examples of two main java web services api: JAX-WS and JAX-RS. The java web service application can be accessed by other programming languages such as . Net and PHP. Java web service application perform communication through WSDL (Web Services Description Language).


1 Answers

Check this. for beginner

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

like image 130
jmj Avatar answered Oct 23 '22 02:10

jmj