[jbosstools-fuse-dev] FUSE IDE plugin usage for generic springboot project

Rajesh Krishna rajesh.krishna at hcl.com
Wed Mar 20 02:39:50 EDT 2019


Hi Aurélien Pupier,

The reason we were looking to utilize the Fuse Tooling is because our xml file has the endpoints declared. These endpoints are camel custom endpoints. But we do not have the camel context in the file.

PFB the sample code of our xml file.
<?xml version="1.0" encoding="UTF-8"?>
<chain engine="camel">
    <type-alias type="str" refers-to="java.lang.String" />
    <type-alias type="map" refers-to="java.util.HashMap" />
    <type-alias type="ref" refers-to="com.cft.pts.proc.chain.api.Reference" />
    <type-alias type="long" refers-to="java.lang.Long"/>
    <type-alias type="obj" refers-to="java.lang.Object" />
    <type-alias type="list" refers-to="java.util.ArrayList" />
    <supplier id="host-input-folder">
        <param type="str" key="uri">${@environment.getProperty('pc.config.host.inputfolder')}</param>
        <param type="fmt" key="fmt">INPUT_AS_DATAPARAM_CHANNEL_DTO</param>
        <param type="str" key="CHANNEL_IN_CODE">HOST</param>
        <param type="ref" key="target">physicalFileStorage</param>
    </supplier>

    <endpoint id="physicalFileStorage" reference="${@physicalFileStorageEndpoint}">
        <param type="str" key="inputParamName">physicalFileId</param>
        <param type="ref" key="target">formatDetector</param>
    </endpoint>

    <endpoint id="formatDetector" reference="${@formatDetectorEndpoint}">
        <param type="str" key="inputParamName">formatType</param>
        <param type="ref" key="target">dispatchingFormat</param>
    </endpoint>

    <consumer id="rt1-output-folder-out">
        <param type="str" key="uri">${@environment.getProperty('pc.config.rt1.outputfolder')}</param>
    </consumer>

    <endpoint id="deadLetter" reference="${@deadLetterEndPoint}"/>

    <endpoint id="stopTarget" reference="${@deadLetterEndPoint}"/>
</chain>


Thank You,
Rajesh Krishna

Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10

From: Aurélien Pupier<mailto:apupier at redhat.com>
Sent: Tuesday, March 19, 2019 6:33 PM
To: Rajesh Krishna<mailto:rajesh.krishna at hcl.com>
Cc: jbosstools-fuse-dev at lists.jboss.org<mailto:jbosstools-fuse-dev at lists.jboss.org>
Subject: Re: [jbosstools-fuse-dev] FUSE IDE plugin usage for generic springboot project

Hello,

On Tue, Mar 19, 2019 at 8:07 AM Rajesh Krishna <rajesh.krishna at hcl.com<mailto:rajesh.krishna at hcl.com>> wrote:
Hi Team,

We are doing a POC on customizing the fuse Camel IDE plugin to utilize its palette and design view in a generic springboot project (not a camel fuse project).

Basically there will be a xml file. We need a design view where the user can drag and drop the components(custom components built by us) to build the xml file. The project will not be a Fuse integration project, it will be a Springboot project.

Could you please guide us on this with any reference links to use the camel fuse ide for a non camel fuse project.

I don't get why you are starting from Fuse Tooling. If you want to have a diagram representation with Drag'n'drop technologies for a non-camel file, you'd better start from scratch using a Diagram technologies. Fuse Tooling is using Eclipse graphiti<https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.eclipse.org%2Fgraphiti%2F&data=02%7C01%7Crajesh.krishna%40hcl.com%7Cda0a32e0ae6e44a081da08d6ac6b4832%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C636885974120066837&sdata=1GOUoZGQn%2FexOXHY37hjXD1hdZK8hyWERFnBueLLzck%3D&reserved=0> but it is a quite old project in maintenance mode. Eclipse Sirius<https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.eclipse.org%2Fsirius%2F&data=02%7C01%7Crajesh.krishna%40hcl.com%7Cda0a32e0ae6e44a081da08d6ac6b4832%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C636885974120066837&sdata=RYE89y8zSHmixTNHUNtJBgc1M3t%2F5AX4K6sGNdqmT1Q%3D&reserved=0> is the new shiny and active diagramming project. Both are relying on GEF, so will provide the same kind of palette.

or have I missed the link between what you are asking and Fuse Tooling?



Thank You,
Rajesh Krishna

Sent from Mail<https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgo.microsoft.com%2Ffwlink%2F%3FLinkId%3D550986&data=02%7C01%7Crajesh.krishna%40hcl.com%7Cda0a32e0ae6e44a081da08d6ac6b4832%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C636885974120076842&sdata=nUbKEwFexlZmuH5WaJJwzP3H0EKegr5q2xfwpcVlP4g%3D&reserved=0> for Windows 10

::DISCLAIMER::
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
_______________________________________________
jbosstools-fuse-dev mailing list
jbosstools-fuse-dev at lists.jboss.org<mailto:jbosstools-fuse-dev at lists.jboss.org>
https://lists.jboss.org/mailman/listinfo/jbosstools-fuse-dev<https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.jboss.org%2Fmailman%2Flistinfo%2Fjbosstools-fuse-dev&data=02%7C01%7Crajesh.krishna%40hcl.com%7Cda0a32e0ae6e44a081da08d6ac6b4832%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C636885974120076842&sdata=wuSafD%2B6ilbiZXZOyplK9ZHQoMFFI%2BipdrAMSo5lU0c%3D&reserved=0>


--

AURÉLIEN PUPIER

SENIOR SOFTWARE ENGINEER, FUSE TOOLING

Red Hat France<https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.redhat.com%2F&data=02%7C01%7Crajesh.krishna%40hcl.com%7Cda0a32e0ae6e44a081da08d6ac6b4832%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C636885974120086851&sdata=7m1ptUsxeTCLsbu2ADOI3Ex%2BJR0rZMiQGDFHL0EgWuE%3D&reserved=0>

apupier at redhat.com<mailto:apupier at redhat.com>    IM: apupier
[https://www.redhat.com/files/brand/email/sig-redhat.png]<https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fred.ht%2Fsig&data=02%7C01%7Crajesh.krishna%40hcl.com%7Cda0a32e0ae6e44a081da08d6ac6b4832%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C636885974120086851&sdata=n5Uo0CB8j2atgnrfJ5gvX1UPoIxFBN2t2TpNPRMA2YE%3D&reserved=0>



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jbosstools-fuse-dev/attachments/20190320/9721d837/attachment-0001.html 


More information about the jbosstools-fuse-dev mailing list