http://oswing.sourceforge.net/
Type: Posts; User: ge0ffrey; Keyword(s):
http://oswing.sourceforge.net/
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?
...
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
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.
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...
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...
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...
make that svn list (it's still called cvs list though)
Check the dev list and cvs list, there's activity and there's talk about a new release and a manual :)
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 :)
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....
Don't use
<property name="properties">
but use the setter directly
<property name="maxPoolSize" value="10" />
and it works.
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...
Ps: easiest way I see is adding the maven-jetty-plugin and run "mvn jetty:run" for the server war.
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.
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...
webstart does the trick for us,
and there's a maven-webstart-plugin at mojo.codehaus.org to handle most of the gory details
http://opensource.atlassian.com/projects/spring/browse/RCP-476 is the issue of it
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...
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...
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...
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...
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...
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...
Added it in svn to the powerby list for the website, with the next website deployment it will be visible