mardi 19 mars 2013

Introducing Eclipse Sirius

You might have noticed some signs of excitement from us lately, one being the following tweet :



What was sent at 4:45pm? a new project proposal for Eclipse, one which, in my opinion, is a major event.

Let me introduce you to Eclipse Sirius !

Have you ever wanted a nice graphical environment customized for your domain data but been discouraged by the complexity of all the technologies needed to create one? Maybe you compromised and decided to use an existing format or notation, even if it does not completely fit your needs, just to benefit from the associated tools. Fear no more! Instead of adapting your needs to some existing tool, with Sirius the tooling adapts itself to you, as it should be. And you don't even need to learn about the Eclipse Modeling stack, we did it for you.

That said, if you want to tweak something you can always plug your customization in through the underlying frameworks, namely : GMF, GEF, EMF and the Eclipse Platform.


How did it all start ?

It's no vaporware. We started the development of Sirius a few years ago with Thales. We've set-up together a great team to build this technology, known as Doremi at that time.


Thanks to this collaboration, we've reached a very high level of maturity: Sirius is used in many very large projects within Thales and it's been around in Obeo Designer for a few years already. It is also the foundation of several tools you can already find in the Eclipse Marketplace, some of them being installed by more than 2000 users a month.


We are not kidding.

This contribution to Eclipse means a whole new team will become commiters. They have been working on Sirius for years and you already know them as contributors. You will now see those guys from Thales and Obeo co-leading and working in the open.

What about Obeo Designer ?

Sirius is one Obeo Designer's components. Once published via Eclipse the Sirius open source version will be included in Obeo Designer.

Sirius being open-source doesn't change much besides strengthening Obeo Designer by significantly growing the user base of one of its components. This means more diverse usages, more tests "in the wild" and potentially more designers to reuse or extend.

Obeo Designer remains a commercial product : a strong and open platform to build and deploy your modeling environment with well integrated and tested components. It is the perfect companion for professional usage by bringing collaborative modeling and support.

Why ?

First because it is in our DNA, we strive to build great products in the open. And our partners are supporting us on this, especially Thales, since Sirius is the result of many years of a joint and rich collaboration with Obeo.

Secondly to unleash the energies in Eclipse Modeling. There is a lot of interest in this domain,  companies are in dire need of solutions but the cost to fill the gap between what they need and what Eclipse Modeling provides right now is too high. We are reducing this gap with Sirius and this will trigger more usage and more funding for Eclipse Modeling as a whole.

We also want to work with you, fellow commiters and OSS tool providers, in building the best tools ever. We are building a great component, but having a non open-source runtime may slow down its adoption. This last barrier is now gone.

Have some questions ?
I'm sure you have tons of them. Please use the dedicated Eclipse forum.

Want to know more ?

I'll be at EclipseCon Boston next week. At 1:30 pm On Tuesday .

I'll present the project with Stephane Bonnet from Thales in the session :

"Your custom modeling environment definition made easy. At last !"

During this session you'll learn about the project, its goals, its current deployments and you'll see it in action with live demos.

I will also introduce the project during the Modeling Symposium later the same day !

Sirius brings you the ability to quickly define your dedicated editors : diagram, tree, tables, it would be a shame not to show you what you can do with it :


 


















mercredi 13 mars 2013

Learning from the source

I don't know about you, but at Obeo we're preparing for EclipseCon North America. Eclipse Conferences are great, so many things are built on top of Eclipse or within the Eclipse projects. Tooling of course, but also rich applications, runtimes, you can get a clear vision of what's going on in these areas in just a few days being there.  You could think : "all right, but he is an Eclipse commiter, of course Eclipse conferences are interesting to him". Actualy I'm also CTO at Obeo and when Obeo comes at EclipseCon it's not a one man trip. Seven people from Obeo will go this year to Boston, it's not unusual, and for a company like us it's no small investment.
So, with my CTO hat (and not the Eclipse commiter one) let me give you a hint : its worth it !

