1. Expose a POJO as a Websevice in Mule via Configuration _Only_? stackoverflow.com
A simple POJO (controversial acronym, but let's say a smart POJO):
|
2. Spring WS Client - How to create mapping POJO for WSDLs without using Axis stackoverflow.comI'm creating a Spring WS client. I have a huge WSDL from a third-party company. They provide a set of classes that maps to their WSDL via the Axis' WSDL2Java. ... |
3. soap webservice to return a pojo instead of xml stackoverflow.comI'm quite new to webservices, recently started implementing Soap Webservice using Spring-WS and client using Axis and Spring. As i understood, we send xml as request for webservice and we get ... |
4. web service POJO forum.springsource.orgweb service POJO I am making a web service to pass POJO from client to Web service. Do I need to write a schema definition file at the web service side(i ... |
5. One to one mapping DAP/Manager (service layer) for each POJO forum.springsource.orgI've created a simple web-application using Spring MVC/Spring/Hibernate. In that i've one DAO class and Manager class (service layer) for each POJO class. I was wondering if that's a good design. ... |
6. How to get pure POJO for webservice purpose forum.springsource.orgHow to get pure POJO for webservice purpose We have been struggle to make webservice work with Hibernate without defining any additional DTO. We want to leverage our Hibernate business object/value ... |
7. Rich Client Project - Architecture (RMI, JNDI, POJO, DTO, without web-services) forum.springsource.orgRich Client Project - Architecture (RMI, JNDI, POJO, DTO, without web-services) I am new to Spring, a student with only few project experience. I am lost in the J2EE-world. Question Are ... |
8. How to convert types between axis skeleton and POJO facade service generically forum.springsource.orgHow to convert types between axis skeleton and POJO facade service generically Hello everybody, We have the following scenario: - We have POJO-based java services ("POJO facades") - Then we developped ... |
9. Spring WS - POJO forum.springsource.org |
10. Exporting a service POJO using RMI twice forum.springsource.orgExporting a service POJO using RMI twice Have a service POJO that I need to export twice, once using plain sockets and again with SSL. Running into all sorts of problems ... |
11. Architecture question - converting POJO to a service forum.springsource.orgArchitecture question - converting POJO to a service We are looking to deploy apache-torque based business/persistence layer as a separate component that can be accessed by multiple clients. Currently we have ... |
12. Exposing Spring Pojo Services as Webservices forum.springsource.orgHello All, Greetings! I am working in a project with spring (2.5.5) services. We have a requirement to expose these services as webservices. Is there a tutorial how to do this? ... |
13. How to prevent a Pojo from making service calls forum.springsource.orgHow to prevent a Pojo from making service calls Hi, Before I give more details this is my generic summary: How can I manage 2 Pojos that implement a common interface, ... |
14. Json and POJO using the single service forum.springsource.orgGreetings, My controller is declared to return a POJO: Code: @RequestMapping("/btc") private ResponseEntity |