very stupid question about lookup
"mcheung63" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Sorry i mislead you, two applications for me means two independent modules, not same module suite.
geertjan wrote:
> No, that doesn't make sense. Different applications can't communicate with each other via Lookup, that's not what it's for.
>
> Gj
>
> On 3-1-2017 18:12, Peter Cheung 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 AM
> > To: 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.
> >
> > 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 <address-removed> (address-removed)
> > > Sent: Wednesday, January 4, 2017 12:07 AM
> > > To: 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
> > > 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 <address-removed> (address-removed)
> > > > 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" <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?
> > > > >
> > > > > thanks
> > > > > from Peter
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> >
> >
> >
>