Re: very stupid question about lookup

Wade Chandler <[email protected]>
Newsgroups gmane.comp.java.netbeans.modules.openide.devel
Message-ID <[email protected]>
Are you trying to use these as “remote” services or through some other IPC mechanism, or do you just mean you have independent projects, which happen to build some libraries, and you want to use libraries across the projects? A few more details about what you are doing may help.

I have in the past created platforms as module suites, and then applications used those as various sets of dependencies. Both were “module suites”, and I have used those across projects. The output of that is a cluster. I was using Maven for that. You need to include a dependency on your module suite from your suite or application, similar to the way there is a dep for the NB suite, and then the individual modules will have deps on the individual modules.

I will see about some Maven specific tutorial on that perhaps, but maybe this can help some along with its reference links:
http://wiki.netbeans.org/DevFaqWhatIsACluster <http://wiki.netbeans.org/DevFaqWhatIsACluster>


===================

Wade Chandler
e: [email protected]



> On Jan 3, 2017, at 12:12, Peter Cheung <[email protected]> wrote:
> 
> I followed the tutorial, it works. But i got two independent projects, they want to lookup each other, thats why they are not in the same module suite. Any hints?
> 
> 
> From: geertjan wielenga <[email protected]>
> Sent: Wednesday, January 4, 2017 12:55 AM
> To: [email protected]
> Subject: [platform-dev] Re: very stupid question about lookup
>  
> 
> 
> Why would it not be in the same module suite?
> 
> Anyway, please follow that tutorial and apply it to your use case.
> 
> Gj
> 
> On 3-1-2017 17:52, Peter Cheung wrote:
>> Thanks, your link is working. But why i can only find my api-module in the same module suite? If the module is not in the same module suite, i can't find it in "module dependencies"?
>> thanks
>> from Peter
>> 
>> 
>> From: geertjan wielenga <[email protected]> <mailto:[email protected]>
>> Sent: Wednesday, January 4, 2017 12:07 AM
>> To: [email protected] <mailto:[email protected]>
>> Subject: [platform-dev] Re: very stupid question about lookup
>>  
>> 
>> https://platform.netbeans.org/tutorials/nbm-quick-start.html <https://platform.netbeans.org/tutorials/nbm-quick-start.html>
>> NetBeans Platform Quick Start for NetBeans Platform <https://platform.netbeans.org/tutorials/nbm-quick-start.html>
>> platform.netbeans.org
>> NetBeans Platform Quick Start. Welcome to the NetBeans Platform! The NetBeans Platform is a generic application framework primarily for Java desktop applications.
>> 
>> 
>> 
>> Gj
>> 
>> On 3-1-2017 17:04, Peter Cheung wrote:
>>> What is API module? any tutorial of that?
>>> thanks
>>> 
>>> 
>>> From: Benno Markiewicz <[email protected]> <mailto:[email protected]>
>>> Sent: Tuesday, January 3, 2017 10:13 PM
>>> To: dev
>>> Subject: [platform-dev] Re: very stupid question about lookup
>>>  
>>> How about an API-module? 
>>> 
>>> Den 3 jan. 2017 2:36 em skrev "Peter Cheung" <[email protected] <mailto:[email protected]>>:
>>> Hi
>>>    I have implemented my own server in a module, in another module i am ok to lookup its instance by :
>>> 
>>>                 for (MainService s : Lookup.getDefault().lookupAll(MainService.class)) {
>>>                         ModuleLib.log(s + " = " + s.peter());
>>>                 }
>>> 
>>> But i need to include module A in module B. That is not right i thing, because when i did that, the toolbar button (i meant the actions) from module A will crash when i install module B. Another big question is : how about they both need to lookup each other, do that need to include each other?
>>> 
>>> thanks
>>> from Peter
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.