java and database

O

Orb

Hi!

Can anyone please point my any tutorial or www that can help my to write
such an application:

I wont to write application with database placed on the server and 5 to 10
clients connected to this database. Clients can only writes data to
database, and creating raports.

I wont to write this application in Java and use Jface interface.

Users should have theirs own logins with assign permissions . I wont to set
wrights to CTabFolder. For example a have 3 CTabFolder :

1th - Add data (all users)

2 - Delete data (only administrator)

3 - reports (only users with given permission)



I have experience with applets and math class so I do not no how to start
with application.

And two more question :

How in Java I can compile program to working in MS Windows application ?



What kind of freeware database should I choose in this project remembering
that the construction of database is simple and the records should be near
50k.



Thanks for any help
 
F

frankgerlach22

Orb said:
Hi!

Can anyone please point my any tutorial or www that can help my to write
such an application:
get yourself a "Java Enterprise" or "JDBC" book. Or google for "JDBC
tutorial".
 
I

IchBin

Orb said:
Hi!

Can anyone please point my any tutorial or www that can help my to write
such an application:
*Sun tutorials*
http://java.sun.com/docs/books/tutorial/reallybigindex.html

*Sun jdbc tutorial*
http://java.sun.com/docs/books/tutorial/jdbc/index.html

*java.sql* examples..
http://javaalmanac.com/cgi-bin/search/find.pl?words=database

*A First HSQLDB Connection Example*
http://hsqldb.org/doc/guide/apb.html

Users should have theirs own logins with assign permissions . I wont to set
wrights to CTabFolder. For example a have 3 CTabFolder :

1th - Add data (all users)

2 - Delete data (only administrator)

3 - reports (only users with given permission)

*How to Use Tabbed Panes *
http://java.sun.com/docs/books/tutorial/uiswing/components/tabbedpane.html

*JTabbedPane Examples*
http://javaalmanac.com/cgi-bin/search/find.pl?words=JTabbedPane

What kind of freeware database should I choose in this project remembering
that the construction of database is simple and the records should be near
50k.

A small footprint and very fast *hsqldb - 100% Java Database*
http://hsqldb.org/

--

Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,678
Members
48,796
Latest member
Greg L.

Latest Threads

Top