Archive for February, 2008
Friday, February 29th, 2008
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, including WSDL/WADL from Java and vice versa
Dedicated run configurations for debugging and automated deployment
and more
To help you get started with developing Web […]
Posted in How-To's, FYI | 1 Comment »
Friday, February 8th, 2008
If you had worked with IntelliJ IDEA for a while, you’re most likely aware of @Nullable, @NotNull annotations which allow you to formally specify method contracts and validate whether these contracts are met, and @NonNls annotation which is helpful when you want to exclude strings from the internationalization process.However, there’re several cases when direct annotating […]
Posted in Tips & Tricks, How-To's | No Comments »
Tuesday, February 5th, 2008
We’ve got great news for those of you who were waiting for an easier way to create rich Internet applications with Adobe Flex using IntelliJ IDEA.Many advanced features are supported by the upcoming version 7.0.3 that is already available throught the Early Access Program (EAP):
Smart code completion for MXML and AS files, with cross-resolution […]
Posted in How-To's, FYI | 15 Comments »
Friday, February 1st, 2008
Yesterday the results of JetBrains’ annual contest for the best plug-in to IntelliJ IDEA were announced. 7 plug-ins were selected by the jury composed of IntelliJ IDEA development team members. Their respective authors will take away great cash and software prizes. The names of the winners are listed on the dedicated Plug-ins Site. There you […]
Posted in News & Events, Plugins | No Comments »