Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Eclipse as a platform for custom applications

David,

The Eclipse Workbench is currently tailored to being a development tools 
platform, rather than a generic application framework.
Several menu items are hardwired by the workbench (to see which ones, 
choose Window / Close All Perspectives).

However, it is reasonably straightforward to change these if you are 
willing to customize the org.eclipse.ui plugin.  See the code in 
org.eclipse.ui.internal.WorkbenchActionBuilder.

As part of our future direction, I would like to open this up and have a 
clearer architectural division between a generic workbench and the current 
default actions.

Regards,
Nick






david.c.vo@xxxxxxxxxxxxxx
Sent by: platform-ui-dev-admin@xxxxxxxxxxx
07/08/02 04:58 PM
Please respond to platform-ui-dev

 
        To:     platform-ui-dev@xxxxxxxxxxx
        cc: 
        Subject:        [platform-ui-dev] Eclipse as a platform for custom applications


HI,
I'm currently in the process of comparing Netbeans and Eclipse platform to
build our next Application Platform
      The main idea is to use either Netbeans or Eclipse to build a 
modular
in house builded softwar wich must be
      a platform for all in-house business modules.
      Therefore It would be great to remove everything concerning the IDE
specific functionalities (Toolbar, Menu Bar, Function )
      and to customize it with in-house modeule
      I know that Netbeans provides the capabilities to build on top of 
its
OPEN API a custom modular ssoftware
      What about Eclipse ??
      And if yes, where can I find some samples about How to do it.

regards




This message and any attachments (the "message") is
intended solely for the addressees and is confidential. 
If you receive this message in error, please delete it and 
immediately notify the sender. Any use not in accord with 
its purpose, any dissemination or disclosure, either whole 
or partial, is prohibited except formal approval. The internet
can not guarantee the integrity of this message. 
BNP PARIBAS (and its subsidiaries) shall (will) not 
therefore be liable for the message if modified. 

                ---------------------------------------------

Ce message et toutes les pieces jointes (ci-apres le 
"message") sont etablis a l'intention exclusive de ses 
destinataires et sont confidentiels. Si vous recevez ce 
message par erreur, merci de le detruire et d'en avertir 
immediatement l'expediteur. Toute utilisation de ce 
message non conforme a sa destination, toute diffusion 
ou toute publication, totale ou partielle, est interdite, sauf 
autorisation expresse. L'internet ne permettant pas 
d'assurer l'integrite de ce message, BNP PARIBAS (et ses
filiales) decline(nt) toute responsabilite au titre de ce 
message, dans l'hypothese ou il aurait ete modifie.

_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ui-dev





Back to the top