-
```
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…
-
```
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. 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…
-
```
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…
-
```
Mail from one of our users:
I use plugins in a Web application. Each of my plugins has its own directory. I
load my plugins individually by calling PluginManager#addPluginsFrom(URI). It
works…
-
```
The draw methods take alot of cpu cycles... unnecessarily.
```
Original issue reported on code.google.com by `arman.va...@gmail.com` on 10 Aug 2010 at 11:24
-
```
The draw methods take alot of cpu cycles... unnecessarily.
```
Original issue reported on code.google.com by `arman.va...@gmail.com` on 10 Aug 2010 at 11:24
-
```
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…
-
```
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…