Tonny Kohar wrote:
Another things, any idea on how plugins things will be designed. It is not the how to create idea intelliJ plugins. But I mean how the concept/behaviour of the envisage as plugins ? Because as far as I understand envisage will only work during runtime, where doing development on idea mean development time, so any idea how to combine both (runtime and development time) into single cohesive environment ?
Aha! That's where you're mistaken :-) I made an API change not so long ago so that an application has a single entry point, the ApplicationAssembler. This class can be instantiated and executed, which will produce an ApplicationAssembly that you can introspect *without having to activate it*.
Because of this you should be able to create a plugin that takes the assembler, uses the project classpath to instantiate and run it, and then visualize the result.
/Rickard _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

