Java Database Gui Examples or Tutorials
Hi guys,
Im trying to learn java at the moment and im wondering does anyone have any good links to tutorial sites that gives an example of a java gui application that creates reads updates and deletes data from a database..
Any help or project source files would be greatly appreciated.
Thanks
Re: Java Database Gui Examples or Tutorials
Trail: JDBC(TM) Database Access (The Java™ Tutorials)
But, expect to become familiar with basic Java syntax and how programs are put together before doing great things with databases.
(I am aware of the temptation to use an IDE, drag and drop some component from a palette, and call that database programming. Tutorials exist that do that sort of thing. Generally - and by their own, frank, admission, they produce crud! Trying to get anything beyond crud will involve something like the tutorial linked to above which doesn't pull any punches.)