Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #3188 > unrolled thread
| Started by | "Bruintje Beer" <bruintje.beer@THRWHITE.remove-dii-this> |
|---|---|
| First post | 2011-04-27 15:43 +0000 |
| Last post | 2011-04-27 15:43 +0000 |
| Articles | 4 — 3 participants |
Back to article view | Back to comp.lang.java.gui
java developper exam (gui "Bruintje Beer" <bruintje.beer@THRWHITE.remove-dii-this> - 2011-04-27 15:43 +0000
Re: java developper exam "Jeroen Wenting" <jeroen.wenting@THRWHITE.remove-dii-this> - 2011-04-27 15:43 +0000
Re: java developper exam "Lew" <lew@THRWHITE.remove-dii-this> - 2011-04-27 15:43 +0000
Re: java developper exam "Jeroen Wenting" <jeroen.wenting@THRWHITE.remove-dii-this> - 2011-04-27 15:43 +0000
| From | "Bruintje Beer" <bruintje.beer@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:43 +0000 |
| Subject | java developper exam (gui |
| Message-ID | <47bfeb49$0$24434$5fc3050@news.tiscali.nl> |
To: comp.lang.java.gui Hi, I am starting with my Java Developper Exam and I was asking myself if it is alowed to use netbeans to design the gui. John --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [next] | [standalone]
| From | "Jeroen Wenting" <jeroen.wenting@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:43 +0000 |
| Subject | Re: java developper exam |
| Message-ID | <47c03a7e$0$24084$e4fe514c@dreader15.news.xs4all.nl> |
| In reply to | #3188 |
To: comp.lang.java.gui yes and no. You may use a tool to build a prototype but the code you turn in has to be created by you. And do remember that each IDE leaves its mark on the code it generates, and no doubt the asessors will recognise those marks even if you rename things. What I did was take JBuilder to create a proof of concept and wrote my own code to reflect the result of that. "Bruintje Beer" <me@knoware.nl> wrote in message news:47bfeb49$0$24434$5fc3050@news.tiscali.nl... > Hi, > > I am starting with my Java Developper Exam and I was asking myself if it > is alowed to use netbeans to design the gui. > > John > > --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [next] | [standalone]
| From | "Lew" <lew@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:43 +0000 |
| Subject | Re: java developper exam |
| Message-ID | <Zo-dneb9Cd3bwl3anZ2dnUVZ_v2pnZ2d@comcast.com> |
| In reply to | #3190 |
To: comp.lang.java.gui [top-posting corrected] "Bruintje Beer" wrote... >> I am starting with my Java Developper Exam and I was asking myself if it >> is alowed to use netbeans to design the gui. Jeroen Wenting wrote: > yes and no. > You may use a tool to build a prototype but the code you turn in has to be > created by you. > And do remember that each IDE leaves its mark on the code it generates, and > no doubt the asessors will recognise those marks even if you rename things. > > What I did was take JBuilder to create a proof of concept and wrote my own > code to reflect the result of that. I don't know what the examiners actually do, but if they count use of an IDE against you that invalidates the certification to my mind. I would much more trust a developer who knows how to use all the right tools, including things like IDEs, UML modeling software, word processors and the like, and all the right APIs, over one who thinks they have to re-invent the wheel over every little thing. It still takes skill to do the right thing with, say, Matisse. It's not like the IDE writes the GUI (or the WSDL, or whatever) for you; it simply automates some of the drudgery involved. Whatever the examiners may think, please do use performance-enhancing software like IDEs in the real world. -- Lew --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [next] | [standalone]
| From | "Jeroen Wenting" <jeroen.wenting@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:43 +0000 |
| Subject | Re: java developper exam |
| Message-ID | <47c30f1d$0$24983$e4fe514c@dreader30.news.xs4all.nl> |
| In reply to | #3194 |
To: comp.lang.java.gui "Lew" <lew@lewscanon.com> wrote in message news:Zo-dneb9Cd3bwl3anZ2dnUVZ_v2pnZ2d@comcast.com... > [top-posting corrected] > > "Bruintje Beer" wrote... >>> I am starting with my Java Developper Exam and I was asking myself if it >>> is alowed to use netbeans to design the gui. > > Jeroen Wenting wrote: > > yes and no. > > You may use a tool to build a prototype but the code you turn in has to > > be > > created by you. > > And do remember that each IDE leaves its mark on the code it generates, > > and > > no doubt the asessors will recognise those marks even if you rename > > things. > > > > What I did was take JBuilder to create a proof of concept and wrote my > > own > > code to reflect the result of that. > > I don't know what the examiners actually do, but if they count use of an > IDE against you that invalidates the certification to my mind. I would > much more trust a developer who knows how to use all the right tools, > including things like IDEs, UML modeling software, word processors and the > like, and all the right APIs, over one who thinks they have to re-invent > the wheel over every little thing. The exam however tests your Java skills, NOT your IDE skills. Anyone with half a mind can slap some parts together in a GUI builder, it takes more to know what you're doing. > Whatever the examiners may think, please do use performance-enhancing > software like IDEs in the real world. > And you'll have to know how to do without that IDE. I've seen far too many kids flounder when presented with a situation where the exact version of the IDE they'd used to "learn" Java wasn't available. If the "run" button wasn't in the same place with the same icon they were lost... That's another reason Sun says you have to write your own code. They also say you can use an IDE, but what you turn in has to be your work, not that of a code generator. --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.gui
csiph-web