Eclipse e4 right now is almost the synonym of the word "future".
If you look for an excellent presentation that will bring you into the future, you can find it here (made by Tom Schindl).
Reading JSR 330 is also a good idea, because it will give you the basic understanding of Dependency Injection.
The last, but not least, is looking at org.eclipse.e4.core.services.context.IEclipseContext javadoc, and then, in the end, at org.eclipse.e4.workbench.ui.internal.Workbench.
All those readings will give you fair understanding of how dependency injection is used in e4.
Subscribe to:
Post Comments (Atom)
2 comments:
It's JSR-330, not 333 - but your link points to the right thing.
I added recently also an example of dependency injection to my tutorial http://www.vogella.de/articles/EclipseE4/article.html
Post a Comment