Questions tagged [pluggable]
59 questions
0
votes
1 answer
is it possible to add jar(with web-fragment.xml) at runtime(means after startup)
I want to add pluggable jar i.e. the jar with web-fragment.xml after server is up-and-running. and perform the scanning of this jar and initialize servlet components defined in web-fragment.xml of newly added jar.
If this is not possible please…

himukr
- 91
- 1
- 6
0
votes
1 answer
How to filter pluggable function from wordpress child-theme
I need to add a filter to a specific wordpress function which is defined in a file which is included by a pluggable function theme's functions f
functions.php:
if (!function_exists('nectar_colors_css_output')) {
function…

jannnik
- 102
- 1
- 13
0
votes
0 answers
Sending a command from a web-browser to an app
I want to be able to send a stream of data from a user computer to a web-service. That should not be too hard - I would use an application written in dot-net that resides on a user's Windows computer.
However, the tricky part is that the…

lana lemonde
- 25
- 1
- 6
0
votes
1 answer
How to deal with GlazedLists's PluggableList requirement for shared publisher and lock
I have just started using GlazedLists in a Java project which uses beansbinding extensively (MVVM pattern).
PluggableList is allowing me to bind a source list to a table, and then change the source list at runtime. In order to make this happen…

Jwest08
- 426
- 5
- 5
0
votes
1 answer
What extension / plugin / provider mechanisms could be used for making my web application extensible?
I am working on a JavaEE web application which shall be able to fetch data from different sources. The data will be fetched and persisted in a database for later processing and reporting. I started with one default data provider covering a specific…

Michael
- 131
- 5
0
votes
1 answer
Are configuration files and pluggable code both answers for a plugin architecture?
I keep thinking. Okay, I understand why I want pluggable (or at least the concept of extending, giving extra life/functionality to my program.) I also understand how it works with code, how to do it.
What I don't understand is why I wouldn't use…

johnny
- 19,272
- 52
- 157
- 259
0
votes
1 answer
How to install a Hadoop plugin or patch?
Does somebody knows how to install a Hadoop patch like things in https://issues.apache.org/jira/browse/HDFS-385 ?
I don't know what and how to override the original codes so that the pluggable interface can work.
Could anybody give me a hint?
thanks

Eric Chiu
- 23
- 1
- 6
0
votes
1 answer
.NET satellite assembly containing code
I am working on localization of a relatively complex .NET application. The requirement is not only to translate UI and switch date and number format - but to have a different algorithms for certain locales (for example - local taxation rules).
Is…

Dmitry Khalatov
- 4,313
- 3
- 33
- 39
0
votes
1 answer
How should I localise pluggable components
We have an application which will dynamically load some components from separate dlls. These components have a fixed name but we want localised names to be displayed to the user and so the names need to be localised.
The fact that the name needs…

Sam Holder
- 32,535
- 13
- 101
- 181
0
votes
1 answer
ViewBag and Models are not avaialable when tried Pluggable MVC areas
I have tried the pluggable structure as discussed in this post:
Pluggable MVC view return null
It is also explained in this post: http://www.wynia.org/wordpress/2008/12/aspnet-mvc-plugins/
When I try to access ViewBag/Model in one of the area, it…

Satjinder Singh Bath
- 170
- 1
- 8
0
votes
1 answer
Loadable/Unloadable django apps
I wanted to make an application which could handle other applications as plugins, that the user could download and load/unload at any time. I read all the django documentation, and there doesn't seem to be a proper way to do it apart from installing…

CastleDweller
- 8,204
- 13
- 49
- 69
0
votes
2 answers
Plug-in architecture for ASP.NET MVC from ServiceStack
ServiceStack modules are so interesting. Iplugin interface also so good for Rest services. But where is pluggable mvc? :) Do you have any plan or else?
When I say pluggable Mvc I mean Pluggable Areas!

Oguz Karadenizli
- 3,449
- 6
- 38
- 73
-1
votes
1 answer
Node.js: How to create pluggable Application?
I'm going to create a CMS in Node.js and Express i have a folder structure like below:
MyCMS
plugins
themes
uploads
index.js
i want to load plugins from plugins folder:
plugins
sample-plugin
awesome-plugin
i want to know how to make my CMS…

Hasan Bayat
- 926
- 1
- 13
- 24
-2
votes
1 answer
Get product id in "woocommerce_quantity_input" pluggable function
I am using woocommerce_quantity_input pluggable function to modify the quantity input from a text box to a dropdown on my site.
On the cart page, when outputting the quantity input, I need to get the product ID so I can grab an ACF field from the…

Junky
- 958
- 7
- 17