I want to use to implement only REST service - a very simple one returning 'person' by full name or id in JSON. Im probably will be using JAX-RS and maybe JAXB - im not sure if tis is a right choise. I want to use it with following technologies/products and their versions:
- JDK 1.5
- Eclipse 3.5 EE
- Tomcat 6.0
- CXF 2.2.5
- Spring 2.5.1
My questions are:
- Can i use JDK 1.5 and tomcat 6 together?
- Can i use Spring 2.5.1 and JDK 1.6 together (if i want to upgrade)?
- Does CXF 2.2.5 and Spring 2.5.1 will be working without any problems?
Im asking, because i have:
- JDK 1.6
- eclipse 3.5 ee
- tomcat 6
- cxf 2.2.5
- spring 2.5.1
and i cant get them working with even simpliest REST WS, for example:
Developing RESTful Web Services using Apache CXF and Maven2
But I have to say: for now I do not want to use Maven.