bsorrentino / swixml2

Project that extends the original swixml project providing integration with Swing Application Framework (JSR 296) and Beans Binding (JSR 295) to further simplifying the GUI creation & management
0 stars 0 forks source link

minimum set of dependencies #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, 

i want to know which dependencies are the critical ones to have at least 
beanbinding. I mean if i use on bindwith attribute something like user.name 
i'll get it binded ok but once i swap the instance (i.e user = new User() on 
java side) the bind is broken. 

actually i have:

swixml-2.5.20101204.jar
jdom-1.0.jar
ui-1.2.jar

but tried ${user.name} but it does not seems to work.

Original issue reported on code.google.com by Sombr...@gmail.com on 25 May 2012 at 11:09

GoogleCodeExporter commented 9 years ago
something like <textfield bindwith="user.name" /> works well untill i make 
another reference to user

Original comment by Sombr...@gmail.com on 25 May 2012 at 11:25

GoogleCodeExporter commented 9 years ago
hi, thx for interest

In order to facilitate dependency management i suggest you to use maven. 

If you cannot use it .. i could arrange for you a .zip distribution of latest 
SNAPSHOT (3.0.6 Apr 03 2012)

let me know

Original comment by bartolom...@gmail.com on 26 May 2012 at 11:01

GoogleCodeExporter commented 9 years ago
Hello, thanks for the answer!

don't worry, i can assemble this version by myself. I'll try the 3.0.6 version 
then i return there and tell if beanwith="${user.name}" issue is no more.

this is a great project, keep doing such amazing work. 

Original comment by Sombr...@gmail.com on 26 May 2012 at 8:32

GoogleCodeExporter commented 9 years ago
hi, 

thanks for  feedback 

don't worry ...  i'll keep it up

Original comment by bartolom...@gmail.com on 27 May 2012 at 8:19