-
```
I am trying to see if JSPF can be used with GWT. GWT needs sources for all
modules and I could not get around this limitation yet.
```
Original issue reported on code.google.com by `ved.ant...@g…
-
```
If a class is not a plugin (no @PluginImplementation), but implements a plugin
interface and has a one-arg-constructor, @InjectPlugin should be able to
construct and inject that instead.
```
O…
-
```
What steps will reproduce the problem?
1. Use JSPF in a GWT project
Please check the complete issue details on :
http://stackoverflow.com/questions/6912504/ant-task-to-include-source-files-for-
…
-
```
I just want to point you to james.apache.org/jspf, a java implementation of the
SPF protocol.
jSPF exists since 2006, and I am one of the authors.
As they are both java open source projects I d…
-
```
I just want to point you to james.apache.org/jspf, a java implementation of the
SPF protocol.
jSPF exists since 2006, and I am one of the authors.
As they are both java open source projects I d…
-
```
Hello Ralf,
Is it possible to group several plugins with one classloader?
In my real-life case each plugin has several cross-dependent Apache Cayenne
(database persistence engine) classes. When…
-
```
What steps will reproduce the problem?
1. add a method with the @Thread annotation
2. throw an exception in this thread
What is the expected output? What do you see instead?
expected: stack trace…
-
```
Yesterday while profiling my application in NetBeans and VisualVM I discovered
that no plugins classes profiled at all. They are invisible to profilers.
Possible due to separate classloader or so…
-
```
What steps will reproduce the problem?
1. add a method with the @Thread annotation
2. throw an exception in this thread
What is the expected output? What do you see instead?
expected: stack trace…
-
```
Excerpt from mail
> Now, we're actually probably going to be generating a list of explicit URIs
> to jar files in a defined location (similar to how Jenkins loads plugins
> from $HUDSON_HOME/plug…