Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    859

    Ok. Keep me updated :-)

    Ok. Keep me updated :-)
  2. Replies
    4
    Views
    859

    Thanks a lot! Is the chance high that there...

    Thanks a lot!

    Is the chance high that there are more unnecessary jars included? See the attached dep graph (generated with netbeans)
  3. Replies
    4
    Views
    859

    Spring Web necessary?

    Hi,

    I recognized that there is a dependency to spring web (from springrc core).
    When is this library mandatory? My application seems to run fine without it.

    Peter.
  4. Thread: Dynamic models

    by peatar
    Replies
    5
    Views
    1,301

    Why not? This is already done in PersonForm: ...

    Why not?

    This is already done in PersonForm:



    formBuilder.add("birthDay", "colSpan=1 align=left");
    formBuilder.row();

    formBuilder.add("street");
  5. Thread: Dynamic models

    by peatar
    Replies
    5
    Views
    1,301

    Hi, for the form you could do sth. like: ...

    Hi,

    for the form you could do sth. like:


    for(getter : allGetters) {
    formBuilder.add(getter.getName());
    formBuilder.row();
    }
  6. Replies
    3
    Views
    1,144

    ups, sorry. I thought you want to know Swings...

    ups, sorry. I thought you want to know Swings ComboBox. Sorry no idea for JSP... maybe another forum?
  7. Replies
    3
    Views
    1,144

    combo.setEnabled(false) ? or simple do not...

    combo.setEnabled(false) ?

    or simple do not provide a setter ... (or create an additional getter without a setter :-))
  8. Replies
    1
    Views
    867

    I am aware of some other good implementations for...

    I am aware of some other good implementations for a table:

    http://www.vlsolutions.com/en/documentation/articles/jtable/index.php

    and the glazedlists project:...
  9. Thread: Dynamic models

    by peatar
    Replies
    5
    Views
    1,301

    I would map the phonenumbers to a combobox or so....

    I would map the phonenumbers to a combobox or so.

    to create a very simple form you can take a look at:
    ...
  10. Replies
    2
    Views
    2,018

    I rethought about my answer. Here more details: ...

    I rethought about my answer. Here more details:

    > what are the features of Spring RCP

    It provides all you need for a RIA: I18N, forms (date, text, number, ...), layout, validation,...
  11. Replies
    2
    Views
    2,018

    I would point you to the latest doc which is a...

    I would point you to the latest doc which is a good feature overview, but actually this is down.

    Please see here for an equivalent:
    http://www.core-dump.ch/stuff/spring-rcp-manual/index.html...
  12. Replies
    4
    Views
    2,159

    somthing new about the user guide? got an...

    somthing new about the user guide?

    got an error here:
    http://spring-rich-c.sourceforge.net/1.1.0/user/userGuide.html
  13. Thread: Need Help

    by peatar
    Replies
    1
    Views
    905

    a simple hack worked for me: try it several times...

    a simple hack worked for me: try it several times :-) !
    This problem isn't a spring rc one, its just sourceforge :-(
  14. Replies
    3
    Views
    2,442

    I got it too. But only since the new 1.1.0...

    I got it too. But only since the new 1.1.0 version.
    It couldn't even load the save.png button, so that I have to use my own :-(

    Other 'problems' occured as well (which don't in the previous...
  15. Thread: javadoc

    by peatar
    Replies
    1
    Views
    779

    I got it through maven. In NetBeans you can...

    I got it through maven.
    In NetBeans you can download the sources and jdocs via a single click
    http://netbeans.dzone.com/news/getting-javadoc-maven-reposito

    but I am sure you'll have the same for...
  16. Thread: Is SRC agnostic

    by peatar
    Replies
    6
    Views
    1,007

    I am afraid you have to look elsewhere for this...

    I am afraid you have to look elsewhere for this usage.

    E.g. in my list (where only frameworks are listed where the jvm and not a browser on the client side can be used.)
  17. Replies
    15
    Views
    4,562

    ah, coool! Thanks!

    ah, coool! Thanks!
  18. Thread: Is SRC agnostic

    by peatar
    Replies
    6
    Views
    1,007

    BTW: the maven webstart plugin makes signing and...

    BTW: the maven webstart plugin makes signing and packaging a none brainer ...
  19. Thread: Is SRC agnostic

    by peatar
    Replies
    6
    Views
    1,007

    > I was wondering when someone would ask me this...

    > I was wondering when someone would ask me this question....

    Why?

    > 1) The user to have the correct version of java installed

    Why? You could enable the server to check this or even to...
  20. Replies
    15
    Views
    4,562

    Why vldocking if you have mydoggy (LGPL)? ;-) ...

    Why vldocking if you have mydoggy (LGPL)? ;-)

    http://mydoggy.sourceforge.net/

    And see here for the integration:
    http://jira.springframework.org/browse/RCP-564

    You'll need an unreleased...
  21. Thread: Is SRC agnostic

    by peatar
    Replies
    6
    Views
    1,007

    > The boss is trying to avoid the pain of java...

    > The boss is trying to avoid the pain of java webstart....

    Why pain? And how would you then do a Java client?
  22. I mean, the only way to really get GUI...

    I mean, the only way to really get GUI independent code is, to write two implementations of your idea.
    E.g. for SWT, Swing and javascript or whatever.

    With such an abstract you have to think...
  23. Yes, this sounds good. Maybe we should...

    Yes, this sounds good.
    Maybe we should concentrate together and relaunch Spring Desktop?
    More Spring, no Application.instance, but with the full advantage of the existing Spring RC ;-) This is a...
  24. Replies
    11
    Views
    3,412

    So, now you can guess it: I got it working. But...

    So, now you can guess it: I got it working.
    But please don't ask me how ;-) it is not with Spring DM - pure OSGi and maybe a bit ugly. See this little blog post.
  25. Replies
    11
    Views
    3,412

    That's true! But if the world would be developer...

    That's true! But if the world would be developer driven - I guess - no one would do web development ;-)

    So, I will further try (some hours only) if I get it working, maybe with pure OSGi (without...
Results 1 to 25 of 68
Page 1 of 3 1 2 3