My initial thought on "clustering & modules" reminded me of
import java.rmi.*;
import SomeInterface;
public class SomeClient {
SomeInterface si = new SomeInterface
Naming.lookup("//localhost/myserver");
String result = si.SomeMethod("foo");
....
..
}
www.backbutton.co.uk
♡۶¯\_(ツ)_/¯ ♡۶
Marriage of loose and tight coupling
-> healthy applications
♡۶
Wot no -classpath --class-path even ! -cp
javac Garden/Vegetables/VineVegetable.java
java Garden.Vegetables.VineVegetable
On Thu, 9 Jan 2020 at 11:20, Emilian Bold <[email protected]> wrote:
> http://wiki.netbeans.org/DevFaqWhatIsACluster
>
> with a copy https://netbeans.apache.org/wiki/DevFaqWhatIsACluster.asciidoc
>
> --emi
>
> On Thu, Jan 9, 2020 at 1:16 PM zahid <[email protected]> wrote:
> >
> > My understand is a Folder has multiple sub folders
> >
> > or Directory has multiple sub directories.
> >
> > Is that different when you have "folder which hold 'modules' "
> >
> >
> > On 09/01/2020 07:31, Emilian Bold wrote:
> > >> You used the term "clusters", I don't know what that means. Can you
> > >> explain clusters to me..?
> > > Folder which holds multiple modules, like 'platform'.
> > >
> > > --emi
> > >
> > > On Thu, Jan 9, 2020 at 9:20 AM John Elliot V | ProgClub
> > > <[email protected]> wrote:
> > >> On 9/1/20 6:00 pm, John Elliot V | ProgClub wrote:
> > >>> On 9/1/20 5:11 pm, Laszlo Kishalmi wrote:
> > >>>> You can open the NetBeans modules as projects into the IDE, they are
> > >>>> located under several subfolders (organized by clusters) in the
> source
> > >>>> code, like platform, java, nb, ide, etc...
> > >>> Thanks for your help, but I haven't been able to complete this step,
> > >>> step 4. Can you give detailed instructions on how I go about opening
> a
> > >>> particular module in NetBeans..?
> > >> Ah, I figured out what you meant. So in NetBeans I select File -> Open
> > >> Project then I select a module project such as platform/core.windows
> and
> > >> click Open Project.
> > >>
> > >> Wonderful! Thanks! :)
> > >>
> > >> You used the term "clusters", I don't know what that means. Can you
> > >> explain clusters to me..?
> > >>
> > >> --
> > >> |_|O|_| ProgClub
> > >> |_|_|O| Because every programmer needs a good club!
> > >> |O|O|O| https://www.progclub.org/
> > >>
> > >>
> > >> ---------------------------------------------------------------------
> > >> To unsubscribe, e-mail: [email protected]
> > >> For additional commands, e-mail: [email protected]
> > >>
> > >> For further information about the NetBeans mailing lists, visit:
> > >> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [email protected]
> > > For additional commands, e-mail: [email protected]
> > >
> > > For further information about the NetBeans mailing lists, visit:
> > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > >
> > --
> > www.backbutton.co.uk
> > ♡۶¯\_(ツ)_/¯ ♡۶
> > Marriage of loose and tight coupling
> > -> healthy applications
> > ♡۶
> > java -cp classpath class-path
> >
>