Search:

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

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Setting up SPring-ws with xstream and annotations

    Hi Guys
    Im a total newbee and I just wnat to get started quickly.


    I have a service layer that I wish to expose form a war file. Since all my controllers are annotaed as well as my DWR stuff I...
  2. 302: java.net.HttpRetryException: cannot retry due to redirection, in streaming mode

    I 'm stuck with the HessianServiceExporter. I get the exception

    302: java.net.HttpRetryException: cannot retry due to redirection, in streaming mode


    It seems to have something to do the...
  3. Hi Once again I agree jide is great but its...

    Hi

    Once again I agree jide is great but its not free and even though my company can afford to use jide, and we will, I think the core of Open Source is to have it open and also to learn from each...
  4. Jide is good but not open

    Hi

    I agree Jide is good, I use it alot but the point of open source is that it is open. It gives us way of learning from more experienced people. Personally I feel Im getting to the point where I...
  5. Component Libraray For New Spring Desktop Project

    Hi

    I was wondering if any one has thought about starting a component project using the new Spring Desktop framework. Or I acctualy don't care if it is Spring RCP or Spring Desktop I guess a open...
  6. Connection closed issues

    Hi Guys

    Has these been resolved yet because I have a hugh problem with this. I've tried doing this the way it is described but I still get the conectin closed issue. Also I've tried removing the...
  7. Replies
    7
    Views
    1,328

    Hi

    How about getting JMS through the firewall can you do that with mule?

    By the way I had a problem with EventBus, which was shown when I tried to remove a listener when an event fired...the classic...
  8. Replies
    4
    Views
    1,029

    Hi Yepp thats exactly the solution I would...

    Hi

    Yepp thats exactly the solution I would suggest. Any of the Spring RCP guys feel like fixing this? Or maybe we should start contributing..

    Cheers
    Magnus
  9. Replies
    4
    Views
    1,029

    Hi The OsX menubar is not Spring rich client...

    Hi
    The OsX menubar is not Spring rich client speific but Java specific.


    By adding

    -Dcom.apple.macos.useScreenMenuBar=true
    ...
  10. Replies
    0
    Views
    759

    Commands and security

    Hi

    I have a userController defined<bean id="userController"
    init-method="init"
    class="se.so4it.dam.client.security.DamClientUserRoleSecurityController">
    ...
  11. How ro solve the ctrl/command button problems between windows and osx

    Hi

    OSX uses the command button instead of ctrl as menu selection. What is the best way of enabling the usage of Toolkit.getDefaultToolkit().getMenuShortcutKeyMask () so that my client will use...
  12. Replies
    0
    Views
    794

    Rhe best way for enabling the use of

    Hi

    OSX uses the command buton instead of ctrl as menu selection. Whay is the best way of enabling the usage of Toolkit.getDefaultToolkit().getMenuShortcutKeyMask() so that my client will use
    ctrl...
  13. EDT rule failed when using security manager on commands

    Hi

    I use the Spin RepaintManager to check my EDT rule. That is, that nothing graphical is done out of the EDT thread. The problem I have is that when the AbstractPublisher tries to set the...
  14. Replies
    0
    Views
    759

    HelpBroker JHelp

    Hi

    Im wondering if there is any integration for the JavaHelp framework in spring rich client. I know I've seen it but can't remember of find it any more. I would like to implement context...
  15. Replies
    0
    Views
    686

    HelpBroker JHelp

    Hi

    Im wondering if there is any integration for the JavaHelp framework in spring rich client. I know I've seen it but can't remember of find it any more. I would like to implement context...
  16. Replies
    2
    Views
    935

    Hi

    We'll what I do is that the changes to the raw object is handled by my API since I want the copyByReference approach and not the copyByValue , which RMI uses. So in my API I do a save to the server...
  17. Replies
    2
    Views
    935

    Form makes me go hmmm

    Hi

    Im trying to solve a problem where I want the form to update itself when a value changes directly on the backing object. Since the object changes in the background buy another thread I want...
  18. Replies
    8
    Views
    1,681

    Hi

    Since the form uses a dirtycheck,which check the equility of the address and since my object is still the same but with new values it want trigger when setting the form object. It would be great if I...
  19. Replies
    8
    Views
    1,681

    Hi

    Correct it would be great if I could ell the form that "hey I have changed externally update yourself". It would be great to have like a revalidate method or something

    Magnus
  20. Replies
    8
    Views
    1,681

    Hi

    setFormObject(your_new_instance); want do it since there is a ValueChangedDetector that detects if a vaklue has changed and it looks at the object identity. Remember my object is the same and the...
  21. Replies
    8
    Views
    1,681

    Getting form to update itself

    Hi

    I have a form where I display an instance of a class called Record.
    When the user presses save the Record instance is sent throuh RMI over to the server and is saved in the database. Also some...
  22. Replies
    1
    Views
    948

    Hi Marco

    Spring RCP uses images defined in a resource bundle. If you look in the simple app you'll see that it has a MessageSource and a imageResourceFactory defined:

    <bean id="messageSource"
    ...
  23. Thread: Size policy

    by magpor
    Replies
    0
    Views
    886

    Size policy

    Hi all

    Ok so I want to set a policy for JDialog sizes in my application. I have a search GUI where criterias can be added by pressing and up or down button and I want the JDialog to have room for...
  24. I think it is a Spring frameowrk compatible...

    I think it is a Spring frameowrk compatible issue. I had the same thing but when changing to a the Spring framework 2.0.1 release it fixed itself- Otherwise I had no problem chaning to spring...
  25. Replies
    3
    Views
    1,240

    Hi Ciccio17

    If you check the component's being returned in the form when you add a property.

    tableFormBuilder.add("Proeprty Name");

    You'll see that it returns a array of component JComponent[].
    Just cast...
Results 1 to 25 of 101
Page 1 of 5 1 2 3 4