very stupid question about lookup
"mcheung63" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks for you answer. I have read your link but still no idea. I have two modules (not in same module suite), i want to expose a function from module A to module B. Just can't do it now.
Wade Chandler wrote:
> 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: address-removed (address-removed)
>
>
>
> > On Jan 3, 2017, at 12:12, Peter Cheung <address-removed (address-removed)> 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 <address-removed (address-removed)>Sent: Wednesday, January 4, 2017 12:55 AMTo: address-removed (address-removed)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.GjOn 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 <address-removed> (address-removed)Sent: Wednesday, January 4, 2017 12:07 AMTo: address-removed (address-removed)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 (http://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.
> > >
> > > GjOn 3-1-2017 17:04, Peter Cheung wrote:
> > >
> > > > What is API module? any tutorial of that?
> > > > thanks
> > > > From: Benno Markiewicz <address-removed> (address-removed)Sent: Tuesday, January 3, 2017 10:13 PMTo: devSubject: [platform-dev] Re: very stupid question about lookup
> > > >
> > > > How about an API-module?
> > > > Den 3 jan. 2017 2:36 em skrev "Peter Cheung" <address-removed (address-removed)>:
> > > > > 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?thanksfrom Peter
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > >
> >
> >
> >
> >
> >
>