IntelliJ IDEA – the IDE for Professional Development in Java and Kotlin
Most of IntelliJ IDEA advanced features (rename refactorings, navigation to source, usage search and the others) are available in JBoss Seam pageflow graphical designer. Just right-click a node (page) or an edge (transition) to bring up a popup menu where you can select an appropriate action. Moreov…
JBoss Seam components can be referenced from JSP/JSF pages, Seam components.xml, page flow configuration files, string literals anywhere else, etc. What it takes if you want to rename one of them? With IntelliJ IDEA, only a simple press of Shift+F6 to invoke the Rename refactoring:The component and …