• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Profiling a Grails app having web service endpoints

 
Greenhorn
Posts: 12
Eclipse IDE Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

My question might be a trivial one. Here it is:

We know that we can use Spring Insight or any other profiler plugin to profile a grails application in order to monitor HTTP requests. Particularly talking about Spring Inight, can we profile the grails app for SOAP requests?

I am using Spring WS plugin to produce endpoints in the grails app. I wanted to monitor the performance of the endpoint down Till the JDBC layer. I went through documents related to usage of Spring Insight but in vain, I din't find anything for SOAP requests. My last resort would be to get the development kit and develop my own insight plugin for WS endpoint and see how it goes.

Please let me know if anyone has come across this situation or can throw some insight on Spring Insight.

Grails 2.0.4; STS 2.9.2
reply
    Bookmark Topic Watch Topic
  • New Topic