On Jan 25, 12:01 pm, causa.vi...@[EMAIL PROTECTED]
wrote:
> actualy i have the same problem.. but you did not answer the
> question..
5. BoBi
View profile
More options Feb 16, 9:01 am
Newsgroups: comp.lang.java.programmer
From: BoBi <1...@[EMAIL PROTECTED]
>
Date: Sat, 16 Feb 2008 00:01:18 -0800 (PST)
Local: Sat, Feb 16 2008 9:01 am
Subject: Re: Netbeans IDE 6.0 Database Application: question?
Reply | Reply to author | Forward | Print | Individual message | Show
original | Remove | Re****t this message | Find messages by this author
On Jan 19, 7:47 pm, Mark Space <marksp...@[EMAIL PROTECTED]
> wrote:
- Hide quoted text -
- Show quoted text -
> BoBi wrote:
> > getting attributes of the new instance ...). Nevertheless I have no
> > idea how this code is triggered or called from. Anybody knows how to
> > solve this problem? Which mechanism is not working for my second tab?
> > Maybe it has something to do with the beans binding?
> I have to echo Lew's sentiments. We don't have nearly enough
> information to determine what the issue is. Based on what you've
> provided so far, I'd say that the second tab needs an action listener to
> receive events and execute code, but that's really just a guess.
> If you provide an example, please shorten it down a lot. I don't think
> anyone is going to wade through an entire Swing + DB project to find an
> error for you. Make a new project with a very simple tabbed pane that
> exhibits the same behavior. You should be able to make something like
> this in 50 lines of code or so, or less.
Hi,
Yes, sorry for not including the code. It was rather a lot all
generated by netbeans.
Now, because of different reasons I decided not to continue with the
data bindings provided in the netbeans ide nor the java desktop
database application like it is generated by the netbeans ide. Those
reasons being:
1. Something that should have worked simply did not work.
2. I was not too happy with the provided functionality anyway. Too
much clicks needed to perform the crud operations.
3. The whole construct is to complex, very hard to understand and
maintain and probably new versions will give an unneeded maintenance
problem.
So I will not use the data binding and conceive a solution using
directly the more basic Java components like the Jtable (without
databinding and writing my own tablemodel, ...).
Thanks :c), BoBi


|