Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #20158
| Newsgroups | comp.lang.java.programmer |
|---|---|
| Date | 2012-12-07 10:59 -0800 |
| References | <op.woxp3qv8wv4027@sl-home> |
| Message-ID | <d4b330d2-989c-4180-a227-5e5d45237564@googlegroups.com> (permalink) |
| Subject | Re: NetBeans on Linux/Android: Java, C/C++ |
| From | Lew <lewbloch@gmail.com> |
SL@maxis wrote: > I am thinking of writing C/C++, java [sic] for Linux and Android, on desktop of > course. Android on desktop? Interesting. I don't see the "of course" in that. > Any problem with NetBeans. Trying to kill 3 birds with one stone. Eclipse does Android screen layouts in a GUI model, although I am not so comfortable with it personally. I do prefer Eclipse for Android development. Its ADK plugin is good, albeit little more than a wrapper for command-line "android ..." commands. NetBeans does Swing GUIs better than Eclipse, from what I've read. Its GUI programming assistance is rather good, once you get used to the dance of property sheets for event handlers and how to write your helper methods outside the protected areas. I ignore SWT. I like NetBeans better for C/C++ and general Java development (Java SE, EE). Both products work well as dashboards for enterprise work, i.e., to monitor app servers, DBMSes, message beans, queues, yada. I'm personally more comfortable with NetBeans's style options - it doesn't have as many as Eclipse which is better to some, not to others. Both integrate with lint and bug-hunting tools like FindBugs and have good extensible (and platform) architectures. You need Aptana for Eclipse (or its standalone equivalent) if you're doing Javascript in Eclipse. "Debugging should be done with GDB"? Whatever. GDB doesn't integrate well with NB or Eclipse that I've heard, but hey, I don't know. It does integrate simply beautifully with emacs. GDB is useless for Java. If you're using an IDE, you've already got a debugger. I don't know why you'd need two. -- Lew
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
NetBeans on Linux/Android: Java, C/C++ "SL@maxis" <ecp_gen@my-rialto.com> - 2012-12-07 15:08 +0800
Re: NetBeans on Linux/Android: Java, C/C++ "SL@maxis" <ecp_gen@my-rialto.com> - 2012-12-07 15:11 +0800
Re: NetBeans on Linux/Android: Java, C/C++ Arne Vajhøj <arne@vajhoej.dk> - 2012-12-07 08:33 -0500
Re: NetBeans on Linux/Android: Java, C/C++ Arne Vajhøj <arne@vajhoej.dk> - 2012-12-07 08:32 -0500
Re: NetBeans on Linux/Android: Java, C/C++ Lew <lewbloch@gmail.com> - 2012-12-07 10:59 -0800
Re: NetBeans on Linux/Android: Java, C/C++ markspace <-@.> - 2012-12-07 12:16 -0800
Re: NetBeans on Linux/Android: Java, C/C++ "SL@maxis" <ecp_gen@my-rialto.com> - 2012-12-08 10:24 +0800
Re: NetBeans on Linux/Android: Java, C/C++ Arne Vajhøj <arne@vajhoej.dk> - 2012-12-07 21:32 -0500
Re: NetBeans on Linux/Android: Java, C/C++ markspace <-@.> - 2012-12-07 18:56 -0800
Re: NetBeans on Linux/Android: Java, C/C++ Arne Vajhøj <arne@vajhoej.dk> - 2012-12-07 22:06 -0500
Re: NetBeans on Linux/Android: Java, C/C++ Lew <lewbloch@gmail.com> - 2012-12-08 13:04 -0800
csiph-web