I am reframing a previous post I put. Regarding the time it takes to construct a service. Since we are using JaxWsProxyFactoryBean, we see output in the log files for each bean configured this way referring to the class, ReflectionServiceFactoryBean.
In the javadocs for this, I read the following: "Introspects a class and builds a Service from it. If a WSDL URL is specified, a Service model will be directly from the WSDL and then metadata will be filled in from the service class. If no WSDL URL is specified, the Service will be constructed directly from the class structure. " So is there a performance difference for providing a WSDL or not providing a WSDL in how long it takes for the service to be created? Is it smarter to do this process another way during compile-time? If so, what is that way and how does it interact with JaxWsProxyFactoryBean? I am trying to speed up the war (service) startup time and it appears that some of the startup time is the processing of the multiple services bean definitions we have configured. Thanks for the help. -- View this message in context: http://cxf.547215.n5.nabble.com/Building-a-service-runtime-performance-tp5483155p5483155.html Sent from the cxf-user mailing list archive at Nabble.com.
