Skip to content

gmateo/apache-cxf-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

apache-cxf-example

Full example of publishing web services(SOAP, REST) using Apache Cxf JAX-WS, JAX-RS and SpringFramework.

It is a translation service, that uses the google, microsoft and systran online translators.

For instance you can call the following url:

  http://services.anotes.org/translator/translate/en/es/task 

and get as result:

  {"from":"en","to":"es","googleTranslation":"tarea","microsoftTranslation":"tarea","systranTranslation":"tarea"}

To test after getting the source code execute:

gradle build idea

And you will have the project configured for Intellij IDE.

Also you can execute in jetty with:

gradle jettyrun

More Details

About

Example of using Apache Cxf JAX-WS and JAX-RS. You can see more details in:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published