Questions tagged [spring-rcp]

9 questions
34
votes
6 answers

Is there a good framework for Java desktop applications?

I have developed many desktop applications in Swing, even those a bit more complex, with Hibernate and Spring integration. I found out that many things repeats and should be done quickly and in convenient way, like application lifecycle, logging,…
polmarex
  • 1,363
  • 5
  • 19
  • 35
9
votes
7 answers

java Desktop Application with spring and hibernate?

I have to develop a Java Desktop Application and I'm used to work in Java Web architectures using jsf spring jpa and hibernate. So my question is what technology is the best to build a desktop application I was thinking about using JIDE with spring…
IturPablo
  • 1,572
  • 2
  • 22
  • 35
5
votes
3 answers

Swing desktop-development

I have a very general question regarding java desktop-gui-applications. My Experience: In the last years i have developed a number of desktop-applications, some using Swing alone, some Spring-RCP (which was great, still i can't just bet on a…
Mario B
  • 2,102
  • 2
  • 29
  • 41
1
vote
1 answer

What benefits has Spring RCP (or another RCP framework worth mentioning) over Eclipse RCP?

In 2005 I built some smaller applications using eclipse rcp and I found this framework very handy. Now I am back at rich client development and need to decide in staying with eclipse rcp or switch to something more state of the art(?). Because I…
cenobit
  • 81
  • 7
1
vote
3 answers

Desktop application using Spring RCP

I am about to start a project using Spring RCP, which I have no knowledge of. I was wondering if there was any site where I can learn everything from basic to advanced techniques in this framework.
Rabin
  • 1,563
  • 4
  • 20
  • 44
1
vote
0 answers

creating a Spring RCP MDI application where to start?

I'm trying to build on top of Spring RCP (1.1.0 and trunk) and JIDE Software (demo version at the moment) with Maven, and got them compiling fine. I would like to build a MDI application but I haven't been able to find any directions on how to do…
SkyWalker
  • 13,729
  • 18
  • 91
  • 187
1
vote
3 answers

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…
elaich
  • 939
  • 1
  • 19
  • 35
0
votes
1 answer

Signing JARs WebStart

I use Java version 1.6.0_19 and created a version of spring-richclient-jideoss-1.1.1_XXXX. Then a generate a JNLP but when I download the JNLP and I get the error, spring-richclient-jideoss-1.1.1_XXXX is not signer This error depends the Java…
0
votes
1 answer

How can I create wizards in spring rcp using netbeans?

I created forms by extending AbstractForm class,now I want to create wizards but I am facing problem in it,can you help me creating wizards in spring-rcp using netbeans from start
user 912177
  • 43
  • 1
  • 7