Search:

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

Page 1 of 16 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    6,123

    http://oswing.sourceforge.net/

    http://oswing.sourceforge.net/
  2. Replies
    4
    Views
    1,869

    Declare an EnumSet

    I have a class with an EnumSet property:

    public class A {
    private EnumSet<Weekday> workdays;
    // ... getter/setter
    }

    How do I inject Weekday.MONDAY, THUESDAY, etc. in that workDays?
    ...
  3. this is a hibernate question, but the answer is...

    this is a hibernate question, but the answer is @org.hibernate.annotations.hibernate.Cascade(DELETE_ORPHAN)
    just search for delete orphan in the hibernate manual
  4. Replies
    6
    Views
    1,868

    If it's open sourced and you can link me a...

    If it's open sourced and you can link me a summary url and an url that proves that it use spring-richclient, I 'll add them to the powered by list on the site.
  5. Replies
    6
    Views
    4,391

    We (=mostly Lieven) use hibernate validator...

    We (=mostly Lieven) use hibernate validator intregation at 2 different part, both succussfully:

    - RCP-509: which should just be applied under spring-richclient-tiger and maybe get a decent package...
  6. Replies
    6
    Views
    1,673

    The conflucence wiki is free for all I believe,...

    The conflucence wiki is free for all I believe, and it should be.

    If you want to make high quality documentation, we're starting on a reference manual and can use the help.
    Here's a mail of me on...
  7. Replies
    5
    Views
    1,871

    I'd pick java to do RCP work over any other...

    I'd pick java to do RCP work over any other platform anytime.
    Drawing some forms and setting some properties works out badly (in my experience) for non-trivial use cases.
    If you do want to draw...
  8. Replies
    5
    Views
    1,871

    make that svn list (it's still called cvs list...

    make that svn list (it's still called cvs list though)
  9. Replies
    5
    Views
    1,871

    Check the dev list and cvs list, there's activity...

    Check the dev list and cvs list, there's activity and there's talk about a new release and a manual :)
  10. Replies
    1
    Views
    1,330

    Reference manual: Exception handling

    We're starting on a reference manual and I 've written a section about exception handling:

    http://users.telenet.be/geoffrey/tmp/spring-richclient/manual/html_single/

    Have fun :)
  11. We developers all use spring-richclient in our...

    We developers all use spring-richclient in our respective company's, but make internal releases from the latest snapshot in our company's repo.
    Making a public release takes a good amount of effort....
  12. Replies
    5
    Views
    19,142

    Don't use but...

    Don't use
    <property name="properties">
    but use the setter directly
    <property name="maxPoolSize" value="10" />
    and it works.
  13. Replies
    11
    Views
    3,189

    Most of us developers use spring-rich in our day...

    Most of us developers use spring-rich in our day jobs, so we rely on it and keep bugfixing it. The problem is, that none of the current developers is devoted *only* to spring-rich (as Keith Donald...
  14. Ps: easiest way I see is adding the...

    Ps: easiest way I see is adding the maven-jetty-plugin and run "mvn jetty:run" for the server war.
  15. It's been a long while since I ran the...

    It's been a long while since I ran the server-client example, but if anyone has any patches to fix stuff, I 'll take the time to review and commit them, just make an issue and poke me on the dev list.
  16. I have a running issue for this problem in JIRA,...

    I have a running issue for this problem in JIRA, but no time to work on it. If anyone provides a patch, following the spec of the issue, I 'll take the time to overlook it and patch it.
    The issue...
  17. Replies
    10
    Views
    2,226

    webstart does the trick for us, and there's a...

    webstart does the trick for us,
    and there's a maven-webstart-plugin at mojo.codehaus.org to handle most of the gory details
  18. http://opensource.atlassian.com/projects/spring/br...

    http://opensource.atlassian.com/projects/spring/browse/RCP-476 is the issue of it
  19. ExceptionHandlers new support for chained exceptions (and renames)

    Some of the exception handler infrastructure in the tiger module have been renamed.

    See /src/site/apt/user/upgrading/upgradingTo0.3.x.html in svn for more information.

    One nice new thing is an...
  20. Thread: We need News

    by ge0ffrey
    Replies
    3
    Views
    1,091

    Fixed :) http://spring-rich-c.sf.net Untill...

    Fixed :) http://spring-rich-c.sf.net

    Untill now I am the only developer uploading the site and I 've been slacking a bit. Actually any developer can uplaod it with "mvn site-deploy", problem is...
  21. Another workaround it is to open the jar, remove...

    Another workaround it is to open the jar, remove the 2 signature files in the META-INF (whoever.rsa an whoever.sf I think) and clean up the manifest mf,
    then redeploy that to your m2 repo as...
  22. I actually had the same issue. It doesn't stop...

    I actually had the same issue.
    It doesn't stop the application from running, as javaws just requests the jars again. It doesn't happen in javaws 1.5, only in javaws 1.6 because 5 uses sequential...
  23. Replies
    1
    Views
    1,019

    Most of us developers (Jan, Mattias, Kevin,...

    Most of us developers (Jan, Mattias, Kevin, Peter, ...) build and maintain applications build on spring-richclient, so we are still doing bugfixing etc. The core's pretty stable though, also because...
  24. I am unsure if petclinic standapart atm actually...

    I am unsure if petclinic standapart atm actually works (patches welcome), however that shouldn't impact the problem you are having now, this is proven as there is no org.springframework.richclient...
  25. Replies
    1
    Views
    1,114

    Added it in svn to the powerby list for the...

    Added it in svn to the powerby list for the website, with the next website deployment it will be visible
Results 1 to 25 of 392
Page 1 of 16 1 2 3 4