Hi,
I would like set svn repository for spring ide, but I have issues
I have tried with URL http://springide.org/repos and https://springide.org/repos and
with subversive and subclipse client...
Type: Posts; User: snpe; Keyword(s):
Hi,
I would like set svn repository for spring ide, but I have issues
I have tried with URL http://springide.org/repos and https://springide.org/repos and
with subversive and subclipse client...
I have next error with 'cvs update'
cvs update: authorization failed: server cvs.sourceforge.net rejected access to /cvsroot/spring-rich-c for user anonymous
is it sourceforge or spring-rcp...
mch,
i don't use infonode anymore and snpepetclinic use old version spring-rcp
i use eclipse rcp now - you can see demo (see thread with name 'little demo' and
'yet another demo')
thanks
Jeff,
jrxml for my example is simple http://www.snpe.co.yu/GenericTemplate.jrxml
Hibernate datasource is simple
http://www.snpe.co.yu/DbHibernateJRDataSource.java
but it is integrated in...
SnPe DbTable framework is a product in development in my company (SnPe informacioni sistemi)
We haven't decided about license
We use :
- eclipse rcp environment for docking windows, job...
Hello,
I have promised this demo a long time ago
Now, it is ready.
This is little demo - show starting appliaction on Ubuntu linux
(barnding and deployment are easy with eclipse rcp)
...
i use eclipse rcp and eclipse's dialog settings - i can save history from xxx last input value
(and default last value) - user can save template input form, too
I send little demo (thread 'littel...
This is little demo (i promise this a long time), but this is for beginning
I do it for swingx team - little patch for controlButton for table with many columns
link...
i finish mostly, but i can find time for presentation - demo is too big for send (eclipse rcp +spring rcp + hibernate + added libraries liek siwngx , jgoodies etc is > 30 mb)
this is screenshot :...
i see eclipse-spring - it is only eclipse-spring intergration - no spring rcp and no
eclipse rcp
i have prototype eclipse rcp and spring rcp intgeration and i plan make flash presentation next...
i work on integration eclipse rcp and spring rcp - application use spring rcp binding and validation (show form view in swt_awt frame - editor and tabular view in view with jtable) and eclipse rcp...
this is spring (no spring rcp) integration
Tom,
why you set question in subject ? I missed almost
see http://www.snpe.co.yu/index1.php?sadrzaj=html/ooswt.html
There is link on eclipsezone.com , too
Short description : OO have OOoBean class for integrate in any awt (or swt , swing) frame...
I resolove it with next :
a) remeber all forms properties when create form in map
b) for every properties check is it nested property (nested property is like
obj.prop - have point in name) -...
I implement equals/hashCode and it work, and yes - it would work for default
Do you sure that you change object (no only properties in object) - for default equals/hashCode you have to change object...
model.setFormObject(myNewObject); // this updates the GeneralForm ok but NOT the rest...
This work for me.You have to implement equals and hashCode for your object
I integrate spring rcp with eclipse rcp and use all from eclipse rcp - views,perspective,jobs,action (and spring action in swing views) etc - all from eclipse rcp
it work fine and I will finish...
my code isn't compatible with last spring rcp - it is 15-30 days after Ollie's binding contributions
I create new binding component :
package yu.co.snpe.dbtable.core.update;
import javax.swing.JComponent;
import javax.swing.text.JTextComponent;
import...
I make it in RevertAsYouTypeTextValueSetter (changed class AsYouTypeSetter - search forum for this) - I make special PlainDocument and do validation for every typed char - validation have be for...
I use Toedter's JCalendar and change internal text field to JTextField (from JFormattedTextField) - I post example in this news - search
screenshot : eclipse rcp application have embed swing forms...
JFormattedTextField are bad - class change value internal and it will be problem for you, because you haven't control always
use JTextField and implement your Document
I use never...
you probably have contract lazy
Your code doesn't work with lazy=true and it is normal
You have to set lazy=false in all classes or load all used data like your workaround
It mean that you have any class with lazy loading - you have set lazy="false" to all mapping files
Another problem for you is unclosed session (warning).I don't know what is problem , because I...