Full maven project can be downloaded from HERE.
This is a follow up article to XFIRE+EJB+POJO.
Here I show how to expose POJO using CXF project instead of XFire. Setting up WebServices with CXF is very easy and consists of two steps:
Setting up web.xml with CXFServlet.
Defining POJO endpoint.
