Clarification on Bonita BPMN - bpmn

Where does Bonita store its information? For example in Activiti bpmn, we have default system tables. Do we have something similar in Bonita?
Also, is there a plugin in Eclipse for configuring Bonita BPMN? I tried creating a diagram using Bonita Studio. I found that Bonita has a separate Tomcat bundle. But I want it trigger it from my eclipse server. Please help.

Bonita BPM use a H2 database to store the system data.
You can find more information here :
http://documentation.bonitasoft.com/database-configuration-1#h2default
If you want to use Bonita BPM in your eclipse, you can use the Engine API :
http://documentation.bonitasoft.com/getting-started-bonita-bpm-engine-apis

Related

Oracle iPlanet webserver migration to WAS Liberty profile

I would like to know the steps involved in migrating the Oracle Iplanet webserver(v6) to WAS Liberty profile. Also please let me know the feasibility and the challenges involved.
The changes needed will depend on the application being migrated. You can use the binary scanner tool to scan your application for changes needed to migrate to liberty. Run the tool against your war/ear/jar file(s) with the --sourceAppServer=other --targetAppServer=liberty options.

Pentaho Data integration how to move transformation from one server to another

What's the best practice of migrating pentaho job/transformations from one server to another?
We've set up DEV, QA, UAT, Production PDI server with carte running on AWS. And developers in our team are using community edition to program and test locally with local carte service.
The servers are using database repository and local pcs are using file based repository.
Typically, when we migrate a transformation we will have to export xml and find those xml piece for that transformation/job and import into target servers.
I don't think this is a good practice, considering we are moving on CI/CD along with other java/js code.
Please advice a better way to do migration.
Thanks,
Martin
I think your issue is less about migrating from one server to another, and more about migrating from one repository type to another. Do you have a compelling reason to use different repository types?
We use file-based repositories for all environments, and a directory synchronization tool for migrations. We went with file-based repositories so our source control system could be used with it.

Is there any Web UI for talend?

Is there any web UI for talend in which we could define mappings from the WEB UI only.
In this way a user can provide mappings at run-time.
Unfortunately no by design. All development work is centralized in the Talend Studio a heavy IDE based on Eclipse. However in the Enterprise versions of Talend, mappings built in the studio can be managed by the WEB UI: Talend Admin Center. Any configuration fed into a mapping can be updated there without having to go into Studio.

Can we use server configuration tool for MFP Foundation on IBM Container(Bluemix)?

Server Configuration Tool needs Database Settings(host,port,username,password,dbname) and AppServer Settings(installation directory,username,password) information. The tool also need to access database directly.
The MFPF docs doesn't provide such kind of information. Is there anyway to user server configuration tool for MFPF on ibm container?
It is not possible to use the Server configuration tool for IBM Containers deployment. The only current way is to use the scripts as provided and instructed, here: https://developer.ibm.com/mobilefirstplatform/documentation/getting-started-7-1/bluemix/run-foundation-on-bluemix/

Migration of a portal from web sphere (CMS) into OpenCms (CMS)

I would like to migrate a portal which is developed in WebSphere content management system into OpenCms (Content management system). To implement this I want to import the WebSphere template files into OpenCms, I have done R&D for it but I didn't find any solution. Can any one please guide me how to do it?
I don't believe there is any provided solution for that. So you will either need to build your own migration tool, create it from scratch in opencms or stick with WebSphere Portal.