Thursday, April 01, 2010

Java User's Group: REST tools in Java


Srini Penchikala presented "REST Web Services Support in Java EE 6 and Spring 3.0" to about sixty java enthusiasts last Tuesday.
The meeting was sponsored by TEK who provided the pizza. The TEK spokesman said Agile skills would probably become a de facto requirement for most jobs within a year.
Srini talked about the different syntax for supporting REST within EE6 and Spring, with examples of doing things in both frameworks.
A small discussion centered around the movement of configuration data from code, then into XML, and now a trend back into code with the use of annotations. John Heinz made the point that annotations, although in code, are really declarative programming.
Srini mentioned that with Spring3 annotation in the code can be overridden by XML configuration, which seems to be the best of both worlds. He also used RestClient from Wiztool.org to test his demo code.

No comments: