The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Spring XmlRpcServiceExporter

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Arjen Poutsma

Posts: 168
Nickname: poutsma
Registered: Sep, 2003

Arjen Poutsma is senior software engineer for JTeam
Spring XmlRpcServiceExporter Posted: Feb 12, 2005 1:10 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Arjen Poutsma.
Original Post: Spring XmlRpcServiceExporter
Feed Title: The Ancient Art of Programming
Feed URL: http://feeds.feedburner.com/TheAncientArtOfProgramming
Feed Description: A blog about programming in .NET and Java
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Arjen Poutsma
Latest Posts From The Ancient Art of Programming

Advertisement
Gary Blomquist asked me to share the Spring ServiceExporter mentioned in the previous post. Here is is: package jteam.remoting.xmlrpc;   import java.io.OutputStream;   import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse;   import org.apache.xmlrpc.XmlRpcServer; import org.springframework.beans.factory.InitializingBean; import org.springframework.remoting.support.RemoteExporter; import org.springframework.web.servlet.ModelAndView; import org.springframework.web.servlet.mvc.Controller; import org.springframework.web.servlet.support.WebContentGenerator;   /** * Web controller that exports the specified service bean as XML-RPC service * endpoint, accessible via a XML-RPC proxy. * * XML-RPC ...

Read: Spring XmlRpcServiceExporter

Topic: Jan and Patrick's DevDays Presentations Previous Topic   Next Topic Topic: Building Mono on Windows

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use