<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-6885039132180571938.comments</id><updated>2012-02-10T11:00:30.405+01:00</updated><category term='rest'/><category term='spring-batch'/><category term='jquery'/><category term='grails'/><category term='jedis'/><category term='opinion'/><category term='groovy'/><category term='spring'/><category term='redis'/><category term='tutorial'/><category term='display-tag'/><category term='spring-integration'/><category term='nosql'/><category term='spring-ws'/><category term='testing'/><category term='ws-security'/><category term='jmx'/><category term='gant'/><category term='tip'/><category term='asm'/><title type='text'>cafebabe</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.cafebabe.me/feeds/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/comments/default'/><link rel='alternate' type='text/html' href='http://www.cafebabe.me/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/comments/default?start-index=26&amp;max-results=25'/><author><name>Tareq Abedrabbo</name><uri>http://www.blogger.com/profile/14847156011751863882</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_VgsjI829_Os/SqP70uu3pPI/AAAAAAAAAg4/1W7jq_Jb1zQ/S220/tareq_2.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>26</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6885039132180571938.post-6150578696542202522</id><published>2012-02-10T11:00:30.405+01:00</published><updated>2012-02-10T11:00:30.405+01:00</updated><title type='text'>Hi
Can we say that pipelining is somewhat like bat...</title><content type='html'>Hi&lt;br /&gt;Can we say that pipelining is somewhat like batch updates in JDBC?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/4687848877669703245/comments/default/6150578696542202522'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/4687848877669703245/comments/default/6150578696542202522'/><link rel='alternate' type='text/html' href='http://www.cafebabe.me/2011/05/redis-pipelines-and-transactions.html?showComment=1328868030405#c6150578696542202522' title=''/><author><name>milus</name><uri>http://www.blogger.com/profile/04255791953013506623</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cafebabe.me/2011/05/redis-pipelines-and-transactions.html' ref='tag:blogger.com,1999:blog-6885039132180571938.post-4687848877669703245' source='http://www.blogger.com/feeds/6885039132180571938/posts/default/4687848877669703245' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-481375601'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='February 10, 2012 11:00 AM'/></entry><entry><id>tag:blogger.com,1999:blog-6885039132180571938.post-7230070384453452364</id><published>2012-02-10T08:49:33.357+01:00</published><updated>2012-02-10T08:49:33.357+01:00</updated><title type='text'>Hi, This is Hay Tran.
I am using grails 2.0 with t...</title><content type='html'>Hi, This is Hay Tran.&lt;br /&gt;I am using grails 2.0 with the latest springws and spring-security-core.&lt;br /&gt;I tried using &lt;br /&gt;class WsSecurityConfig {&lt;br /&gt;    def incomingMessageValidation = {&lt;br /&gt;        usernameToken(useSpringSecurity:true)&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;And it complaints:&lt;br /&gt;... finished configuring Spring Security Core&lt;br /&gt;| Error 2012-02-09 23:43:14,213 [Thread-10] ERROR context.GrailsContextLoader  - Error executing bootstraps: Spring Security beans not found. Make sure acegi plugin is installed.&lt;br /&gt;Message: Spring Security beans not found. Make sure acegi plugin is installed.&lt;br /&gt;    Line | Method&lt;br /&gt;-&amp;gt;&amp;gt;   15 | doCall    in WsSecurityConfig$_closure1&lt;br /&gt;- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - &lt;br /&gt;|    342 | reload    in SpringwsGrailsPlugin&lt;br /&gt;|    208 | doCall .  in SpringwsGrailsPlugin$_closure2&lt;br /&gt;|    334 | innerRun  in java.util.concurrent.FutureTask$Sync&lt;br /&gt;|    166 | run . . . in java.util.concurrent.FutureTask&lt;br /&gt;|   1110 | runWorker in java.util.concurrent.ThreadPoolExecutor&lt;br /&gt;|    603 | run . . . in java.util.concurrent.ThreadPoolExecutor$Worker&lt;br /&gt;^    722 | run       in java.lang.Thread&lt;br /&gt;Disconnected from the target VM, address: &amp;#39;127.0.0.1:53153&amp;#39;, transport: &amp;#39;socket&amp;#39;&lt;br /&gt;&lt;br /&gt;Process finished with exit code 1&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I suppose the above tutorials only works if one is using acegi.&lt;br /&gt;&lt;br /&gt;Does anyone know how to configure ws-security for spring-security-core?&lt;br /&gt;&lt;br /&gt;Thanks,</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/6460802364459780706/comments/default/7230070384453452364'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/6460802364459780706/comments/default/7230070384453452364'/><link rel='alternate' type='text/html' href='http://www.cafebabe.me/2009/10/ws-security-support-in-spring-ws-grails.html?showComment=1328860173357#c7230070384453452364' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cafebabe.me/2009/10/ws-security-support-in-spring-ws-grails.html' ref='tag:blogger.com,1999:blog-6885039132180571938.post-6460802364459780706' source='http://www.blogger.com/feeds/6885039132180571938/posts/default/6460802364459780706' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-824907876'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='February 10, 2012 8:49 AM'/></entry><entry><id>tag:blogger.com,1999:blog-6885039132180571938.post-2790496489285289319</id><published>2011-03-15T04:03:39.538+01:00</published><updated>2011-03-15T04:03:39.538+01:00</updated><title type='text'>Development on the acegi plugin has stopped. 

Did...</title><content type='html'>Development on the acegi plugin has stopped. &lt;br /&gt;&lt;br /&gt;Did you ever get useSpringSecurity:true with the new spring-security-core plugin?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/6460802364459780706/comments/default/2790496489285289319'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/6460802364459780706/comments/default/2790496489285289319'/><link rel='alternate' type='text/html' href='http://www.cafebabe.me/2009/10/ws-security-support-in-spring-ws-grails.html?showComment=1300158219538#c2790496489285289319' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cafebabe.me/2009/10/ws-security-support-in-spring-ws-grails.html' ref='tag:blogger.com,1999:blog-6885039132180571938.post-6460802364459780706' source='http://www.blogger.com/feeds/6885039132180571938/posts/default/6460802364459780706' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1011458038'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='March 15, 2011 4:03 AM'/></entry><entry><id>tag:blogger.com,1999:blog-6885039132180571938.post-4390816704309552167</id><published>2010-09-24T15:31:44.911+01:00</published><updated>2010-09-24T15:31:44.911+01:00</updated><title type='text'>Hi tareq,

Fantastic article, this helped me out a...</title><content type='html'>Hi tareq,&lt;br /&gt;&lt;br /&gt;Fantastic article, this helped me out a lot to setup WS-Security on grails.&lt;br /&gt;&lt;br /&gt;I am thinking about providing a fine grained authorization configuration by adding a &lt;br /&gt;property to the endpoints like &lt;br /&gt;&lt;br /&gt;static roles=[]&lt;br /&gt;&lt;br /&gt;I am looking into springws plugin and i think I have to provide a different ObjectDefinitionSource,&lt;br /&gt;&lt;br /&gt;although i can see references to urlMaps in several other classes, so the modification might not be possible without hacking into the plugin. What do you think?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/6460802364459780706/comments/default/4390816704309552167'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/6460802364459780706/comments/default/4390816704309552167'/><link rel='alternate' type='text/html' href='http://www.cafebabe.me/2009/10/ws-security-support-in-spring-ws-grails.html?showComment=1285338704911#c4390816704309552167' title=''/><author><name>Luis Muñiz</name><uri>http://www.blogger.com/profile/13663381866356826745</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cafebabe.me/2009/10/ws-security-support-in-spring-ws-grails.html' ref='tag:blogger.com,1999:blog-6885039132180571938.post-6460802364459780706' source='http://www.blogger.com/feeds/6885039132180571938/posts/default/6460802364459780706' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1731428858'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='September 24, 2010 3:31 PM'/></entry><entry><id>tag:blogger.com,1999:blog-6885039132180571938.post-918993860839346790</id><published>2010-05-30T12:28:59.033+01:00</published><updated>2010-05-30T12:28:59.033+01:00</updated><title type='text'>Thanks for the suggested code. When I run the down...</title><content type='html'>Thanks for the suggested code. When I run the downloaded code I get the following error message:&lt;br /&gt;&lt;br /&gt;Error executing bootstraps: java.lang.NoSuchMethodError: org.codehaus.groovy.grails.web.converters.marshaller.json.DomainClassMarshaller: method ()V not found&lt;br /&gt;org.codehaus.groovy.runtime.InvokerInvocationException: java.lang.NoSuchMethodError: org.codehaus.groovy.grails.web.converters.marshaller.json.DomainClassMarshaller: method ()V not found</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/178564283131165659/comments/default/918993860839346790'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/178564283131165659/comments/default/918993860839346790'/><link rel='alternate' type='text/html' href='http://www.cafebabe.me/2007/05/flexible-endpoints-for-spring-ws-with.html?showComment=1275218939033#c918993860839346790' title=''/><author><name>Nick Karamolegos</name><uri>http://www.blogger.com/profile/05616541542994303618</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://bp3.blogger.com/_yK0d27THbwo/R1HF1HqsXWI/AAAAAAAAALY/lmVOJRpOLRU/S220/Nick+Karamolegos.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cafebabe.me/2007/05/flexible-endpoints-for-spring-ws-with.html' ref='tag:blogger.com,1999:blog-6885039132180571938.post-178564283131165659' source='http://www.blogger.com/feeds/6885039132180571938/posts/default/178564283131165659' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1002370063'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='May 30, 2010 12:28 PM'/></entry><entry><id>tag:blogger.com,1999:blog-6885039132180571938.post-4874057326570916330</id><published>2010-05-02T01:20:18.422+01:00</published><updated>2010-05-02T01:20:18.422+01:00</updated><title type='text'>Hi Tareq,

Thanks for the blog.
my problem is that...</title><content type='html'>Hi Tareq,&lt;br /&gt;&lt;br /&gt;Thanks for the blog.&lt;br /&gt;my problem is that i have client which has to use digest password to encrypt my usenametoken.&lt;br /&gt;so my username token should look like this.&lt;br /&gt;mike&lt;br /&gt;PCz/hd4U52GBd/a20N+Kcuq/KGg=L6IH9OH1Xh2blhkGJwyMiQ==2010-04-29T23:28:31.772Z&lt;br /&gt;i also have to add use name and password dynamically in client request. i am not able to figure this out. my security policy file is this.&lt;br /&gt;&lt;br /&gt;----Security-Policy.xml-----&lt;br /&gt;&lt;br /&gt;    &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;here my bean definition&lt;br /&gt;    &lt;br /&gt;     &lt;br /&gt;     &lt;br /&gt;       &lt;br /&gt;         &lt;br /&gt;       &lt;br /&gt;     &lt;br /&gt;     &lt;br /&gt;  &lt;br /&gt;&lt;br /&gt;    &lt;br /&gt;    &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    public class UserSecurityService implements UserDetailsService{&lt;br /&gt; protected Logger log = Log.getAppLogger(this.getClass().getCanonicalName());&lt;br /&gt; &lt;br /&gt; public UserSecurityService(){&lt;br /&gt;  log.info(&amp;quot;UserSecurityService() called&amp;quot;);&lt;br /&gt; }&lt;br /&gt; &lt;br /&gt;    @Transactional&lt;br /&gt;    public UserDetails loadUserByUsername(String username) throws UsernameNotFoundException{&lt;br /&gt;     log.info(&amp;quot;LoadUserByUsername() called&amp;quot;);&lt;br /&gt;     log.info(&amp;quot;user is &amp;quot;+username);&lt;br /&gt;     return null;&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;can you help me figure this out.&lt;br /&gt;&lt;br /&gt;Thanks</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/5876950870610668324/comments/default/4874057326570916330'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/5876950870610668324/comments/default/4874057326570916330'/><link rel='alternate' type='text/html' href='http://www.cafebabe.me/2007/03/securing-spring-ws-client-with-xwss.html?showComment=1272759618422#c4874057326570916330' title=''/><author><name>vishuvs</name><uri>http://www.blogger.com/profile/17911791349010164707</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cafebabe.me/2007/03/securing-spring-ws-client-with-xwss.html' ref='tag:blogger.com,1999:blog-6885039132180571938.post-5876950870610668324' source='http://www.blogger.com/feeds/6885039132180571938/posts/default/5876950870610668324' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1615256691'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='May 2, 2010 1:20 AM'/></entry><entry><id>tag:blogger.com,1999:blog-6885039132180571938.post-8191633945236558914</id><published>2010-03-18T23:23:59.908+01:00</published><updated>2010-03-18T23:23:59.908+01:00</updated><title type='text'>Hi Tareq,

Thanks for clearing that up! It&amp;#39;s q...</title><content type='html'>Hi Tareq,&lt;br /&gt;&lt;br /&gt;Thanks for clearing that up! It&amp;#39;s quite a nasty side-effect of WS-security that I was not aware of.&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;&lt;br /&gt;Joost</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/6460802364459780706/comments/default/8191633945236558914'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/6460802364459780706/comments/default/8191633945236558914'/><link rel='alternate' type='text/html' href='http://www.cafebabe.me/2009/10/ws-security-support-in-spring-ws-grails.html?showComment=1268951039908#c8191633945236558914' title=''/><author><name>Joost</name><uri>http://www.blogger.com/profile/09932211713821712935</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cafebabe.me/2009/10/ws-security-support-in-spring-ws-grails.html' ref='tag:blogger.com,1999:blog-6885039132180571938.post-6460802364459780706' source='http://www.blogger.com/feeds/6885039132180571938/posts/default/6460802364459780706' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1581710732'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='March 18, 2010 11:23 PM'/></entry><entry><id>tag:blogger.com,1999:blog-6885039132180571938.post-8525266407994702113</id><published>2010-03-17T16:14:27.754+01:00</published><updated>2010-03-17T16:14:27.754+01:00</updated><title type='text'>Hi Joost,

Please check out the discussion on this...</title><content type='html'>Hi Joost,&lt;br /&gt;&lt;br /&gt;Please check out the discussion on this thread for the clarification:&lt;br /&gt;http://jira.codehaus.org/browse/GRAILSPLUGINS-1715&lt;br /&gt;Thanks,&lt;br /&gt;Tareq</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/6460802364459780706/comments/default/8525266407994702113'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/6460802364459780706/comments/default/8525266407994702113'/><link rel='alternate' type='text/html' href='http://www.cafebabe.me/2009/10/ws-security-support-in-spring-ws-grails.html?showComment=1268838867754#c8525266407994702113' title=''/><author><name>Tareq Abedrabbo</name><uri>http://www.blogger.com/profile/14847156011751863882</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_VgsjI829_Os/SqP70uu3pPI/AAAAAAAAAg4/1W7jq_Jb1zQ/S220/tareq_2.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cafebabe.me/2009/10/ws-security-support-in-spring-ws-grails.html' ref='tag:blogger.com,1999:blog-6885039132180571938.post-6460802364459780706' source='http://www.blogger.com/feeds/6885039132180571938/posts/default/6460802364459780706' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1047910675'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='March 17, 2010 4:14 PM'/></entry><entry><id>tag:blogger.com,1999:blog-6885039132180571938.post-4944342654538226138</id><published>2010-03-17T13:57:58.537+01:00</published><updated>2010-03-17T13:57:58.537+01:00</updated><title type='text'>Hi Tareq,

Why does the plugin change the password...</title><content type='html'>Hi Tareq,&lt;br /&gt;&lt;br /&gt;Why does the plugin change the password encoder for a plain text one? I am not using the WS-security yet, but suddenly ALL acegi passwords are plaintext in the database now. For the moment I just took the lines that instantiate the encoder out and that seems to work for now but I&amp;#39;m worried that as soon as I start to use WS-security things will start to go wrong?&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;&lt;br /&gt;Joost</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/6460802364459780706/comments/default/4944342654538226138'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/6460802364459780706/comments/default/4944342654538226138'/><link rel='alternate' type='text/html' href='http://www.cafebabe.me/2009/10/ws-security-support-in-spring-ws-grails.html?showComment=1268830678537#c4944342654538226138' title=''/><author><name>Joost</name><uri>http://www.blogger.com/profile/09932211713821712935</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cafebabe.me/2009/10/ws-security-support-in-spring-ws-grails.html' ref='tag:blogger.com,1999:blog-6885039132180571938.post-6460802364459780706' source='http://www.blogger.com/feeds/6885039132180571938/posts/default/6460802364459780706' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1581710732'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='March 17, 2010 1:57 PM'/></entry><entry><id>tag:blogger.com,1999:blog-6885039132180571938.post-2431978430158729493</id><published>2010-02-01T09:04:39.349+01:00</published><updated>2010-02-01T09:04:39.349+01:00</updated><title type='text'>Thanks for the tip!</title><content type='html'>Thanks for the tip!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/4097581597608218807/comments/default/2431978430158729493'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/4097581597608218807/comments/default/2431978430158729493'/><link rel='alternate' type='text/html' href='http://www.cafebabe.me/2009/06/spring-integration-and-spring-web.html?showComment=1265011479349#c2431978430158729493' title=''/><author><name>Tareq Abedrabbo</name><uri>http://www.blogger.com/profile/14847156011751863882</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_VgsjI829_Os/SqP70uu3pPI/AAAAAAAAAg4/1W7jq_Jb1zQ/S220/tareq_2.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cafebabe.me/2009/06/spring-integration-and-spring-web.html' ref='tag:blogger.com,1999:blog-6885039132180571938.post-4097581597608218807' source='http://www.blogger.com/feeds/6885039132180571938/posts/default/4097581597608218807' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1047910675'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='February 1, 2010 9:04 AM'/></entry><entry><id>tag:blogger.com,1999:blog-6885039132180571938.post-6876572671186049779</id><published>2010-01-31T11:30:47.006+01:00</published><updated>2010-01-31T11:30:47.006+01:00</updated><title type='text'>Thanks for posting the demo. Yes, Spring-WS and Sp...</title><content type='html'>Thanks for posting the demo. Yes, Spring-WS and Spring Integration are indeed a nice fit. You might not need the intermediate &amp;quot;processingChannel&amp;quot; when using integration:chain.  &lt;br /&gt;&lt;br /&gt;I seemed not be able to post a code snippet like yours.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/4097581597608218807/comments/default/6876572671186049779'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/4097581597608218807/comments/default/6876572671186049779'/><link rel='alternate' type='text/html' href='http://www.cafebabe.me/2009/06/spring-integration-and-spring-web.html?showComment=1264933847006#c6876572671186049779' title=''/><author><name>P</name><uri>http://www.blogger.com/profile/10639502610369544026</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cafebabe.me/2009/06/spring-integration-and-spring-web.html' ref='tag:blogger.com,1999:blog-6885039132180571938.post-4097581597608218807' source='http://www.blogger.com/feeds/6885039132180571938/posts/default/4097581597608218807' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-911345305'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='January 31, 2010 11:30 AM'/></entry><entry><id>tag:blogger.com,1999:blog-6885039132180571938.post-7582488010053474698</id><published>2010-01-14T12:29:57.135+01:00</published><updated>2010-01-14T12:29:57.135+01:00</updated><title type='text'>It works perfectly, i have used eclipse not maven ...</title><content type='html'>It works perfectly, i have used eclipse not maven but not problem configuring a &amp;quot;Runs as&amp;quot; using the same parameters like your mvn instruction.&lt;br /&gt;&lt;br /&gt;Perhaps due to the use of eclipse I have had to import spring-2.5.1.jar and commons-logging-4.0.6.jar and commons-lang-2.3.jar. Beside the SpringBatch´s core and infrastructure jars.&lt;br /&gt;&lt;br /&gt;Thanks</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/2385975911626668933/comments/default/7582488010053474698'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/2385975911626668933/comments/default/7582488010053474698'/><link rel='alternate' type='text/html' href='http://www.cafebabe.me/2008/05/spring-batch-hello-world-1.html?showComment=1263468597135#c7582488010053474698' title=''/><author><name>AntuanF1</name><uri>http://antuanf1.blogspot.com/</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cafebabe.me/2008/05/spring-batch-hello-world-1.html' ref='tag:blogger.com,1999:blog-6885039132180571938.post-2385975911626668933' source='http://www.blogger.com/feeds/6885039132180571938/posts/default/2385975911626668933' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1668351451'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='January 14, 2010 12:29 PM'/></entry><entry><id>tag:blogger.com,1999:blog-6885039132180571938.post-8089337813721052207</id><published>2010-01-03T06:10:57.934+01:00</published><updated>2010-01-03T06:10:57.934+01:00</updated><title type='text'>Hi Tareq, one other question: What did you mean by...</title><content type='html'>Hi Tareq, one other question: What did you mean by saying &amp;quot;complete transparency to your service&amp;#39;s clients&amp;quot; ?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/7887842762292797990/comments/default/8089337813721052207'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/7887842762292797990/comments/default/8089337813721052207'/><link rel='alternate' type='text/html' href='http://www.cafebabe.me/2007/03/migrating-smoothly-from-rpcencoded-to.html?showComment=1262495457934#c8089337813721052207' title=''/><author><name>Ajitesh</name><uri>http://www.funpiper.com</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cafebabe.me/2007/03/migrating-smoothly-from-rpcencoded-to.html' ref='tag:blogger.com,1999:blog-6885039132180571938.post-7887842762292797990' source='http://www.blogger.com/feeds/6885039132180571938/posts/default/7887842762292797990' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-239154759'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='January 3, 2010 6:10 AM'/></entry><entry><id>tag:blogger.com,1999:blog-6885039132180571938.post-5357084325633670242</id><published>2010-01-01T11:28:31.129+01:00</published><updated>2010-01-01T11:28:31.129+01:00</updated><title type='text'>Tareq, thanks for the suggestions.

Given the fact...</title><content type='html'>Tareq, thanks for the suggestions.&lt;br /&gt;&lt;br /&gt;Given the fact that PayLoadTransformingInterceptor can be used for managing different WSDL versioning, When do you think should one give up this technique and go with maintaining different WSDL version with different endpoints/Marshaller objects?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/7887842762292797990/comments/default/5357084325633670242'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/7887842762292797990/comments/default/5357084325633670242'/><link rel='alternate' type='text/html' href='http://www.cafebabe.me/2007/03/migrating-smoothly-from-rpcencoded-to.html?showComment=1262341711129#c5357084325633670242' title=''/><author><name>Ajitesh</name><uri>http://www.funpiper.com</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cafebabe.me/2007/03/migrating-smoothly-from-rpcencoded-to.html' ref='tag:blogger.com,1999:blog-6885039132180571938.post-7887842762292797990' source='http://www.blogger.com/feeds/6885039132180571938/posts/default/7887842762292797990' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1727399394'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='January 1, 2010 11:28 AM'/></entry><entry><id>tag:blogger.com,1999:blog-6885039132180571938.post-4016570539168745839</id><published>2009-12-31T10:57:09.269+01:00</published><updated>2009-12-31T10:57:09.269+01:00</updated><title type='text'>Hi Ajitesh,

You can use the transformer for such ...</title><content type='html'>Hi Ajitesh,&lt;br /&gt;&lt;br /&gt;You can use the transformer for such scenarios. The main advantage is the complete transparency to your service&amp;#39;s clients. Regarding performance, I suggest you test your service to decide whether the overhead is acceptable or not in your case.&lt;br /&gt;&lt;br /&gt;Good luck!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/7887842762292797990/comments/default/4016570539168745839'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/7887842762292797990/comments/default/4016570539168745839'/><link rel='alternate' type='text/html' href='http://www.cafebabe.me/2007/03/migrating-smoothly-from-rpcencoded-to.html?showComment=1262253429269#c4016570539168745839' title=''/><author><name>Tareq Abedrabbo</name><uri>http://www.blogger.com/profile/14847156011751863882</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_VgsjI829_Os/SqP70uu3pPI/AAAAAAAAAg4/1W7jq_Jb1zQ/S220/tareq_2.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cafebabe.me/2007/03/migrating-smoothly-from-rpcencoded-to.html' ref='tag:blogger.com,1999:blog-6885039132180571938.post-7887842762292797990' source='http://www.blogger.com/feeds/6885039132180571938/posts/default/7887842762292797990' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1047910675'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='December 31, 2009 10:57 AM'/></entry><entry><id>tag:blogger.com,1999:blog-6885039132180571938.post-8372823458312429717</id><published>2009-12-31T08:59:28.218+01:00</published><updated>2009-12-31T08:59:28.218+01:00</updated><title type='text'>Hi Tareq,

I enjoy reading your blogs on Spring. I...</title><content type='html'>Hi Tareq,&lt;br /&gt;&lt;br /&gt;I enjoy reading your blogs on Spring. I have a query regarding the WSDL versioning?&lt;br /&gt;&lt;br /&gt;Would you suggest usage of PayloadTransformingInterceptor for managing WSDL versioning? This is given the case that new XSD version would be having additional parameters/fields?  This is given the fact that transformation overhead comes into the picture.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/7887842762292797990/comments/default/8372823458312429717'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/7887842762292797990/comments/default/8372823458312429717'/><link rel='alternate' type='text/html' href='http://www.cafebabe.me/2007/03/migrating-smoothly-from-rpcencoded-to.html?showComment=1262246368218#c8372823458312429717' title=''/><author><name>Ajitesh</name><uri>http://www.funpiper.com</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cafebabe.me/2007/03/migrating-smoothly-from-rpcencoded-to.html' ref='tag:blogger.com,1999:blog-6885039132180571938.post-7887842762292797990' source='http://www.blogger.com/feeds/6885039132180571938/posts/default/7887842762292797990' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1217910718'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='December 31, 2009 8:59 AM'/></entry><entry><id>tag:blogger.com,1999:blog-6885039132180571938.post-8087619263293873146</id><published>2009-11-15T16:28:15.209+01:00</published><updated>2009-11-15T16:28:15.209+01:00</updated><title type='text'>Got it. Thanks for the tip.</title><content type='html'>Got it. Thanks for the tip.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/5882031198590543162/comments/default/8087619263293873146'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/5882031198590543162/comments/default/8087619263293873146'/><link rel='alternate' type='text/html' href='http://www.cafebabe.me/2009/10/spring-web-services-and-functional.html?showComment=1258298895209#c8087619263293873146' title=''/><author><name>Tareq Abedrabbo</name><uri>http://www.blogger.com/profile/14847156011751863882</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_VgsjI829_Os/SqP70uu3pPI/AAAAAAAAAg4/1W7jq_Jb1zQ/S220/tareq_2.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cafebabe.me/2009/10/spring-web-services-and-functional.html' ref='tag:blogger.com,1999:blog-6885039132180571938.post-5882031198590543162' source='http://www.blogger.com/feeds/6885039132180571938/posts/default/5882031198590543162' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1047910675'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='November 15, 2009 4:28 PM'/></entry><entry><id>tag:blogger.com,1999:blog-6885039132180571938.post-5627728072391458952</id><published>2009-11-14T22:59:45.780+01:00</published><updated>2009-11-14T22:59:45.780+01:00</updated><title type='text'>Just download soapui, import your wsdl, generate t...</title><content type='html'>Just download soapui, import your wsdl, generate testcases and save soap-ui.project xml in your maven project. then you can refer to it as a parameter from maven-soapui-plugin. just don&amp;#39;t forget start jetty before execute soapui tests :)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/5882031198590543162/comments/default/5627728072391458952'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/5882031198590543162/comments/default/5627728072391458952'/><link rel='alternate' type='text/html' href='http://www.cafebabe.me/2009/10/spring-web-services-and-functional.html?showComment=1258235985780#c5627728072391458952' title=''/><author><name>Ashitkin Alexander</name><uri>http://www.blogger.com/profile/02018538907534610430</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cafebabe.me/2009/10/spring-web-services-and-functional.html' ref='tag:blogger.com,1999:blog-6885039132180571938.post-5882031198590543162' source='http://www.blogger.com/feeds/6885039132180571938/posts/default/5882031198590543162' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1366057991'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='November 14, 2009 10:59 PM'/></entry><entry><id>tag:blogger.com,1999:blog-6885039132180571938.post-8093137496984078030</id><published>2009-11-14T18:08:39.574+01:00</published><updated>2009-11-14T18:08:39.574+01:00</updated><title type='text'>Interesting. Will check that out.</title><content type='html'>Interesting. Will check that out.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/5882031198590543162/comments/default/8093137496984078030'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/5882031198590543162/comments/default/8093137496984078030'/><link rel='alternate' type='text/html' href='http://www.cafebabe.me/2009/10/spring-web-services-and-functional.html?showComment=1258218519574#c8093137496984078030' title=''/><author><name>Tareq Abedrabbo</name><uri>http://www.blogger.com/profile/14847156011751863882</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_VgsjI829_Os/SqP70uu3pPI/AAAAAAAAAg4/1W7jq_Jb1zQ/S220/tareq_2.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cafebabe.me/2009/10/spring-web-services-and-functional.html' ref='tag:blogger.com,1999:blog-6885039132180571938.post-5882031198590543162' source='http://www.blogger.com/feeds/6885039132180571938/posts/default/5882031198590543162' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1047910675'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='November 14, 2009 6:08 PM'/></entry><entry><id>tag:blogger.com,1999:blog-6885039132180571938.post-5282544747571115181</id><published>2009-11-14T18:01:09.420+01:00</published><updated>2009-11-14T18:01:09.420+01:00</updated><title type='text'>hi Tareq, thanks for your article. Although you re...</title><content type='html'>hi Tareq, thanks for your article. Although you really could test in this way,  it&amp;#39;s much more convinient to manage jetty lifecycle directly from the pom and use soapui maven plugin.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/5882031198590543162/comments/default/5282544747571115181'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/5882031198590543162/comments/default/5282544747571115181'/><link rel='alternate' type='text/html' href='http://www.cafebabe.me/2009/10/spring-web-services-and-functional.html?showComment=1258218069420#c5282544747571115181' title=''/><author><name>Ashitkin Alexander</name><uri>http://www.blogger.com/profile/02018538907534610430</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cafebabe.me/2009/10/spring-web-services-and-functional.html' ref='tag:blogger.com,1999:blog-6885039132180571938.post-5882031198590543162' source='http://www.blogger.com/feeds/6885039132180571938/posts/default/5882031198590543162' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1366057991'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='November 14, 2009 6:01 PM'/></entry><entry><id>tag:blogger.com,1999:blog-6885039132180571938.post-6459461331255504389</id><published>2009-11-13T09:43:44.846+01:00</published><updated>2009-11-13T09:43:44.846+01:00</updated><title type='text'>It does, and that&amp;#39;s what the code demos. Check...</title><content type='html'>It does, and that&amp;#39;s what the code demos. Check out the sample project. It&amp;#39;s simply a modified version of Spring-WS echo sample.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/4097581597608218807/comments/default/6459461331255504389'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/4097581597608218807/comments/default/6459461331255504389'/><link rel='alternate' type='text/html' href='http://www.cafebabe.me/2009/06/spring-integration-and-spring-web.html?showComment=1258101824846#c6459461331255504389' title=''/><author><name>Tareq Abedrabbo</name><uri>http://www.blogger.com/profile/14847156011751863882</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_VgsjI829_Os/SqP70uu3pPI/AAAAAAAAAg4/1W7jq_Jb1zQ/S220/tareq_2.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cafebabe.me/2009/06/spring-integration-and-spring-web.html' ref='tag:blogger.com,1999:blog-6885039132180571938.post-4097581597608218807' source='http://www.blogger.com/feeds/6885039132180571938/posts/default/4097581597608218807' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1047910675'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='November 13, 2009 9:43 AM'/></entry><entry><id>tag:blogger.com,1999:blog-6885039132180571938.post-1071377326122026464</id><published>2009-11-13T06:09:14.194+01:00</published><updated>2009-11-13T06:09:14.194+01:00</updated><title type='text'>thanks for posting a sample code. Just wanted to c...</title><content type='html'>thanks for posting a sample code. Just wanted to check if Spring Integration with Spring WS can deliver request-response based integration pattern as in the case of normal web service request-response call.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/4097581597608218807/comments/default/1071377326122026464'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/4097581597608218807/comments/default/1071377326122026464'/><link rel='alternate' type='text/html' href='http://www.cafebabe.me/2009/06/spring-integration-and-spring-web.html?showComment=1258088954194#c1071377326122026464' title=''/><author><name>ajitesh</name><uri>http://www.funpiper.com</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cafebabe.me/2009/06/spring-integration-and-spring-web.html' ref='tag:blogger.com,1999:blog-6885039132180571938.post-4097581597608218807' source='http://www.blogger.com/feeds/6885039132180571938/posts/default/4097581597608218807' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-762135644'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='November 13, 2009 6:09 AM'/></entry><entry><id>tag:blogger.com,1999:blog-6885039132180571938.post-3613894826510443922</id><published>2009-10-17T16:51:30.717+01:00</published><updated>2009-10-17T16:51:30.717+01:00</updated><title type='text'>I&amp;#39;m glad to hear that. Thanks!</title><content type='html'>I&amp;#39;m glad to hear that. Thanks!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/5882031198590543162/comments/default/3613894826510443922'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/5882031198590543162/comments/default/3613894826510443922'/><link rel='alternate' type='text/html' href='http://www.cafebabe.me/2009/10/spring-web-services-and-functional.html?showComment=1255794690717#c3613894826510443922' title=''/><author><name>Tareq Abedrabbo</name><uri>http://www.blogger.com/profile/14847156011751863882</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_VgsjI829_Os/SqP70uu3pPI/AAAAAAAAAg4/1W7jq_Jb1zQ/S220/tareq_2.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cafebabe.me/2009/10/spring-web-services-and-functional.html' ref='tag:blogger.com,1999:blog-6885039132180571938.post-5882031198590543162' source='http://www.blogger.com/feeds/6885039132180571938/posts/default/5882031198590543162' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1047910675'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='October 17, 2009 4:51 PM'/></entry><entry><id>tag:blogger.com,1999:blog-6885039132180571938.post-6708163157766997116</id><published>2009-10-17T16:16:44.590+01:00</published><updated>2009-10-17T16:16:44.590+01:00</updated><title type='text'>I love blog entries like this. I&amp;#39;m not really ...</title><content type='html'>I love blog entries like this. I&amp;#39;m not really into web services, but you&amp;#39;ve written this up very clearly with really nice-to-follow examples of the relevant code snippets. Great job! I&amp;#39;m gonna bookmark you and chack back for future articles often.&lt;br /&gt;&lt;br /&gt;Dave</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/5882031198590543162/comments/default/6708163157766997116'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/5882031198590543162/comments/default/6708163157766997116'/><link rel='alternate' type='text/html' href='http://www.cafebabe.me/2009/10/spring-web-services-and-functional.html?showComment=1255792604590#c6708163157766997116' title=''/><author><name>Dave Macpherson</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cafebabe.me/2009/10/spring-web-services-and-functional.html' ref='tag:blogger.com,1999:blog-6885039132180571938.post-5882031198590543162' source='http://www.blogger.com/feeds/6885039132180571938/posts/default/5882031198590543162' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-311547462'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='October 17, 2009 4:16 PM'/></entry><entry><id>tag:blogger.com,1999:blog-6885039132180571938.post-4161379503646003009</id><published>2009-10-07T06:27:37.969+01:00</published><updated>2009-10-07T06:27:37.969+01:00</updated><title type='text'>Hi nice to see in your new doamin. Really this one...</title><content type='html'>Hi nice to see in your new doamin. Really this one is more readable and clean. Look forward for your new book.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;mamun_916</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/3846279043657748532/comments/default/4161379503646003009'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6885039132180571938/3846279043657748532/comments/default/4161379503646003009'/><link rel='alternate' type='text/html' href='http://www.cafebabe.me/2009/09/new-place-for-cafebabe.html?showComment=1254893257969#c4161379503646003009' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cafebabe.me/2009/09/new-place-for-cafebabe.html' ref='tag:blogger.com,1999:blog-6885039132180571938.post-3846279043657748532' source='http://www.blogger.com/feeds/6885039132180571938/posts/default/3846279043657748532' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2022758301'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.displayTime' value='October 7, 2009 6:27 AM'/></entry></feed>
