Valkyrie RCP tutorials and guides

1.6k Views Asked by At

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 ?

3

There are 3 best solutions below

0
On BEST ANSWER

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
0
On

If you're interested in rich client apps you might want to have a look at Eclipse Scout. It is Java/Eclipse based and available under the EPL.

Scout primarily addresses building client server business applications. With its clean separation of the client ui model from the actual ui rendering you have the options to run your app with SWT, Swing, or web application (based on Eclipse RAP).

There is a video tutorial, wiki tutorials, and a forum for questions.

Have fun!

1
On

I think the project Valkyrie RCP is dead. But I'm not sure.

In fact there is a fork of this project here: ndeverge.

There is some documentation.

Someone have another news about this project. I am also interested.