- Apache CXF - Discussion
- Apache CXF - Useful Resources
- Apache CXF - Quick Guide
- Apache CXF - Conclusion
- Apache CXF with JMS
- Apache CXF with JAX-RS
- Apache CXF with WSDL First
- Apache CXF with JAX-WS
- Apache CXF with POJO
- Apache CXF - Introduction
- Apache CXF - Home
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Apache CXF - Conclusion
CXF provides a unified approach to mix-n-match several web protocols and transports that exist in today’s world for creating web apppcations. You learned how to start with a traditional Java interface to create a web apppcation that uses CXF. Next, you learned how to create a web apppcation and its cpent starting with WSDL.
The WSDL provides an XML representation of your service interface. You used wsdl2java tool to create Java interfaces from WSDL and finally wrote both the server and the cpent using the created interfaces. The tutorial also briefly introduced you to use CXF in your RESTful web service apppcation. Finally, we also discussed how CXF can be used with JMS. You may now refer to
for further study.Note − The entire project source code may be downloaded from here.
Advertisements