简体   繁体   English

使用插件系统的Netbeans Platform应用程序

[英]Netbeans Platform application using the plugin system

I am writing a Netbeans Platform application. 我正在编写一个Netbeans平台应用程序。 I want to give this application to the customer while it is in development state and whenever there are updates on a specific module I want to handle it in a way that the customer can use the netbeans plugin updater to update the modules. 我希望在客户处于开发状态时将此应用程序提供给客户,并且每当有特定模块的更新时,我想以客户可以使用netbeans插件更新程序更新模块的方式处理它。 Therefore I will get a server to host the different modules, also signing the Jars is no problem. 因此,我将获得一个服务器来托管不同的模块,也签署Jars是没有问题的。

In which way do I have to host the modules and how can I specify which modules are updatable? 我必须以哪种方式托管模块,如何指定哪些模块可更新? How do I have to specify/declare the server where the modules are hosted? 如何指定/声明托管模块的服务器?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM