Tagged Questions
RCP stands for Rich Client Platform, and is software that provides a platform for application developers to build on. It may also refer to the "remote copy" command in Unix.
12
votes
3answers
6k views
Eclipse RCP: Actions VS Commands
What are differences between Actions and Commands in the context of Eclipse RCP? I know that they both contribute to the menu entries, but which one is better? And why?
Of all the online resources ...
11
votes
1answer
479 views
Create and bind a GUI from xsd file automatically in eclipse rcp app
I want to create GUI components from XSD files. The generated GUIs should be used for concrete xml instances of the corresponding schema with databinding to "interesting" elements or attributes ...
9
votes
3answers
1k views
SWT/JFace or Eclipse RCP?
Which are the reasons to choose the Eclipse Rich Client Platform as the base of my application, instead of just using SWT/JFace?
9
votes
8answers
3k views
How to express inter project dependencies in Eclipse PDE
I am looking for the best practice of handling inter project dependencies between mixed project types where some of the projects are eclipse plug-in/OSGI bundle projects (an RCP application) and ...
7
votes
1answer
2k views
What is the difference between plug-in, feature and product in eclipse rcp
What are the difference, what get's used for which purpose?
7
votes
3answers
4k views
Programmatically showing a View from an Eclipse Plug-in
I have a plug-in to an Eclipse RCP application that has a view. After an event occurs in the RCP application, the plug-in is instantiated, its methods are called to populate the plug-in's model, but ...
6
votes
2answers
2k views
How to get the selected node in the package explorer from an Eclipse plugin
I'm writing an Eclipse command plugin and want to retrieve the currently selected node in the package explorer view. I want to be able to get the absolute filepath, where the selected node resides on ...
6
votes
9answers
3k views
Which Rich Client Platform to use
We recently started to develop a Java desktop app and management has requested that we make use of Rich Client Platform. I know of three for Java namely:
Eclipse RCP - www link to ecipse rcp,
...
6
votes
4answers
5k views
Prevent SWT scrolledComposite from eating part of it's children
What did I do wrong?
Here is an excerpt from my code:
public void createPartControl(Composite parent) {
parent.setLayout(new FillLayout());
ScrolledComposite scrollBox = new ...
5
votes
5answers
1k views
What of Eclipse project .metadata can I safely ignore in Git/Mercurial?
We have the code for an Eclipse RCP application in an Eclipse workspace containing multiple Java projects. We are using Mercurial with a simple .hgignore just *.class (but the same issue would pertain ...
5
votes
2answers
732 views
Netbeans RCP vs Eclipse RCP
I would like to start a new project which will make extensive use of plugins. I know that both Eclipse and Netbeans have their respective Rich Client Platforms, both with their respective strengths ...
5
votes
1answer
1k views
Eclipse RCP - Editor in Perspective
How would I go about inserting an editor inside of a perspective?
5
votes
1answer
977 views
Dynamic language switching in an Eclipse RCP application
I am working on an Eclipse RCP application with localization. A user should be able to change the language used in the application on the fly. A restart of the application should not take place during ...
5
votes
9answers
2k views
RIA vs. RCP
I'm on a project where we try to build a GUI replacement for an old application. Before we really implement the functionality we've started prototyping with Eclipse RCP (Rich Client Platform) and GWT ...
4
votes
2answers
667 views
Eclipse RCP: Parallel jobs presented in one progress dialog?
I would like to show progress of multiple Jobs running in parallel, but in only one progress dialog.
But each call to Job.setUser() seems to result in a new progress dialog.
I've tried:
Setting a ...
4
votes
1answer
362 views
P2 Update of RCP based application failes
I trying to update an Eclipse-RCP-3.5 based application by an P2 update-site. Application contains two features.
Product is build by Eclipse Buckminster. Creation of the P2 update site is part of the ...
4
votes
2answers
1k views
Eclipse Intro / Welcome page
is it possible to have links on the welcome page which point to defined commands and for example, launch an dialog?
I am thinking of having a welcome page, pointing out the steps what to do first, ...
4
votes
2answers
3k views
Howto hide a preference page in an eclipse RCP
I have an eclipse rcp and want to hide the security and help prerence pages. How can I do that?
4
votes
5answers
11k views
jar resources in jnlp are not signed by the same certificate
I've been working with web start for a couple years now and have experience with signing the jars and what not. I am taking my first attempt at deploying a RCP app with web start and though I have in ...
4
votes
5answers
740 views
I would like a recommendation for a book on Eclipse's Rich Client Platform (RCP)
I have read through several reviews on Amazon and some books seem outdated. I am currently using MyEclipse 6.5 which is using Eclipse 3.3. I'm interested in hearing from people that have experience ...
3
votes
1answer
82 views
Best way to go for taking up fat clients in Java desktop apps
I mostly work in the server side but I have developed desktop apps in Swing.
I want to make a "fat" desktop application for management of a small office that needs to incorporate the ability to print ...
3
votes
1answer
231 views
Multilevel Master/Detail Databinding with EMF and RCP
I'm kind of new to EMF and data binding an couldn't find a answer to my problem.
First something about what I'm trying to do:
I made a model with EMF, representing the settings of a device, and a RCP ...
3
votes
1answer
369 views
Constructing a JFace TableViewer with EditingSupport for a mathematical matrix
Our application (Eclipse RCP-based, using a JFace/SWT-based interface) needs to support editing of mathematical matrices. The matrices are always square and can be any size from 2x2 to 11x11. ...
3
votes
1answer
196 views
Using Netbeans RCP with Google Guice
I would like to use Google Guice (2.0 or 3.0, does not matter) for my Netbeans Platform Project. My Project has several Netbeans Modules. I managed to use Guice in a single Netbeans Module, but now I ...
3
votes
2answers
395 views
Make Eclipse RCP Intro part of a perspective
For a product we are creating, we want to be able to have the welcome screen display in a perspective (which we are calling "Start Here"). The intro is the only thing that needs to be in that ...
3
votes
3answers
454 views
Java with EMF & RCP vs C#
We're thinking about switching technology for our future projects going from C++ to Java or C#. So naturally there's a big discussion going on right now what to choose. The problem is that none of us ...
3
votes
3answers
4k views
Which Eclipse version: Java, RCP or “Eclipse Classic”?
The following link states that "A Java or RCP version of Eclipse is recommended. For Eclipse 3.5, the "Eclipse Classic" version is recommended."
http://developer.android.com/sdk/installing.html
...
3
votes
2answers
163 views
Eclipse plugin development for Eclipse
How do I start to develop a plugin for Eclipse? I need a tool which isn't out there yet for my further development... so my main concerns are:
How to add a perspective?
How to add menu items?
How to ...
3
votes
3answers
724 views
What is the preferred way to load a DLL on an Eclipse RCP plugin?
I have an Eclipse RCP plugin that requires a DLL.
What is the recommended best practice to add the DLL reference to the MANIFEST? Where should the DLL be located, what is the recommended directory ...
3
votes
4answers
1k views
Success stories of Eclipse as an application framework (RCP)
I keep reading about Eclipse as an application framework (i.e. about Eclipse Rich Client Platform). I am unable to find comprehensive list of success stories of Eclipse as an application framework ...
3
votes
2answers
1k views
Where is localization done in the Eclipse code?
I have a contributed view in an Eclipse RCP application. This view has a localized name %view.name, with the translation on a plugin.properties file to "My View Part".
I am looking into the source ...
3
votes
5answers
5k views
Eclipse RCP: Making use of configuration directory
My Eclipse RCP application requires a configuration file that contains some information to connect to a remote database. Where is the best location to store this configuration file?
Can I use the ...
3
votes
1answer
373 views
How can one use the Web Page Editor in custom RCP application?
I want to use the "Web Tools Editor" that is part of the Web Tools Plattform in my own RCP-Application. I think i have got some understanding on the RCP plattform by now, but I still have no clue how ...
3
votes
1answer
677 views
Automate builds for Java RCP for deployment with JNLP
I've found many sources that talk about the automated Eclipse PDE process. I feel these sources don't do a good job explaining what's going on.
I can create the deployable package, in a ...
2
votes
3answers
31 views
SWT/JFace Minimize/Maximize EditorArea
I didn't manage to find any functionalities for minimizing/maximizing programatically.
I want to minimize my editorArea when all the editors are closed.
Any suggestions?
Thanks in advance.
2
votes
1answer
101 views
how to print jasper report in Eclipse RCP using its print option?
My question : I have a ViewerComposite in Eclipse RCP application which displays Jasper Report (*.jrxml) integrated into it. The report displayed in this ViewerComposite can be exported as ...
2
votes
2answers
85 views
Eclipse RCP cheat sheet for extension points?
I do Eclipse RCP plug-ins from time to time. My biggest hurdle is to wrap my head around the extension points (not what they are, but which one to use when). Is there a site where I can find a list ...
2
votes
1answer
160 views
RCP with SWT.Browser and XULRunner
I'm developing an RCP application (Windows) with SWT.Browser (SWT.MOZILLA):
Browser browser = new Browser(parent, SWT.MOZILLA);
It's working fine with the old XULRunner 3.6.23 and the installation ...
2
votes
1answer
102 views
Eclipse RCP Fast View in Horizontal Orientation
I do know how to register a View in the Fast views bar within a RCP Eclipse application (using plugin.xml). It opens in Vertical orientation. Does anybody know how to tell this view to open in ...
2
votes
0answers
120 views
embed Video Display in SWT/RCP
How to display a video (or mjpeg) in a SWT/RCP aplication while the video must has as less as possible impact from the other UI interation?
At moment I paint MJPEGs in a Canvas wihtin UI Thread, and ...
2
votes
2answers
435 views
Why can't I load persistence.xml from OSGi/RCP/EclipseLink application?
We're making an RCP application using EclipseLink that is deployed into OSGi bundle. When we run the application in eclipse it works perfectly, after deploying on linux it works well, but when we ...
2
votes
0answers
120 views
Eclipse-RCP Wrong encoding when deploying the product
I am creating an RCP application, with many greek messages, so everything is in UTF-8. As i am developing and testing thru Eclipse IDE, everything is fine.
When i am deploying thru "Eclipse Product ...
2
votes
4answers
292 views
Test Framework for Eclipse RCP Application
I am new to Eclipse RCP and I'm looking for an open source framework to test my RCP Application (Especially the gui). I want to run this tests as unit tests.
Can you suggest some good frameworks with ...
2
votes
3answers
441 views
Build Windows RCP Application on Unix Machine
We're trying to do an Eclipse PDE build for a RCP Application via Hudson/Jenkins. We were doing this so far successfully on a Windows machine (Hudson running on Windows Server 2003). We have decided ...
2
votes
2answers
264 views
Customizing the progress view in Eclipse
I have an RCP application on Eclipse that makes quite a lot of use of jobs. This causes the Progress View to become cluttered at times and difficult to easily read.
Is it possible to extend to ...
2
votes
1answer
219 views
How to update the package explorer manually (Preferences)
I have added a custom LabelDecorator to an Eclipse 3.6, which replaces the cryptic usernames added by the SVN Team Text Decorations. The SVN Team Decorator allows you to add an author tag. What I did ...
2
votes
2answers
280 views
Implement Ahead of Time compilation (AOT) for Java based applications
We are in process of developing a commercial desktop based application in java using Rich Client Platform framework from Netbeans/Eclipse. The IDEs (Netbeans/Eclipse) provides nice inbuilt installer ...
2
votes
3answers
326 views
A tutorial on adding search to an Eclipse RCP program
Could some one point me to a tutorial on how to work with the Eclipse search plug-in with custom views in an Eclipse RCP program. I have tried searching google for one, but I have found to have the ...
2
votes
1answer
759 views
Eclipse RCP app: How to disable specific extenstions?
I'm using Eclipse HELIOS to code a Rich Client app.
The following entries are added automatically to my APP "PERSPECTIVES MENU":
"Java, Java Browsing, Java Type Hierarchy, Team Synchronizing".
I need ...
2
votes
1answer
65 views
Slow Buckminster plugin resolution
I am running a headless Buckminster build using ant that for some reason is taking 4+ hours to finish resolving all the plugins that need to be built. There are about 350 plugins that need to be ...