Best way to design a prgram
Page 1 of 111 Replies - 490 Views - Last Post: 10 March 2010 - 04:08 AM
#1
Best way to design a prgram
Posted 09 March 2010 - 08:59 AM
Just out of curiosity what is the best way to program design create the GUI first then do the database.
Or do the database then the GUI just advice i dont want code thanks.
Also any body knows any good ideas on C.R.U.D applications and a good tutorial on netbeans.
Thanks
Replies To: Best way to design a prgram
#2
Re: Best way to design a prgram
Posted 09 March 2010 - 09:12 AM
#3
Re: Best way to design a prgram
Posted 09 March 2010 - 09:12 AM
#4
Re: Best way to design a prgram
Posted 09 March 2010 - 10:30 AM
#5
Re: Best way to design a prgram
Posted 09 March 2010 - 06:36 PM
As nick2price mentionned you can then test it from console mode application or with a main() method into it to test it.
All your Select, Insert, Update can the be tested.
Then you can add the GUI.
Doing the GUI first might have a perverse influence in the way you will design your database access methods.
Actually to really do neet stuff you should have a layer between your database and the GUI.
This layer could/should be completly independant if the Database is queried by either a console application or a GUI.
So Database ---> layer that populate Vector from queries ---> GUI or console to read these Vectors
#6
Re: Best way to design a prgram
Posted 09 March 2010 - 07:33 PM
#8
Re: Best way to design a prgram
Posted 09 March 2010 - 08:55 PM
#9
Re: Best way to design a prgram
Posted 10 March 2010 - 03:33 AM
Much appreciated but do you guys know any good netbean tutorials and any good C.R.U.D applications i can develop begginer lever with a SQL Database
#10
Re: Best way to design a prgram
Posted 10 March 2010 - 03:45 AM
However, let me clarify something for you. Netbeans is not a language...It is an IDE (Integrated Developer's Environment) which just basically means that it is an editor that sends code to the compiler, javac.
This post has been edited by Dogstopper: 10 March 2010 - 03:46 AM
Reason for edit:: fixed link
#11
Re: Best way to design a prgram
Posted 10 March 2010 - 03:58 AM
Yes i knew that thanks for the clarification i just wanted to know how to use it ive been programming with text pad which was fairly simple now i use netbeans and my college only give me theory the rest i have to suck out my thumb.
Thanks hey your help is much appreciated
#12
Re: Best way to design a prgram
Posted 10 March 2010 - 04:08 AM
|
|

New Topic/Question
Reply




MultiQuote










|