Beansbinding: binding to radio/button/group anybody?

View: New views
11 Messages — Rating Filter:   Alert me  

Beansbinding: binding to radio/button/group anybody?

by jdnc-interest :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

might overlook something - but seems to be missing ... anybody has such a beast on-hold and like to contribute? Need it in the demos and too lazy to do it myself (plus I faintly remember there were issues last time I tried, half-heartedly)

Thanks
Jeanette
[Message sent by forum member 'kleopatra' (fastegal@...)]

http://forums.java.net/jive/thread.jspa?messageID=369325

---------------------------------------------------------------------
To unsubscribe, e-mail: jdnc-unsubscribe@...
For additional commands, e-mail: jdnc-help@...


Re: Beansbinding: binding to radio/button/group anybody?

by jdnc-interest :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jeanette,

Seems to me Fabrizio Giudici was in some way involved in a BeansBinding fork. Maybe you could contact him. Guess It should be easy to find his email.

Lucio
[Message sent by forum member 'luciobiondi' (lbiondi@...)]

http://forums.java.net/jive/thread.jspa?messageID=369352

---------------------------------------------------------------------
To unsubscribe, e-mail: jdnc-unsubscribe@...
For additional commands, e-mail: jdnc-help@...


Re: Beansbinding: binding to radio/button/group anybody?

by Fabrizio Giudici :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

jdnc-interest@... wrote:
> Jeanette,
>
> Seems to me Fabrizio Giudici was in some way involved in a BeansBinding fork. Maybe you could contact him. Guess It should be easy to find his email.
>  
I'm here, I'm here and I'm taking note :-) I need just to know whether
something else is working to this issue, in another code base.

--
Fabrizio Giudici - Java Architect, Project Manager
Tidalwave s.a.s. - "We make Java work. Everywhere."
weblogs.java.net/blog/fabriziogiudici - www.tidalwave.it/people
Fabrizio.Giudici@...


---------------------------------------------------------------------
To unsubscribe, e-mail: jdnc-unsubscribe@...
For additional commands, e-mail: jdnc-help@...


Re: Beansbinding: binding to radio/button/group anybody?

by jdnc-interest :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sorry Fabrizio,

hope not to have been too hasty :-)

Lucio
[Message sent by forum member 'luciobiondi' (lbiondi@...)]

http://forums.java.net/jive/thread.jspa?messageID=369361

---------------------------------------------------------------------
To unsubscribe, e-mail: jdnc-unsubscribe@...
For additional commands, e-mail: jdnc-help@...


Re: Beansbinding: binding to radio/button/group anybody?

by jdnc-interest :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

@Lucio, thanks for the pointer - hadn't checked the obvious, blind to the trees :-)

@Fabrizio, looks like I don't have to checkout BBB because there is none as well ;-) Can wait, no problem - just thought to need it in the cleanup of swinglabs-demos, but nothing immediate. While I have your ear: how "far-away" in code compatibility is BBB from the last beansbinding? Migrated the appframework to bsaf a couple of weeks ago, painlessly (never used the latest from appframework trunk anyway, as that would have been a pain), probably should do so for binding as well.

Thanks
Jeanette
[Message sent by forum member 'kleopatra' (fastegal@...)]

http://forums.java.net/jive/thread.jspa?messageID=369445

---------------------------------------------------------------------
To unsubscribe, e-mail: jdnc-unsubscribe@...
For additional commands, e-mail: jdnc-help@...


Re: Beansbinding: binding to radio/button/group anybody?

by jdnc-interest :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Since you are developing this for the demos, which is supposed to move to using SwingX components, how about using JXRadioGroup?

Karl
[Message sent by forum member 'kschaefe' (kschaefe@...)]

http://forums.java.net/jive/thread.jspa?messageID=369463

---------------------------------------------------------------------
To unsubscribe, e-mail: jdnc-unsubscribe@...
For additional commands, e-mail: jdnc-help@...


Re: Beansbinding: binding to radio/button/group anybody?

by jdnc-interest :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Since you are developing this for the demos, which is
> supposed to move to using SwingX components, how
> about using JXRadioGroup?
>

good point - just don't quite see how that helps? Do we have a bindingAdapter (or something, don't recall what's needed) for that?

Cheers
Jeanette
[Message sent by forum member 'kleopatra' (fastegal@...)]

http://forums.java.net/jive/thread.jspa?messageID=369469

---------------------------------------------------------------------
To unsubscribe, e-mail: jdnc-unsubscribe@...
For additional commands, e-mail: jdnc-help@...


Re: Beansbinding: binding to radio/button/group anybody?

by jdnc-interest :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Touche: no we don't currently have an adapter for it.

Karl
[Message sent by forum member 'kschaefe' (kschaefe@...)]

http://forums.java.net/jive/thread.jspa?messageID=369470

---------------------------------------------------------------------
To unsubscribe, e-mail: jdnc-unsubscribe@...
For additional commands, e-mail: jdnc-help@...


Re: Beansbinding: binding to radio/button/group anybody?

by Fabrizio Giudici :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

jdnc-interest@... wrote:
> @Lucio, thanks for the pointer - hadn't checked the obvious, blind to the trees :-)
>
> @Fabrizio, looks like I don't have to checkout BBB because there is none as well ;-) Can wait, no problem - just thought to need it in the cleanup of swinglabs-demos, but nothing immediate. While I have your ear: how "far-away" in code compatibility is BBB from the last beansbinding? Migrated the appframework to bsaf a couple of weeks ago, painlessly (never used the latest from appframework trunk anyway, as that would have been a pain), probably should do so for binding as well.
>  
One of the aims of BBB is to keep binary compatibility. So far, it keeps
it (I've not released anything recently because I'm running some tests
with my applications, and so far so good). In the BBB mailing lists
there has been some debate about breaking the compatibility for some
issues (in particular, changing a few classes into interfaces). It
turned out that it wasn't necessary for that use, so at the moment there
are no problems with compatibility. Should the problem arise again,
there will be a public debate. I personally wish to keep compatibility,
but I want BBB to be community driven.

--
Fabrizio Giudici - Java Architect, Project Manager
Tidalwave s.a.s. - "We make Java work. Everywhere."
weblogs.java.net/blog/fabriziogiudici - www.tidalwave.it/people
Fabrizio.Giudici@...


---------------------------------------------------------------------
To unsubscribe, e-mail: jdnc-unsubscribe@...
For additional commands, e-mail: jdnc-help@...


Re: Beansbinding: binding to radio/button/group anybody?

by jdnc-interest :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

just noticed I never answered: switched demos to use bbb - looks okay so far

Thanks!
Jeanette
[Message sent by forum member 'kleopatra' (fastegal@...)]

http://forums.java.net/jive/thread.jspa?messageID=370844

---------------------------------------------------------------------
To unsubscribe, e-mail: jdnc-unsubscribe@...
For additional commands, e-mail: jdnc-help@...


Re: Beansbinding: binding to radio/button/group anybody?

by Fabrizio Giudici :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

jdnc-interest@... wrote:
> just noticed I never answered: switched demos to use bbb - looks okay so far
>
> Thanks!
> Jeanette
>  
Well, thank *you* for trying it.

--
Fabrizio Giudici - Java Architect, Project Manager
Tidalwave s.a.s. - "We make Java work. Everywhere."
weblogs.java.net/blog/fabriziogiudici - www.tidalwave.it/people
Fabrizio.Giudici@...


---------------------------------------------------------------------
To unsubscribe, e-mail: jdnc-unsubscribe@...
For additional commands, e-mail: jdnc-help@...