Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] Dependency on RAP

Hi Mickael,

For Picture Control case you cannot use fragments because :

* RCP provides SWT + FileDialog
* RAP provides SWT but not FileDialog. FileDialog is hosted by another bundle.

I cannot use import package because I will have problems with split packages for RAP.

I find to create 2 bundles (one for rap and one for rcp) is very shame because the Java souce is the same. It's only the dependencies of the MANIFEST.MF which changes between RCP and RAP.

Regards Angelo

2012/6/6 Mickael Istria <mistria@xxxxxxxxxx>
Hi all,

I noticed in the latest incubation build that we now have a dependency on RAP. I'd like to discuss it. Should we allow such dependency? Or should we force usage of fragments or specific bundles for RAP integration?
I think we should do the necessary to not add dependency to RAP. RAP is just an implementation of SWT like Win32 or GTK, and most people don't/won't have RAP installed in their RCP app.

Thoughts?
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

_______________________________________________
nebula-dev mailing list
nebula-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/nebula-dev



Back to the top