Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [jwt-dev] Re: How to integrate JWT with RCP?

Hi there,

thanks for your interest in adding JWT to an RCP application. As Marc has
already pointed out the best way right now would be to look at the source
code of the existing projects how they do it. Actually, the links that Marc
has send show you an old version of the source code of AgilPro. It would be
better to have a look directly at the SVN repository of SourceForge (see
sf.net/projects/agilpro) and download the project agil-mod from there. This
is the AgilPro LiMo RCP modeling toolkit and with a short glance at the
plugin.xml, the product.xml and the MANIFEST.MF I think it should be easy
for you to create a similar application.
If you have any questions don't hesitate to contact us on this mailing list
again.

Best regards,

Florian


-----Ursprüngliche Nachricht-----
Von: jwt-dev-bounces@xxxxxxxxxxx [mailto:jwt-dev-bounces@xxxxxxxxxxx] Im
Auftrag von Marc Dutoo
Gesendet: Freitag, 18. September 2009 10:37
An: Sachin N. Chavan
Cc: Java Workflow Toolbox
Betreff: [jwt-dev] Re: How to integrate JWT with RCP?

Hi Sachin

The idea is not to use AgilPro or Scarbo, but to look at their sources 
how they do it.

Configuring an RCP product depending on JWT :
http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/scarbo/trunk/tools/scarbo
-product/scarbo.product?rev=342&view=markup

Configuring the master plugin :
http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/scarbo/trunk/tools/scarbo
-product/plugin.xml?rev=340&view=markup
another more complete one : 
http://agilpro.svn.sourceforge.net/viewvc/agilpro/agil-mod/plugin.xml?revisi
on=431&view=markup
For instance, note the perspectiveExtension tag.

When you get the jwt-we plugin (bundled in the jwt-feature, or evenalone 
as a jar), you get these UI elements configured : 
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jwt/we/jwt-we/plugin.xm
l?revision=1.28.2.4&root=Technology_Project&view=markup
Note the org.eclipse.jwt.we.editors extension at the beginning.

Regards,
Marc

Sachin N. Chavan a écrit :
> Hi Marc,
>      Thanks for u r reply. We can not use Agilpro because of licensing
issue. I wanted to know how easy is to add the Workflow editor view,Palette
view into Existing RCP UI?
>
> Thanks
> Sachin
>
> -----Original Message-----
> From: Marc Dutoo [mailto:marc.dutoo@xxxxxxxxxxx]
> Sent: Thursday, September 17, 2009 10:20 PM
> To: Java Workflow Toolbox
> Subject: How to integrate JWT with RCP?
>
> Hi
>
> AgilPro ( http://sourceforge.net/projects/agilpro ) and Scarbo (
> http://scarbo.ow2.org ) are two Open Source examples of how to integrate
> JWT in an Eclipse RCP product.
>
> For instance, have a look at how it's done in the Eclipse project
> "scarbo-builder" at
> http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/scarbo/trunk/tools/ .
>
> Regards,
> Marc
>
>
>
> MASTEK LTD.
> Mastek is in NASSCOM's 'India Top 20' Software Service Exporters List.
> In the US, we're called MAJESCOMASTEK
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Opinions expressed in this e-mail are those of the individual and not that
of Mastek Limited, unless specifically indicated to that effect. Mastek
Limited does not accept any responsibility or liability for it. This e-mail
and attachments (if any) transmitted with it are confidential and/or
privileged and solely for the use of the intended person or entity to which
it is addressed. Any review, re-transmission, dissemination or other use of
or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. This e-mail and
its attachments have been scanned for the presence of computer viruses. It
is the responsibility of the recipient to run the virus check on e-mails and
attachments before opening them. If you have received this e-mail in error,
kindly delete this e-mail from desktop and server.
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
>   

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



Back to the top