During a few days your team is getting to learn from the source ! The community is so diverse, they will learn about developping mobile apps, web apps, rich applications, runtimes, but also about product management, tooling, business intelligence, quality, processes. They will learn tips and tricks on using technologies and in our world these tips are making the difference between a successful project and a complete failure. The knowledge you'll get is high quality:  you'll learn either from people using the technology day to day or from people actually building the technology !

Looking back at the few years the company have been around, there is no doubt Eclipse conferences had the most profound impact on how we use technology and how we develop products.

I'll take a few samples from what we are presenting there but make sure you have a look on the program yourself.

EMF Compare 2.0 : Scaling to Millions : performance and scalability related talks are in general giving a lot of insight into a technology. Here Mikaël will describe by which mechanisms Compare is now able to produce diffs from models too huge to even be completely loaded in memory and merge these diffs while keeping the model integrity.

EMF.Edit : the Force Unleashed : how EMF brings a flexible command support, and how you can use it even not how of an Eclipse context in for instance, a JavaFX application.  "This talk is dedicated to EMF rookies that know EMF as a generator of JavaBeans on Steroids and want to know more about steroids "

Documentation Driven Testing : if you think documentation is an important part of your software but you don't want to spend time doing it for nothing.

Buildroot Eclipse Bundle : a powerful IDE for Embedded Linux developers : see how Eclipse tools can help in building your complete embedded Linux system.

Stop Throwing your doc away : Agile Documentation with Mylyn Intent : you might learn there how the tools from Eclipse can save you a lot of time telling you where your documentation is not up to date.

And thats a tiny extract of the conference which has 7 parallel tracks during 3 days +  a full day of 3 hours tutorials.

And I am not even mentioning the discussions, the BOF sessions and the keynotes.

Well, of course you won't be able to send all your developers there. Just make sure to send those who are good at sharing knowledge with the others and you'll see it will impact both your software and your practices.

ps :  better hurry to register




jeudi 31 janvier 2013

On being open and transparent

We always intend to run our Eclipse projects as real open-source projects. Being open, transparent and so on. The Eclipse Development process forces you to do so in some way, the simultaneous release brings a bit more constraints in this regards but in the end, if you want a truly open project you'll need to do more.

Let's take EMF Compare. It quickly jumped into the release train, adopted the Eclipse practices, got used by other components and had a number of major contribution.

We have two main groups of adopters: the first group is comprised of end-users, which mostly have the perception the problem itself of comparing models is quite easy and it should "just works". They tend to report bugs, UI glitches, and sometime even with patches. The second group is researchers, they know the problem is not that easy and having this component enables all kind of experiments on top of models for them. They tend to use compare in contexts we never ever envisionned.

We had several fairly big contributions from the second group (research) among the years and have always been keen in integrating them, getting them on board in the team and in the release process. But the contributors tend to fade away when their research subject change or when they leave the academic world.  The problem with "big" contributions is  : we can't really maintain those over time with just the core team.

We also participated in several google summer of code programs, but so far never really managed to transform students into day to day commiters.

Driven by the first group of user, we rewrote many of the core code of  Compare last year, and now is a good time to get more people aboard.

We acknowledged that conferences, bugzilla, release reviews, and blog post were not enough, and we started a bunch of actions :

Being visible

Includes posting notes on the interweb about progress, new use cases. Giving talks in tech or academic conferences, and having a comprehensive documentation.

With the 2.x stream, we had to go over all of our documentation anyway, the User Guide is now in a better shape.

A build system you can launch@home

Building  Compare is just a matter of  mvn clean package
you can point to a specific target platform (we tend to keep the widest compatibility possible) with

mvn clean package -Pjuno

or
mvn clean package -Pkepler

launching the tests is just as easy :
mvn clean verify -Pkepler

As you would expect,  the builds are run on the eclipse public server.

The only part of the build which depends on the eclipse infrastructure is the signing and promote process, but those are kept in particular profiles.

Contributor 101

