Search code examples
springrcpspring-rcp

Valkyrie RCP tutorials and guides


Did anyone hear about Valkyrie RCP, the Spring 3.0 port of the current Spring Rich Client codebase ?

I want to try something with this framework because i'm familiar with Spring, but i didn't find any tutorials about that on the internet, where can I find some docs and guides ?


Solution

  • I actively maintain Valkyrie RCP here Valkyrie RPC @ github.

    You can find documentation for Valkyrie RPC here and there a quite a few demo applications in the repository.

    To get started quickly use maven to generate a skeleton project like this:

    mvn archetype:generate
    -DarchetypeGroupId=org.valkyriercp
    -DarchetypeArtifactId=valkyrie-rcp-archetype
    -DarchetypeVersion=1.1-SNAPSHOT