Navigation

RSS 2.0 New Entries Syndication Feed Atom 0.3 New Entries Syndication Feed

Show blog menu v

 

General

Use it

Documentation

Support

Sibling projects

RIFE powered

Valid XHTML 1.0 Transitional

Valid CSS!

Blogs : Archives

< Gizmo Project : All Calls Free to regular phone lines   RIFE is getting noticed for its JDBC wrapping framework >
X-develop : the unknown IDE that drives my love for Java

For many months I have been wondering why people where frequently criticizing the lack of agility in the Java language, the rigidity of its static typing system and the supposed uselessness of generics. Suddenly I realized that I found myself in a position that most other Java developers don't experience: I had been using an IDE for years that makes Java development amazingly agile and pleasant.

X-develop screenshot

Let me introduce CodeGuide or it's multi-language bigger brother X-develop. The beauty of these IDEs is very similar to what is recently happening in the Java landscape: power and simplification through default intelligent behavior without an overload of configurable options or explicit features. When you start X-develop for the first time, you'll probably browse through its menus and preferences, thinking that it only supports a fraction of the refactorings of IDEA or Eclipse. Well you know what, you're right. Yet, while it looks more primitive on the surface, I feel much more confident embarking into complex refactorings with X-develop than with anything else. How is this possible?

Enter the genius of Omnicore's vision by having designed and developed instant project-wide on-the-fly error checking. This is probably the worst understood and most powerful IDE feature in existence. The keywords instant, project-wide and on-the-fly are of capital importance here since they allow for free-form refactoring or fuzzy refactoring development styles.

To explain what this is about, it's probably best draw the parallel with test-driven development: you first code what you expect and then fix everything until your code works. I apply this approach constantly while refactoring: I perform the changes that I want to introduce in certain classes and as I type, I see the errors gradually appear in the entire project. This happens literally as I type, without any compilation or execution of the application. The only thing that I have to do afterwards, is work through the errors one by one (which can be easily done by using the shortcuts ctrl-up and ctrl-down) and fix the code so that the errors disappear. Sometimes I can be working for hours like this by continuously improving APIs and never ever having to wait for any compilation or execution delays. Apart from being an amazing feature in itself (since the IDE really understands your entire project in real-time), this way of developing is also extremely satisfying since you see the errors disappear one by one.

This is just one of the awesome features of X-develop, some of the others I prefer are:

  • a lot of screen estate for your code with minimal IDE artifacts that stand in your way or distract you,
  • back-in-time debugging,
  • very sensible code-hyperlinking,
  • permissive code completion (it works even if there are syntax errors),
  • extremely fast syntax highlighting,
  • preserve case in search/replace,
  • great JUnit and and Subversion support,
  • intuitive, simple and powerful GUI editor that doesn't introduce a new layout manager.

Now of course there are not only great things to be said. Due to the Java market having been bombarded with free IDEs, Omnicore had to diversify itself and support Mono and .Net as well. This slows down the work they can perform on the Java front since they are only a small company with limited resources. I'm however hoping that the recent interest for more dynamism and agility will see an uptake in their Java user-base, giving them more funds to invest in further developments.

So, if you want an agile IDE that leverages the Java language to its fullest and targets hard-core developers, you owe it to yourself to give CodeGuide or X-develop a try. Don't just use it as your current IDE and search for the counterpart of the features that you already know. In many cases you will not find it because Omnicore has solved the problem in a creative and often much more elegant way.

Thanks Omnicore for making my day a more pleasant one, every day.

Disclaimer: these are my genuine feelings and it's not a marketing ploy! I'm not affiliated with Omnicore and the only thing I have to gain is when they get more users, my preferred tool will become even better. Besides that, the people at Omnicore are really great and have always promptly tried to resolve any problems I had. I thought it was about time I gave something back for the more than excellent support they've given me over the years.

Disclaimer 2: I frequently force myself to work with IDEA and Eclipse for at least a week since I want to make sure that I'm not missing out on the best tools. While they both are excellent IDEs, I never reach the same comfort and productivity that the instant on-the-fly project-wide error checking of X-develop and its debugger provide me.

posted by Geert Bevin in Java on Aug 11, 2006 6:34 PM : 4 comments [permalink]
 

Comments

Re: X-develop : the unknown IDE that drives my love for Java
You'll probably get a lot of comments about this. Both IntelliJ and Eclipse perform this continuous project-wide code analysis as well.
Re: X-develop : the unknown IDE that drives my love for Java
Keith, that's false. IDEA certainly doesn't (only 6.0 goes somewhat into that direction, but very slow and not instantly for the entire project). Eclipse does it somewhat, but not without saving the your files and recompiling. It is definitly slower and Eclipse has quite some problems with advanced continuations usage for example. It also gets very easily out of sync regarding the errors and the actual file contents.

Don't think you know the instant project-wide on-the-fly errors checking that X-develop provides. Use it on a real project for about a week and then compare. I use both IDEA and Eclipse very regularly and I know it's not comparable.
Re: X-develop : the unknown IDE that drives my love for Java
This "fast" on-the-fly code cheching isn't scales well. It faster only for very small projects and for the bigger it just...
Re: X-develop : the unknown IDE that drives my love for Java
Have you actually tried X-develop with this feature or are you just assuming and making things up? RIFE is only 300 thousand lines of code with 4 thousand classes, and the checking is instant. If you find that very small, I'm curious to see what projects you're working on.

Add a new comment

Comments on this blog entry have been closed.

< Gizmo Project : All Calls Free to regular phone lines   RIFE is getting noticed for its JDBC wrapping framework >
 
 
 
Google
rifers.org web