We describe our expectation regarding contribution in the Contributor Guide. Our requirements regarding checkstyle, API tooling, specifications documents are described there.

Setting our expectation can be seen as a new barrier to contribution, but on the other hand our expectations have always been that way and not describing it lead to a misunderstandings : your contribution is valuable, makes no mistake, but most of the time there is way more to do than just dropping a line of code in the bugzilla.

Gerrit looked like a good way to ramp up, a contributor can have feedback from the commiters, but also from the automated build launched on top of his changes.  This looks like a win win so we decided to migrate to gerrit and to setup a build which checks the tests on top of the platforms we are currently supporting. The Eclipse wiki is highly valuable for this, and the webmasters have again demonstrated their support in this process.

We'll see how it goes over time, I'm not 100% buying gerrit itself which can be quite intimidating and I'm looking forward to the list of cons Miles will soon publish ;), but it feels right to have this public and open staging area with constant feedback.

Documentation also is a key ingredient here. Have a look on the Developer Guide, I wouldn't say it's complete because it's not, but you can at least start and have a rough understanding of how Compare works behind the scene.

We're not completely done here, we still have to list "low hanging fruits" - aka Junior Jobs or tasks which can be tackled to discover Compare's internals.

Engage


To engage developers - adopters which might turn into contributors and maybe at some point commiters you have to at least support them. Laurent is checking the following channels besides the bugzilla : the Eclipse forums/newsgroup and stackoverflow. We always had a great example of that in the EMF community through Ed's relentless effort on the newsgroups.

But to take part in the development of a project, you also need to know what's going on. We were missing a real channel for this : notifying peoples when we drafted the work we are starting and engaging them in a potential discussion about these evolutions We recently decided to use the emf-dev mailling list for that, you might have seen a few examples lately, the golden rule being : these mails are just a starting point for further discussions into a given bugzilla. We won't turn the mailling-list as a very chatty place, on the other hand with only a dozen of threads for one year which are not related to commiter election or project meta-data I think there is room for more discussions.

I can't say this triggered a lot of reaction so far but I'd love to see other projects doing that on the emf mailling list.

Predictability

Always set expectations. We used to have a fairly thin project plan only describing themes, we now have a detailled one :


One can see which bugzilla tickets we'll work on during which milestone of a given release.
In the process we cleaned up our bugzilla, closing pending tickets, often with a comment "this is no longer true for 2.x, it just rocks".

Also set expectations on a given issue/bugzilla, we always tend to think : "your problem is a real one, we'll have to tackle it at some point", and let the thing open waiting for the moment we'll get back to it. Sometimes, this moment only come months or years after the original report. Being clear wether we'll  work right away on something you reported is important, and stating the contrary is an occasion for an adopter to get onboard.

