SpriMoon / emf-scaffolding

Automatically exported from code.google.com/p/emf-scaffolding
0 stars 0 forks source link

Guicify the codebase #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As the codebase is getting more complex, it gets harder to manage without IoC.

Guice will make it much easier to manage.

Original issue reported on code.google.com by cedric.v...@gmail.com on 26 Feb 2011 at 10:58

GoogleCodeExporter commented 9 years ago
Started in branch guicyfication. Introduced ScaffoldingConfiguration API, a 
fluent API which builds a Guice module and returns a 
ScaffoldingExecutionEnvironment. All tests pass with this new API.
http://code.google.com/a/eclipselabs.org/p/emf-scaffolding/source/detail?r=45641
e95adb3b52f9af7fbead0ec094cb1b0eaaf

Original comment by cedric.v...@gmail.com on 27 Feb 2011 at 4:00