IntelliJ IDEA – the IDE for Professional Development in Java and Kotlin
Spring Boot is great for developing web services. A request handler (for example, a REST controller) is where you define methods that handle requests to specific endpoints. To test those requests, you could use an external tool, but with IntelliJ IDEA, you don’t need to leave your IDE. The integrate…
If you work a lot with WSDL, you will find new IntelliJ IDEA X refactorings, code completions and validations very handy. Be it schema or WSDL, import inside a WSDL document is not a problem anymore. Also, we are looking forward to your feedback regarding WSDL.…
Jersey is a reference implementation of JAX-RS (JSR-311). IntelliJ IDEA X will support some of the Jersey's features. MVCJ is one of them. IntelliJ IDEA automatically detects JSP templates for your resource classes that simplifies navigation to them.…
With IntelliJ IDEA X you can try new Spring Web Services support features. If your project contains Spring Web Services specific beans your application contexts are validated to be properly configured with one of the transport protocols. You can easily configure specific transport beans invoking…
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 - @P…
Since version 7.0 IntelliJ IDEA provides the complete support for creating Web Service applications, providing the full range of productivity-boosting features: Smart code completion Syntax and error highlighting Code analysis, inspections, quick-fixes and refactoring Automatic code generation, incl…