This post has been edited by TMKCodes: 19 September 2009 - 10:31 PM
34 Replies - 5382 Views - Last Post: 23 September 2009 - 10:54 PM
#16
Re: Is it popular in industry to use a GUI builder?
Posted 19 September 2009 - 10:29 PM
#17
Re: Is it popular in industry to use a GUI builder?
Posted 20 September 2009 - 06:14 AM
On the other hand, GUI builders/visual designers for web development(known as WYSIWYG editors) really suck(most of them). I worked at a web development company this summer and we never used visual editors for their web apps. just pure hard coding and this is the method I usually prefer(although the design was pretty decent).
For small and personal projects I usually hard code my Java GUIs most of the time, it just makes things more flexible, you know every part of the code you are writing and fun
#18
Re: Is it popular in industry to use a GUI builder?
Posted 20 September 2009 - 07:53 AM
Nothing more I can add.
#19
Re: Is it popular in industry to use a GUI builder?
Posted 20 September 2009 - 08:19 AM
#20
Re: Is it popular in industry to use a GUI builder?
Posted 20 September 2009 - 09:04 AM
#21
Re: Is it popular in industry to use a GUI builder?
Posted 20 September 2009 - 12:27 PM
#22
Re: Is it popular in industry to use a GUI builder?
Posted 20 September 2009 - 01:57 PM
Martyr2 had a valid point though. At times we seem to be in a "GOOD ENOUGH" state with disposable solutions.
#23
Re: Is it popular in industry to use a GUI builder?
Posted 20 September 2009 - 02:10 PM
#24
Re: Is it popular in industry to use a GUI builder?
Posted 20 September 2009 - 04:56 PM
e_barroga, on 20 Sep, 2009 - 01:10 PM, said:
Have you ever tried looking at the code that it generates? It is usually extremely bloated as it has to account for much more that what you are usually adding to your application. I find that it makes development faster when you first start out but over time your development gets slower and slower to a point where it's cheaper to just throw out the entire application and start over. I think they are good for prototype's and that's about it.
Cheers
This post has been edited by markhazlett9: 20 September 2009 - 04:56 PM
#25
Re: Is it popular in industry to use a GUI builder?
Posted 20 September 2009 - 08:03 PM
KYA, on 19 Sep, 2009 - 12:10 PM, said:
This is true, the netbeans designer is awesome and cuts down so much time on basic applications. In the end the interface is the candy on top of a complete application where the nuts and bolts internals are where the time is meant to be spent. In saying that, the interface tends to be my last thing to focus on and i really don't spend much time on it ~ hate designing / layout planning but meh i don't work for a company so its all hobbiest.
On the flip side, its important not to always use a GUI builder as you may forget how to manually do it if say for instance the netbeans gui builder suddenly dropped off the planet
#26
Re: Is it popular in industry to use a GUI builder?
Posted 21 September 2009 - 07:48 AM
Overall, GUI builders may suck, but depends on how you use them.
#27
Re: Is it popular in industry to use a GUI builder?
Posted 21 September 2009 - 08:21 AM
ladyinblack, on 21 Sep, 2009 - 06:48 AM, said:
you are making confusion between IDE and GUI builder. GUI builder are part of IDE.
Roughly, GUI builder (which stands for Graphical User Interface builder) helps to create interfaces by drag and drops of elements following
the principle of WYSIWYG (what you see is what you get).
NB: I've also used GUI builder which is not WYSIWYG. In building mode the page was represented by a tree of elements.
#28
Re: Is it popular in industry to use a GUI builder?
Posted 22 September 2009 - 01:25 AM
#29
Re: Is it popular in industry to use a GUI builder?
Posted 22 September 2009 - 07:19 AM
for windows,
-notepad++
-crimson editor
linux
-emacs
-gedit
-kate
-etc..
etc.. forever lol
And combined that with a simple bat script or a simple shell script
example - windows bat put in the following and save it as .bat ( in notepad )
Quote
or in linux do the same and save it as .sh and chmod so you can run the shell script.
Then all you have to do is double click it and it will execute your command. You can do the same for running the application, just have 2 bat files - especially if you are troubleshooting some weird program runtime error etc...
This post has been edited by bbq: 22 September 2009 - 07:19 AM
#30
Re: Is it popular in industry to use a GUI builder?
Posted 22 September 2009 - 07:37 AM
|
|

New Topic/Question
Reply




MultiQuote











|