maybe you can use the "provider" feature of Guice to delegate the instantiation to Matisse?
Anthony 2010/9/13 Fabrice <[email protected]> > Hello everyone ! > > I currently trying to get Matisse (the GUI builder of netbean) work > with google guice, but I can't see a solution. > > My Gui components are injected with services, so I need to create > those component through google Guice. > > Since I'm using Matisse to design my GUI, I am instanciating my custom > component from the palette, and then they're instantiation are par of > the generated code that I can't modify. Matisse allow customizing the > instanciation, but this instantiation doesn't allow to use Google > Guice.. > > Does someone had to face the same issue ? Any idea to go throuh this ? > > Thanx ! > > Fabrice > > -- > You received this message because you are subscribed to the Google Groups > "google-guice" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-guice%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-guice?hl=en. > > -- You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
