Questions tagged [pf4j]

p4fj is a java plugin framework

Links

19 questions
0
votes
1 answer

Concrete bean could not be received from the application context with PF4J, PF4J-Spring and Wicket

I'm making a spring boot application using Wicket and PF4J. I want to use spring services in my plugins. These services are not using services outside the plugin class loader. In my plugin, I can have wicket panels. The panel class can use the…
stefv
  • 429
  • 1
  • 4
  • 19
0
votes
1 answer

PF4J Spring - not able to load any components in the plugin other than the beans declared in configuration class

We are using plugin architecture for one of our projects and we decided to use Spring pf4j for the same. When we load the plugin via extensions - the application context is not able to find the beans created using @component in the plugin project-…
0
votes
1 answer

Why is the result of pluginManager.getExtensions empty?

When trying to use PF4J i created the necessary parts as outlined in https://github.com/pf4j/pf4j an Interface that extends the ExtensionPoint a Plugin Jar with Manifest Plugin load and activation Why is the List of clickHandlers empty? I have…
Wolfgang Fahl
  • 15,016
  • 11
  • 93
  • 186
-1
votes
1 answer

Create Java Plugin

I have two java packages - package-A, package-B Let us say this is the dependency chains of the packages. package-A -> package-B I want to pass custom Java function that would be executed in package-A. How do I do that? package-A - src -…
mak
  • 37
  • 8
1
2