As a side note, there are times that we look at a bug, think that "this is a totally stupid mistake" ... but then simply forget about it (we're working on something else, we're not on the good branch to tackle it directly...). Do not hesitate to ping us if we do not answer to trivial bugs (such as https://bugs.eclipse.org/bugs/show_bug.cgi?id=367527) in a timely manner.

Conclusion

We already have a fairly good track records of openness with many contributions in the history of the project, we'll see if doing so much more efforts will have an impact and I'll sure get back to you then. 

I can only assure you one thing :  it takes a bit more time, it takes commitment, but it feels good.

mardi 22 janvier 2013

Obeo Designer 6.1.0 - no 4.x platform... yet !

We've been quite buzzy in the last few months at Obeo : building and releasing a brand new product dedicated to EA, celebrating our seventh birhtday, building almost 20 modeling environments based DSLs and/or standards, bringing model comparison far beyond the competition, tackling the issue of software and design documentation with a novel approach in the Mylyn project and step by step getting closer to our perfect development process, our unicorn.

And working on Obeo Designer : we just released 6.1.0 bringing among other things :
 - compatibility with Eclipse 3.8  (and Indigo, and Helios)
 - a ready-to-launch server for live and instant collaboration on models with fine grained locks
 - token/floating licenses,  meaning you can now buy license for, let's say, 30 simultaneous users, no matter who.
 - a better packaging, documentation and examples
 - updated versions of all its OSS components : Acceleo, ATL,  EEF, EMF Compare.

Rougly 160 tasks have been closed for this release not counting the work done on the OSS components, it's quite hard to summarize but you can find a few highlights here.

Why Eclipse 3.8 ?

We worked on bringing the 4.2 compatibility  for the product (and are still working on it) but we got hit by some limitations of the compatibility layer.  It was detected late as the problem came when we decided to rely more on the plaftorm mechanisms to get more extensibility... It's not trivial to fix, we are trying to help the platform team as much as we can to implement this either in the 4.2 or 4.3 stream.


What does that mean ? It means on Eclipse 4.2 you don't get the diagram contextual toolbar, also known as TabBar:




This prevents end users to enable/disable graphical layers or to switch to the "layout mode" (a.k.a. VI for diagrams).

That's quite a big loss for end users, you get used to this ability to apply layers on your diagram, but as I said, we're working on it.









Obeo Designer is an integrated platform to build modeling environment. Using it you can quickly and easily leverage the power of the whole Eclipse Modeling eco-system : EMF, CDO, Xtext, GMF, Acceleo, ATL, Compare.... It's packaged, tested and includes additional components to create richer modeling environments, quicker.

The problem with such a product is - as it's a base for you to build things - getting what you can achieve with it can be hard.  One example (among many on the Eclipse or Obeo Marketplace) of what you can do is the UML Designer.  You can install it from the marketplace, and you can have a look at the sources here. We've already seen 580 installations in the last 5 days, yeah !

Well, ok, But what's really new in your product ?

Many changes are not directly visibles in this version, we streamlined the CDO and collaborative support, worked on performances, and introduced a few nice features. Go have a look on the *new and noteworthy* page. This blog post is already filled with sentences making me sound like a boastful person. Ok. Just a small glimpse...


You can now use a new construction in your diagram definition :  Brackets

Using those you can easily represent intervals in a diagram.  You can use it in a sequence diagram just like here, but also in any other diagram.

HTML Export : publish your model. You can browse through an example here.










The complete new and noteworthy (with more pics !) is available here.

mercredi 17 octobre 2012

EMF Core does not change, but ..

Using EMF sometime lead to frustration : any relevant change into this core framework means breaking client code and this is a No No !

EMF Core does not change.

In a world of technologies coming and going, new infrastructures poping up here and there, new practices revolutionizing the way we build software ...
EMF Core does not change.

New adopters, from tool vendors, to service provider, industrials, consultants, students...

But EMF core does not change.

Not changing in IT means being dead, right ?  So is EMF dead ? 

EMF Core always has been about giving value and making sure it's long term. One could be worried : but nothing new happens ? I'm gonna miss the NoSQL / documentDB / graphDB revolution  ? I'm stuck with XML and POJO Java APIs from the previous decade ? My software will only be a single-user desktop application ? What about the cloud ?

Stability, Predictability, Compatibility are the key words explaining the success of EMF : others can innovate on top of it, on a solid base, bring it in another space and focus on the value. "Others" here are stands for the "EMF Ecosystem", frameworks, tools which agreed  to access each others data reflectively, to refers to data using URIs by being built on top of EMF and then to provide even more services for the very same ecosystem.

This leads to an innovative and versatile ecosystem, and that's what I'm going to talk about.

15 projects, from tools to work efficiently with Ecore to frameworks to build software applications. Some of them being a few classes, others a whole bunch of Jars, but each one useful in my opinion.  During 25 minutes, at EclipseCon Europe on Wednesday just before lunch.

Technologies for NoSQL, document DB, concurrency, distributed architecture, crowdsourcing and much more, all of them on top of EMF.
More than just a list, for each of them an example of usage in a bigger application and my feedback using it.

 I can only say I already had a lot of fun preparing it and I can only hope you'll enjoy the talk.