This post originated from an RSS feed registered with Java Buzz
by s m.
Original Post: Spring Web Services editor and configuration features
Feed Title: IntelliJ IDEA Blog
Feed URL: http://blogs.jetbrains.com/idea/feed/
Feed Description: News, tips&tricks, how-to's and other issues related to IntelliJ IDEA
IntelliJ Idea X adds Spring Web Services support with smart completion, usages search, error highlighting, quick fixes and code generation. Here are some examples:
1. Code Generation live templates
2. PayloadRootQNameEndpointMapping
3. @Endpoint, @PayloadRoot and @XPathParam annotations
- @PayloadRoot annotation parameters completion
- simple xpath completion
- prexix configuration with “http://www.springframework.org/schema/web-services” namespace tags
4. AnnotationActionEndpointMapping
5. Exceptions
6. Interceptor’s smart completion