Shirish Pandharikar

Results 5 comments of Shirish Pandharikar

> That is the right approach, yes. > > I have one myself that takes an enum key of queries that map to an ini file via a Spring service:...

> The string template sql locator does exactly that (centralize all queries for a single dao in a single file). It should be straightforward to adopt that model to non-templating...

> You can do something like the following, which I think should work (let me know if it does not work): > > ```java > progressBar.pause(); > boolean exit =...

I have personally used pf4j in some of my projects with Spring Boot. I think what @decebals is saying about plugins not being executable makes complete sense. A plugin at...

@Cobrijani Can you elaborate on the problem please?