Tuesday, August 18, 2009

e4 release overview

Eclipse e4 overview

Your mind is like this water, my friend. When it is agitated,
it becomes difficult to see. But if you allow it to settle...
the answer becomes clear.
Kung Fu Panda


When I saw that e4 is on the road I was curious to try it. As usual not all went easily. Firstly, I've download a kit and unzipped. While unzipping I got error about the length of some class it means that standard Zip could not unzip file which the header length longer that 250 characters. Without further ado, I used 7 zip. It solved the problem mentioned above.

Finally I perceived with the eyes the eclipse's splash screen.



Let's begin.
XWT. What is it? XWT is the XML Windowing toolkit that enables to write remote applications.
If you're familiar with JSF technology then your learning curve will be minimal as possible. Simply, it has xml which contains a UI component and bound with java class named backing bean. It gives you clear separation between UI appearance and business logic. Unlike JSF XWT combined with JavaScript (ECMAscript). CSS is out-of-the-box. No more awkward patches! Very flexible.
To be honest, I've waited such solution longer. In that time, I think it's best solution of UI that I have ever seen.

RAP, stands for Rich Ajax Platform.
As many of us know that recently we have requirements related to green IT. It means that we ought to build our software which can run on the end user low priced workstations and minimal power consumption. In addition, classical web applications use the network heavily. In order to reduce this, was introduced Ajax mechanism.
RAP makes possible to develop rich web client by “Eclipse way”. It allows event-driven web application design. Supports programming using Java APIs. For instance, you're able develop like SWT applications that run on the web. It brings RCP to the Web. Write ones run everywhere. You also can use the plug-ins or reuse them.

JavaScript
Did you ever build web 2.0 applications using social APIs? Some time ago Google announced about defining a common API for social applications across multiple websites. You know these sites: LinkedIn, MyFaces, Facebook even YouTube. Besides that, it means you have less to learn to build multiple sites.
E4 provides support for writing plug-ins in other languages, especially to use JavaScript to write bundles in Eclipse. It runs on top of OSGi framework and enables to call out to and from java bundles. There is possibility to install bundles and inspect the state of the system, also allows observation and management of the state of an individual bundle. The difference is in the packaging. Instead of using jar, here is used JSON file.

Before ending this overview I wish to point out some dislikes.
1.The shortcut toolbar is missing.
2.The functionality of the views like minimize/maximize for some unknown reasons absents.

I would appreciate any feedback on whether you like or dislike. Till then, happy discovering folks!