K
K
kisuxa2012-03-15 01:21:31
Java
kisuxa, 2012-03-15 01:21:31

Java Web Application Plugins

Good day.

Faced the following problem: Is it possible to write separate plugins in Java for a web application written using jsf? In fact, there is a basic module with basic functionality, additional functionality needs to be transferred to plugins. I don’t fully understand how to formulate the question correctly, but the requirements are as follows: plugins should not depend on each other, and the base module should not depend on them either. I don’t even know what points to clarify and in which direction to dig. I would be grateful for any literature and examples on the topic.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
tsegorah, 2012-03-15
@tsegorah

Since the question is not clearly formulated, I will try to help with general recommendations.
First, think about the interfaces between the application and the plugins,
think about how the plugins should hook into the application, for example through some kind of configuration file,
or the plugin should call some method in the application, implementing something like a subscription.
I don’t know which book to recommend, because I don’t know what you need,
there is a good book on jsf by Horstman link here
I think if you formulate the question in more detail, it will be easier to answer.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question