How to define dispatcher option for filters?

2013-01-23 Thread Marcel Overdijk
Hi, I'm using the the servlet extension to bind filters. The problem is I don't see how to add the dispatcher option to the filter-mapping which is commonly used in web.xml variant. E.g.: filter filter-namesiteMeshFilter/filter-name

compiling agains fragments like multibindings in an osgi environment

2011-12-22 Thread Marcel
Hi, I'm struggling with the Guice approach to declare all extensions such multibindings or assistedinject as OSGI fragments. These fragments export the extension packages such as com.google.inject.multibindings. A plug-in that imports this package at runtime would be satisfied. But how do I

Re: compiling agains fragments like multibindings in an osgi environment

2011-12-22 Thread Marcel
I found the 'correct' way to let Eclipse PDE know about that fragments can extend the api of the host bundle. One has to specify Eclipse-ExtensibleAPI: true in the host bundle. See

@Project, @Workspace, and @CompilationUnit Scopes in Eclipse?

2011-01-27 Thread Marcel
based on a resource (file/folder)? Thanks for your suggestions! Marcel -- You received this message because you are subscribed to the Google Groups google-guice group. To post to this group, send email to google-guice@googlegroups.com. To unsubscribe from this group, send email to google-guice

Providers with state?

2010-01-14 Thread Marcel
Hi, I'm new to Guice and I'm trying to convert an existing application to use guice. Most parts work quite fine, but for one problem I didn't find a nice solution so far. I created a little example that hopefully illustrates my problem. I have a class that depends on a list of SpecialThings and a