How to plugin siddhi web editor within existing project? - customization

We are thinking to use Siddhi web editor. Can you please let us know how we can integrate siddhi web editor with our existing UI (Adapt Framework) and restrict few functionalities from editor. In short how we can customize the web editor and plug with our existing UI?

Siddhi web editor is designed to be run on the OSGi environment with microservices. As of now, there is no way to customise the editor interface except jumping over the javascript code in Editor code in io.siddhi.distribution.editor.core. Also, note that all components under tooling module should be present for the Editor to run correctly

Related

Embed AWS QuickSight dashboards in native or hybrid mobile applications

Is there a way that I can embed QuickSight dashboards in a native or hybrid mobile application? I had embed it in my web application but I don't know how I can do the same for mobile applications.
Answer from AWS support team:
Unfortunately, as such QuickSight doesn’t support mobile embedding natively. I sincerely apologize on behalf of AWS for any inconvenience caused due to the limitations of the service.
However, using any one of the below workarounds, you should be able to achieve your use case of embedding QuickSight dashboard(s) in Hybrid mobile application(s).
Option 1
Embed via web view and the web view is within the app. However please note that in using this approach, you might not be able to use the JS SDK that is available to interact with the embedded dashboard from the parent website.
OR
Option 2
Embed via web view and the web view is in a iframe which is within the mobile app. please note that in using this approach, you might be able to use the JS SDK but can have performance lag due to the chain: dashboard in a web view in iframe in a mobile app.

Using draw.io OR build own interactive flow chart

Is it possible to use draw.io like the JQuery UI Library where I can integrate it into a web application? If not, what are the best tools available that I can use to create an interactive flow chart similar to draw.io feature for a web application?

Server push framework for adobe flex 4.6

I have a web application with adobe flex 4.6 with php as backend. The application allows collaboration of multiple users. Currently, changes made by one user are reflected to the other users only on refresh. I have taken a look at Adobe's BlazeDS requiring a java backend. This would require me to change some of the php code to java code. Is this the right way to go about it or can anyone suggest a better framework which does a server push on db update rather than having to do a refresh everytime?

google docs + web app

Hi Guys
I am trying to create a web app to share docs with all editor features (just like google docs).
My main requirements for this app are as follows:
1. Should have all editor features (can be done using open office api, google docs api, Microsoft office web apps api)
2. Should be shared between multiple users and can be edited by multiple users and other sync features (can be done using google docs api, Microsoft office web apps)
3. Can save the document created and edited on my own/ custom server addr. (Which api can support this??? I know open office can support this)
Guys can you please suggest me one api which can be used to do all the above. Also please suggest if I am underestimating any API above regarding any functionality that i thing is not supported.
Thanks
King
What you are asking for is so complex it takes a Google to make a "in progress" version!
Can't you just use Google API? Its is free. Your only issue would be logging users via OAuth, 1 simple API

Using JDeveloper to develop a portlet for JavaFX project

Suppose I developed a JavaFX project using netbeans 6.8 (JavaFX SDK plugin installed), and right now I need to convert this JavaFX UI to portlet and display it in a web page.
And I'm only allowed to do this using JDeveloper. So how could I achieve this? I'm using Oracle WebLogic Service as my web application server.
-Regards from Isaac.
The only way I'm able to resolve this is create portlet which embeds JavaFX applet inside.