X-Received: by 2002:a0c:956c:: with SMTP id m41mr2915577qvm.60.1551453723516; Fri, 01 Mar 2019 07:22:03 -0800 (PST) X-Received: by 2002:a25:cd44:: with SMTP id d65mr1990110ybf.144.1551453723148; Fri, 01 Mar 2019 07:22:03 -0800 (PST) Path: csiph.com!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!m21no1640999qta.0!news-out.google.com!y15ni763qta.0!nntp.google.com!m21no1640992qta.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Fri, 1 Mar 2019 07:22:02 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=50.78.95.177; posting-account=2czF5goAAAD4GBMPIGV4KcD2K4PhoB_H NNTP-Posting-Host: 50.78.95.177 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <04d0e412-5b7b-4e4e-8d41-00ebf37389ca@googlegroups.com> Subject: Re: java still worthwhile? From: Eric Douglas Injection-Date: Fri, 01 Mar 2019 15:22:03 +0000 Content-Type: text/plain; charset="UTF-8" Lines: 10 Xref: csiph.com comp.lang.java.programmer:38777 On Friday, March 1, 2019 at 10:11:18 AM UTC-5, dale wrote: > Is Netbeans an acceptable IDE? > > How about github instead of git? > He did say "one of the big three IDEs", I'm not sure about the third but I would assume that includes Eclipse and NetBeans. Any versioning tool that does checkin-checkout should be fine. I haven't used github. I use the git tool with the free GUI program SourceTree. I haven't needed tools like maven or frameworks like Spring for my personal Java project (small business, I wrote the entire API myself with a little help on a couple classes) but you will need both for most Java businesses.