rcp 1 « Development « Spring Q&A





1. Why package name cannot be parsed in jar?    stackoverflow.com

I'm working at a spring-integrated Eclipse RCP application,but i got a error while spring framework initializing at application start. My code in Activator.java below:

...
    public void start(BundleContext context) throws ...

2. A recommended way to use Spring application context within Eclipse RCP project    stackoverflow.com

what would be a recommended way to work with Spring application context within Eclipse RCP project. I have a Swing based application that is wired together by Spring and its configurations. What ...

3. packaging headlessly an eclipse RCP application based on Spring framework    forum.springsource.org

packaging headlessly an eclipse RCP application based on Spring framework Hi I am developing a web application using GWT, spring and hibernate. The business logic is done with Spring and Hibernate. ...

4. Eclipse + Spring RCP    forum.springsource.org

There is a discussion going on in the Architecture Section about Eclipse + Spring RCP. I would like to know, if you did any progress on that since it is quite ...

5. With Spring 1.1 Out, What Next For RCP?    forum.springsource.org

Spring 1.1 is out and it does not seem to contain the richclient package. How do e import richclient packages in our RCP development codes? Any timeframe as to when RCP ...

6. Why Spring RCP when there is Eclipse RCP (golden hammer?)    forum.springsource.org

Why Spring RCP when there is Eclipse RCP (golden hammer?) Hi, I am looking at Spring with great interest for new projects (not worked with it before - but I think ...

7. Spring-RCP requires classes not present in Spring Sandbox    forum.springsource.org

Hi, I have checked the spring and spring-rcp modules out of CVS and successfully built spring.jar and spring-sandbox.jar, however spring-rcp fails to compile. This appears to be due to no java ...

8. action listener for button in spring-rcp using command    forum.springsource.org

If all you need is a single button to invoke a single executable action, just adding a ActionListener to the button is the simplest thing to do. However, if you need ...

9. Xforms and the Spring RCP    forum.springsource.org

Xforms and the Spring RCP Hi I hope this is the appropriate forum for this. With XHTML2 (and therefore Xforms) meandering it's way to approval, I was wondering whether there was ...





10. Validation in Spring RCP    forum.springsource.org

Hi, i'am newbie.... I want to ask about validation in Spring RCP, i've been track the source code.. but i not found. Somebody help me to tell how to validate the ...

11. form assists in spring-rcp    forum.springsource.org

Hello, Is it possible set assists for any form field : for instance, I have list of customers and user go to customer field in order form (text, combo etc) for ...

13. Use spring in swt/jface or eclipse rcp application?    forum.springsource.org

Look through the RCP forum. Looks like some people have done basic integration work, but for now SWT is definatly a second-class citizen. However, you should still be able to use ...

14. Spring RCP Client Server    forum.springsource.org

Sorry if this is a stupid question, but could someone tell me if/how Spring RCP can be used to develop a client/server application without requiring the use of EJB? I want ...

15. Using Spring 3.x AnnotationConfigApplicationContext in Eclipse RCP    forum.springsource.org

Using Spring 3.x AnnotationConfigApplicationContext in Eclipse RCP Hi. I have a server based component wired up using Spring. I have a client interface that also uses Spring to connect to the ...

16. using RCP in parts    forum.springsource.org

Hi, I am very interested in trying out the RCP. However, my company also wants to incorporate teh Jide docking framework into our app. Is it possible to use the Spring ...





17. Open Source Client written with Spring RCP    forum.springsource.org

Open Source Client written with Spring RCP Hi All!, Time ago a programmed a application to administrate the open source Shoppingsystem osCommerce. It was written complety in Swing. The last two ...

18. Common validation on server, Spring RCP, and Web client?    forum.springsource.org

Common validation on server, Spring RCP, and Web client? I'm wondering if there's a best practice for performing the same type of validation in the business logic layer as in the ...

19. Spring-RCP snapshot    forum.springsource.org

Hi, My employer's firewall/proxy setup doesn't allow me to get the code through CVS. Can someone please either make a zip and post in this forum/website or send me via email ...

20. Eclipse RCP Application with Spring HTTPInvoker    forum.springsource.org

Hi, I am working on the Eclipse RCP application that should communicate with Server utilizing Spring HTTPInvoker. However I am getting "Cannot deserialize result from [http://localhost:8080/springapp/remote/AccountService]; nested exception is java.lang.ClassNotFoundException: bus.Account ...

21. why the rcp demo can't work after I add MethodSecurityInterc    forum.springsource.org

Apr 7th, 2005, 11:00 PM #1 lin_xd View Profile View Forum Posts Private Message Member Join Date Nov 2004 Posts 51 why the rcp demo can't work after I add MethodSecurityInterc ...

23. Table UI problem after spring RCP lib update    forum.springsource.org

Table UI problem after spring RCP lib update We are trying to figure out what is causing some of our JTables to appear with black backgrounds and white foregrounds (and no ...

24. Another RCP article    forum.springsource.org

25. SnpePetClinic and last version of rcp    forum.springsource.org

hi, sorry for my english... I'm trying snpepetclinic but it seems out of sync with the current version of rcp. Is there a updated release of snpepetclinic working with the last ...

26. How to bind a JList in RCP 0.1?    forum.springsource.org

How to bind a JList in RCP 0.1? Hello, Before RCP 0.1 to create a JList I just does the follow: Code: this.jlNodes = getFormModel().createBoundList("nodes");//$NON-NLS-1$ this.jlNodes.clearSelection(); this.jlNodes.setCellRenderer(new BeanPropertyValueListRenderer("code")); //$NON-NLS-1$ Where 'nodes' ...

27. spring rcp has some plan to integrate some report?    forum.springsource.org

Reporting in an application is a common requirement, and it would be nice if Spring-rich offered some integration options - but I do not believe report integration is on the short-term ...

28. Spring RCP and Abeille    forum.springsource.org

Spring RCP and Abeille Hi, I'm new to Spring RCP but browsing the code and samples I could figure out quite many things. I find it very promising. But I still ...

29. Inegrating RCP with my appliacation    forum.springsource.org

Inegrating RCP with my appliacation Hi, I am trying to integrate Spring RCP to my application (appfuse based). The problem I have found is on this bean: Code: