Search:

Type: Posts; User: Andrius Šabanas; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    1,643

    We use Spring RCP with Maven 2 as a primary build...

    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...
  2. Could you please show us the full source code, or...

    Could you please show us the full source code, or post the link to the example code you are using?
  3. Replies
    12
    Views
    5,646

    What do you mean by saying that release is...

    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
  4. You will be better off posting this system...

    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.
    ...
  5. Replies
    3
    Views
    1,128

    You will have to provide your own...

    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...
  6. Actually, command context is loaded as a child...

    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...
  7. You tried to use a very old archetype version,...

    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...
  8. I guess you will have to extend LoginCommand and...

    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:


    ...
  9. I think you have to have a bean named...

    I think you have to have a bean named "applicationEventMulticaster" defined in your context, like this:


    <bean id="applicationEventMulticaster"...
  10. Replies
    1
    Views
    1,775

    Wrong forum, better use Spring Web...

    Wrong forum, better use Spring Web forum.
  11. Hi, At first, try using the newest release...

    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:...
  12. Replies
    5
    Views
    1,594

    No, you are completely right on this one - this...

    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,...
  13. Replies
    5
    Views
    1,594

    Hi, Where exactly do you see that JFrame is...

    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...
  14. Wrong forum, try posting there: Spring Web Forum...

    Wrong forum, try posting there: Spring Web Forum
  15. Replies
    1
    Views
    879

    Wrong forum, try Acegi Security Forum...

    Wrong forum, try Acegi Security Forum.
  16. Either merge both views into one, or register the...

    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
  17. Replies
    2
    Views
    1,267

    Try exactly this URL: ...

    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
  18. You have posted this in the wrong forum, this...

    You have posted this in the wrong forum, this forum is about Spring Rich Client. Try Spring Web Forum.
  19. Wrong forum, try Spring Web Forum...

    Wrong forum, try Spring Web Forum.
  20. Try either changing the locale of your operating...

    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...
  21. Replies
    1
    Views
    896

    You have posted this to the wrong forum, this one...

    You have posted this to the wrong forum, this one is for Spring Rich Client Platform. Try Core Container or Web forums.
  22. This forum is about Spring Rich Client Platform....

    This forum is about Spring Rich Client Platform. Please try NetBeans specific sites, maybe http://www.netbeans.org/products/platform/.
  23. Replies
    3
    Views
    1,319

    A variable of type "int" cannot have a null value...

    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
  24. Hi, You have to write your own...

    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.

    ...
  25. Replies
    1
    Views
    1,033

    Hi, You have posted this to a wrong forum....

    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:...
Results 1 to 25 of 68
Page 1 of 3 1 2 3