PLZZZ HELPPP>>>> NetBeans

Hi

I'm new to netbeans and i am facing some problems... plzz help

1. I've learn how to connect to JavaDb and how to make table in it. But i don't know how to connect tables with JTable and how get and send data into database using other Ui components. I see examples they use DatRowset and DatRowModel to communicate with UI ... the question is where can find those. Is there any extra beans available for making communication with database or any tutorial how to make them.

2. I'm getting one more problem. I want to make runtime internal frame. How can i achieve that. How can i design it in netbeans. If i design it in netbeans and make it setVisible(false); then i think it grab some sources and when i make it at runtime, it will grab sources when it will be created.

Thanks for your help.

[830 byte] By [jawadaha] at [2007-11-27 7:49:48]
# 1
http://www.catb.org/~esr/faqs/smart-questions.html#bespecific http://www.catb.org/~esr/faqs/smart-questions.html#writewell
prometheuzza at 2007-7-12 19:30:46 > top of Java-index,Java Essentials,New To Java...
# 2

> Hi

> I'm new to netbeans and i am facing some problems...

> plzz help

>

> 1. I've learn how to connect to JavaDb and how to

> make table in it. But i don't know how to connect

> tables with JTable and how get and send data into

> database using other Ui components. I see examples

> they use DatRowset and DatRowModel to communicate

> with UI ... the question is where can find those. Is

> there any extra beans available for making

> communication with database or any tutorial how to

> make them.

Connect to the database.

Run query against database.

Obtain data from query in the form of a ResultSet

Iterate over result set and place data in JTable

Collect Money.

> 2. I'm getting one more problem. I want to make

> runtime internal frame. How can i achieve that. How

> can i design it in netbeans. If i design it in

> netbeans and make it setVisible(false); then i think

> it grab some sources and when i make it at runtime,

> it will grab sources when it will be created.

http://java.sun.com/docs/books/tutorial/uiswing/TOC.html

> Thanks for your help.

You are welcome.

filestreama at 2007-7-12 19:30:46 > top of Java-index,Java Essentials,New To Java...
# 3
it means we dont have utility as it is available in JBuilder. And we have buid our own class to communicate between GUI and the database :)
jawadaha at 2007-7-12 19:30:46 > top of Java-index,Java Essentials,New To Java...
# 4
what do you mean by utility? are you trying to use the GUI builder? Please stay away from it. sooner or later you will run into problems.
lrngjavaa at 2007-7-12 19:30:46 > top of Java-index,Java Essentials,New To Java...
# 5
Yes i'm using GUI Builder, i think its wise to use it as it saves lots of time. Utility means we dont have to write the code for the collection of data from database, just we have to do is to write the sql command rest will be done by that utility
jawadaha at 2007-7-12 19:30:46 > top of Java-index,Java Essentials,New To Java...
# 6
Maybe you can find kindness in you to write a netbeans module for that purpose
Jamwaa at 2007-7-12 19:30:46 > top of Java-index,Java Essentials,New To Java...
# 7
I ask my question like this:how to include or find or get1. JDBCRowset2. RowSetTableModelhow to interact with them
jawadaha at 2007-7-12 19:30:46 > top of Java-index,Java Essentials,New To Java...
# 8
> Yes i'm using GUI Builder, i think its wise to use it> as it saves lots of time...Wow look at all the time you are saving right now, and think of all the time you will save maintaining JBuilders mess.
ScarletPimpernela at 2007-7-12 19:30:46 > top of Java-index,Java Essentials,New To Java...