Tag: WebServices
-
New ATG Rest Module
Marcelo Onhate has written a very useful ATG REST module based on Jersey which looks to be an improvement over the built-in ATG REST support. It uses annotations and is pretty simple to configure and vend REST services with. Check it out here: https://github.com/onhate/ATGRESTful
-
Web Services and Seam
Let’s say you have a Seam application, and you need to create some web services that tie in to it, or you are building a web service and you would like to take advantage of the Seam component model, lifecycle management, etc… How do you expose Seam functionality through web services? Let’s dive into it: