Search:

Type: Posts; User: snpe; Keyword(s):

Page 1 of 9 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    3,387

    svn repository and spring ide

    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...
  2. Thread: cvs problem

    by snpe
    Replies
    2
    Views
    1,080

    cvs problem

    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...
  3. Replies
    11
    Views
    4,052

    mch, i don't use infonode anymore and...

    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
  4. Thread: yet another demo

    by snpe
    Replies
    4
    Views
    2,282

    Jeff, jrxml for my example is simple...

    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...
  5. Replies
    4
    Views
    1,519

    SnPe DbTable framework is a product 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...
  6. Thread: yet another demo

    by snpe
    Replies
    4
    Views
    2,282

    yet another demo

    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)
    ...
  7. i use eclipse rcp and eclipse's dialog settings -...

    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...
  8. Thread: little demo

    by snpe
    Replies
    0
    Views
    1,008

    little demo

    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...
  9. Replies
    6
    Views
    12,547

    i finish mostly, but i can find time for...

    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 :...
  10. Replies
    6
    Views
    12,547

    i see eclipse-spring - it is only eclipse-spring...

    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...
  11. Replies
    6
    Views
    12,547

    i work on integration eclipse rcp and spring rcp...

    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...
  12. Replies
    6
    Views
    12,547

    this is spring (no spring rcp) integration

    this is spring (no spring rcp) integration
  13. Thread: How rich is rich?

    by snpe
    Replies
    14
    Views
    2,901

    Tom, why you set question in subject ? I...

    Tom,
    why you set question in subject ? I missed almost
  14. Thread: How rich is rich?

    by snpe
    Replies
    14
    Views
    2,901

    see...

    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...
  15. Replies
    5
    Views
    1,390

    I resolove it with next : a) remeber all forms...

    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) -...
  16. Replies
    8
    Views
    1,462

    I implement equals/hashCode and it work, and yes...

    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...
  17. Replies
    8
    Views
    1,462

    model.setFormObject(myNewObject); // this updates...

    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
  18. Thread: How rich is rich?

    by snpe
    Replies
    14
    Views
    2,901

    I integrate spring rcp with eclipse rcp and use...

    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...
  19. Replies
    7
    Views
    1,592

    my code isn't compatible with last spring rcp -...

    my code isn't compatible with last spring rcp - it is 15-30 days after Ollie's binding contributions
  20. Replies
    7
    Views
    1,592

    I create new binding component : package...

    I create new binding component :


    package yu.co.snpe.dbtable.core.update;

    import javax.swing.JComponent;
    import javax.swing.text.JTextComponent;

    import...
  21. Replies
    7
    Views
    1,592

    I make it in RevertAsYouTypeTextValueSetter...

    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...
  22. Replies
    16
    Views
    3,576

    I use Toedter's JCalendar and change internal...

    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...
  23. Replies
    7
    Views
    1,592

    JFormattedTextField are bad - class change value...

    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...
  24. you probably have contract lazy Your code...

    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
  25. It mean that you have any class with lazy loading...

    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...
Results 1 to 25 of 203
Page 1 of 9 1 2 3 4