We use Spring RCP with Maven 2 as a primary build system. We also generate Eclipse project descriptor using maven-eclipse-plugin. You can also check out M2Eclipse plugin which offers better...
Type: Posts; User: Andrius Šabanas; Keyword(s):
We use Spring RCP with Maven 2 as a primary build system. We also generate Eclipse project descriptor using maven-eclipse-plugin. You can also check out M2Eclipse plugin which offers better...
Could you please show us the full source code, or post the link to the example code you are using?
What do you mean by saying that release is overdue? Spring Rich Client 1.0 was released on March 17, 2008. AFAIK, no release dates for Spring Desktop were announced yet.
Andrius
You will be better off posting this system architecture related question to Architecture Discussion forum. This forum is for question related specifically to using Spring Rich Client Project.
...
You will have to provide your own PropertyAccessStrategy implementation and construct a FormModel instance using it.
Try lookup up BeanPropertyAccessStrategy code as an example on how to achieve...
Actually, command context is loaded as a child context to the main application context (one command context per application window, I believe), and all ApplicationContextAware beans defined in...
You tried to use a very old archetype version, 0.2.0-SNAPSHOT. Try using the latest release version 1.0.0. Also, it seems that Spring RCP jars are not in Maven2 central repository (including...
I guess you will have to extend LoginCommand and make sure it adds Authentication object to security context before actual login takes place, something along these lines:
...
I think you have to have a bean named "applicationEventMulticaster" defined in your context, like this:
<bean id="applicationEventMulticaster"...
Wrong forum, better use Spring Web forum.
Hi,
At first, try using the newest release Spring RCP version, which is 1.0.0. Chances are the sample application in has a properly configured log4j. Download it here:...
No, you are completely right on this one - this is incorrect use and may cause problems. However, destroySplashScreen() method is implemented correctly. By the way,...
Hi,
Where exactly do you see that JFrame is initialized outside the EDT in Spring RCP? As I look at ApplicationLauncher.lauchMyRichClient() method source, I see that application.start(), which is...
Wrong forum, try posting there: Spring Web Forum
Wrong forum, try Acegi Security Forum.
Either merge both views into one, or register the same executors in both views. From what you described, there may be no reason to have two separate views.
cheers,
Andrius
Try exactly this URL:
https://spring-rich-c.svn.sourceforge.net/svnroot/spring-rich-c/trunk/spring-richclient/
It works for me using TortoiseSVN 1.4.5, Build 10425 on Windows XP.
Andrius
You have posted this in the wrong forum, this forum is about Spring Rich Client. Try Spring Web Forum.
Wrong forum, try Spring Web Forum.
Try either changing the locale of your operating system (Control Panel / Regional and Languages Options under Windows XP), or set the default locale to Brazilian portuguese in your Java program. You...
You have posted this to the wrong forum, this one is for Spring Rich Client Platform. Try Core Container or Web forums.
This forum is about Spring Rich Client Platform. Please try NetBeans specific sites, maybe http://www.netbeans.org/products/platform/.
A variable of type "int" cannot have a null value - that is, it cannot be empty. Try using Integer object instead of "int".
cheers,
Andrius
Hi,
You have to write your own FormComponentInterceptorFactory implementation that finds combobox inside a decorating component. Take a look at my version that does pretty much what you need.
...
Hi,
You have posted this to a wrong forum. This forum is about Spring Rich Client, a client-side standalone GUI application framework. Please repost to Spring Web forum instead:...