Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > beginner basic question..jdbc

Reply
Thread Tools

beginner basic question..jdbc

 
 
peon1000002
Guest
Posts: n/a
 
      02-16-2005
Hi-


i am a hobbyist trying to find a program to create in java that uses java +
swing + jdbc. it has to be basic because it will be my first java program.
so far i came up with an address book + task manager or an organizer .

basically my approach is to find something downloadable that has good
documentation and try to mimic some of its basic features. what i produce
is never as good or better than the original so no harm done.

is jdbc 3.0 still ok to learn? i have a book picked out window shopping .
is it still ok to pick up a used copy of this?

i am leaning towards an organizer because i have no idea on how to export
addresses to outlook express. the sending email part i can probably get
because i read there was a tutorial on it. it would be cool to have all 3
(address book,tasks,organizer) though.

thanks for any input.
jm

website address:
3rdshiftcoder.com

 
Reply With Quote
 
 
 
 
Lee Fesperman
Guest
Posts: n/a
 
      02-16-2005
peon1000002 wrote:
>
> is jdbc 3.0 still ok to learn? i have a book picked out window shopping .
> is it still ok to pick up a used copy of this?


JDBC 3.0 is fine. You can also ask for help on usenet, though I would recommend you use
comp.lang.java.databases for JDBC questions.

--
Lee Fesperman, FFE Software, Inc. (http://www.firstsql.com)
================================================== ============
* The Ultimate DBMS is here!
* FirstSQL/J Object/Relational DBMS (http://www.firstsql.com)
 
Reply With Quote
 
 
 
 
Malte
Guest
Posts: n/a
 
      02-16-2005
peon1000002 wrote:
> Hi-
>
>
> i am a hobbyist trying to find a program to create in java that uses java +
> swing + jdbc. it has to be basic because it will be my first java program.
> so far i came up with an address book + task manager or an organizer .
>
> basically my approach is to find something downloadable that has good
> documentation and try to mimic some of its basic features. what i produce
> is never as good or better than the original so no harm done.
>
> is jdbc 3.0 still ok to learn? i have a book picked out window shopping .
> is it still ok to pick up a used copy of this?
>
> i am leaning towards an organizer because i have no idea on how to export
> addresses to outlook express. the sending email part i can probably get
> because i read there was a tutorial on it. it would be cool to have all 3
> (address book,tasks,organizer) though.
>
> thanks for any input.
> jm
>
> website address:
> 3rdshiftcoder.com
>


I'd start slowly and build you data and business logic first, without
the GUI. After you figure out the rdbms stuff and after you have your
object model in place, you can glue the GUI on to it.
 
Reply With Quote
 
Noah Fiedel
Guest
Posts: n/a
 
      02-16-2005
Hi Jm,
Depending on your goal (start a new job w/Java, learn for school,
learn for fun) I would suggest starting with something more simple.
I've studied CS formally and also done Java programming since 1997, and
you've picked some tough technologies to start with.
Each of: Java, Swing, JDBC are worthy of their own "learn xyz in
21 days" type of books. I would suggest starting with a good Java book
that touches on light-weight JDBC *or* Swing. Take it really easy, as
one of the more difficult skills in Java is learning how to glue
multiple APIs together. Java as a language is one thing, but Swing and
JDBC are complex APIs with their own learning curves.
Anyhow - good luck!

 
Reply With Quote
 
peon1000002
Guest
Posts: n/a
 
      02-16-2005
Thanks Noah, Lee, and Malte for the advice and information.
i will follow it carefully. i'm sure it will help.
jm

 
Reply With Quote
 
steve
Guest
Posts: n/a
 
      02-17-2005
On Wed, 16 Feb 2005 15:03:13 +0800, peon1000002 wrote
(in article <Xns95FF14E4C521Bleavemealone@130.81.64.196>):

> Hi-
>
>
> i am a hobbyist trying to find a program to create in java that uses java +
> swing + jdbc. it has to be basic because it will be my first java program.
> so far i came up with an address book + task manager or an organizer .
>
> basically my approach is to find something downloadable that has good
> documentation and try to mimic some of its basic features. what i produce
> is never as good or better than the original so no harm done.
>
> is jdbc 3.0 still ok to learn? i have a book picked out window shopping .
> is it still ok to pick up a used copy of this?
>
> i am leaning towards an organizer because i have no idea on how to export
> addresses to outlook express. the sending email part i can probably get
> because i read there was a tutorial on it. it would be cool to have all 3
> (address book,tasks,organizer) though.
>
> thanks for any input.
> jm
>
> website address:
> 3rdshiftcoder.com
>


Already have an active project for this inside the company i work for.

first of all , look at what data you need to store,.
Then what is exportable from outlook express ( i used C.S.V)

Finally expand that requirement to the data set you want to store.

then draw up a step by step procedure of what you want your program to do ,
in english( or what other language you use)

do not just "crack " open a GUI designer.
If you are not clear from the start what information you are storing , you
will continually be re-writing your JDBC code & the database table format.



Be very clear about how you are going to store the data, for example:

telephone numbers.
many programmers just store a telephone number, and a country code.
it is better to split the number down:

country code
area code
actual number
EXT.

it becomes very easy to validate.

steve














 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Beginner's Beginner william nelson Ruby 7 04-11-2011 11:23 PM
Really basic data entry question [Beginner] AMT2K5 Java 16 03-09-2006 05:44 PM
Very basic beginner question (I hope) Chele Sedai ASP .Net 8 03-14-2005 06:55 PM
No Class at ALL!!! beginner/beginner question =?Utf-8?B?S3VydCBTY2hyb2VkZXI=?= ASP .Net 7 02-03-2005 02:47 PM
Tutorial for beginner/ Tutorial voor beginner Rensjuh C++ 7 09-02-2004 12:41 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57