Questions tagged [temenos-quantum]

Kony is a cloud-first low-code omni-channel development platform that allows you to write a single codebase in Javascript and generate native applications for multiple operating systems and form factors, as well as Responsive and/or Progressive Web Applications. Though the product suite is diverse, the two core products are Kony Visualizer and Kony Fabric.

Temenos Quantum is a technology stack that enables low-code and/or cross-platform development of native mobile, tablet, wearable, desktop, kiosk and responsive and/or progressive web applications using a single codebase written in Javascript.

For mobile operating systems, Quantum generates true native UI, and executes the application logic inside a Javascript runtime, which maps specific API calls to the underlying OS's native capabilities.

Quantum was originally conceived by Kony Inc., which was acquired by Temenos in late 2019.

Quantum is officially marketed as a "Multi-experience Development Platform", and it is made up of several products:

  • Visualizer: An IDE for rapid low-code WYSIWYG omni-channel development.

  • Fabric: A cloud-native, middleware layer that delivers user authentication, API management, analytics and reporting, off-line data synchronization, model-driven development, workflow design and developer portals, as well as out-of-the-box integrations for social media, REST, SOAP, AWS, relational databases, MongoDB, OpenAPI, RAML, Oauth2, SAML 2.0, LDAP, IBM MQ, SAP, Salesforce, and others.

  • App Factory: An out-of-the-box, cloud-based CI/CD solution including build and test automation and quality controls.

  • Engagement Services: A campaign management solution that is capable of handling push notifications across Android and iOS, as well as email and SMS.

  • Forge: A portal for developers to publish and share reusable components.

Official Website:

https://www.temenos.com/platform/multiexperience-development-platform

158 questions
6
votes
2 answers

Cannot find 'emulator.exe' when trying to test apps

I'm working with KonyOne Studio to build and test apps. The Android SDK is located in C:\Android\adt-bundle-windows-x86_64-20130729\sdk and the emulator is located at C:\Android\adt-bundle-windows-x86_64-20130729\sdk\tools\emulator.exe. When I try…
Joetjah
  • 6,292
  • 8
  • 55
  • 90
5
votes
1 answer

Which is current / legacy: or

I have to tool to generate soap requests and it can do so in two ways. Either generating the request beginning with: or with:
Martin
  • 11,577
  • 16
  • 80
  • 110
3
votes
2 answers

The APR based Apache Tomcat Native library ... was not found (but I have it)

I'm running some software and getting the following error regarding apr not being found. I saw that it wasn't there, so went to the apr folder, ran ./configure and ./make and ./make install. It created files in /usr/local/apr/lib. I then created the…
Neil Walker
  • 6,400
  • 14
  • 57
  • 86
3
votes
1 answer

How to create build of a Kony project with Jenkins - Continuos Integration

I'm trying during three days create an auto build of a Kony project. I'm using a Mac OSX. When I did $ su jenkins $ git clone git@gitserver:/git/myproject.git $ cd myproject $ ant main In this way the project is built successfully!! But, if I try…
3
votes
3 answers

How to map a data to a segment if the data is not in a collection in Kony Studio?

I am using Kony Studio 5.5 for cross platform development. I retrieve data by using a JSON service. I want to print my data in a segment, but I can't map some of it because it is not in a collection. "chartStat": " CHART NOT PREPARED…
prabhakaran
  • 668
  • 2
  • 10
  • 33
2
votes
2 answers

How to execute logic in a Kony app depending on whether it runs on iOS, Android or a web browser

I'm creating an omni-channel application using Kony and though it's all a single Javascript codebase, I'd like to conditionally execute some logic depending on whether the app is running on iOS, Android or a web browser. Something…
Mig82
  • 4,856
  • 4
  • 40
  • 63
2
votes
1 answer

How to get a Kony application's name at runtime

I'm writing a logger module for a Kony app to print out debugging statements. The Kony SDK already has a kony.print function but I'd like this logger to print out the application's name as a prefix to each statement, to get something like: FooApp: x…
Mig82
  • 4,856
  • 4
  • 40
  • 63
2
votes
2 answers

How to change text color of label in segment controller?

I want to set different text color of label in each row SegmentControl programmatically. Please check my ref. code. var arrColors = [ {"color":"white"}, {"color":"orange"}, {"color":"blue"}, {"color":"yellow"}, …
Rishil Patel
  • 1,977
  • 3
  • 14
  • 30
2
votes
2 answers

Kony Fabric Cannot generate XML tree

I get below error when I tried to generate XML tree from xml response in kony-fabric. error : Cannot generate XML tree. Failed to parse Backend Response as XML is invalid. error on line 3 at column 139: attributes construct error my xml response is…
Rishil Patel
  • 1,977
  • 3
  • 14
  • 30
2
votes
1 answer

Importing FFI(third party library) into a Kony Visualizer (V8 SP1) Project

I am trying to add a third party jar into a kony visualizer project but i am not able to find the "Integrate third party libraries option" like it was present in Kony Studio. After dwelling on the internet, I found this thread. It says that…
2
votes
1 answer

Using Kony for cross-platform development

Been using Kony for a month now for cross-platform development. I'm not really a big fan of it but I would like to get your honest take on it. While I fully admit my lack of knowledge of it I find it tends to complicate development more often than…
PetErr
  • 23
  • 1
  • 7
2
votes
4 answers

can't set a property for flex container in segment widgets

I am new to Kony framework. Now i am going through Widget. There i came across Segment widgets using I would create a flex container with some labels and textbox. My UI design are : 1. I Created a segment and set a flex container with some labels…
Harikrishnan
  • 71
  • 1
  • 7
2
votes
2 answers

Kony Background Service

I need to run a Kony Javascript function in the background even if the app is killed. It should trigger every 10 minutes. How can I achieve this functionality in Kony?
2
votes
1 answer

How to implement button effect from Kony Visualizer to Kony Studio?

I am just started using kony, there is somethings that i don't know. while i build a design inside kony Visualizer and add some effect like button Normal and button Pressed, it work perfectly on kony Visualizer, but when i export and import it on…
Aang
  • 21
  • 5
2
votes
2 answers

Delete Actions - Kony Visualizer

new to kony visaulizer, I have created some actions, i cannot see a way to detele them from the visualizer, Does anyone know if this can be done. Max
Max
  • 5,380
  • 6
  • 42
  • 66
1
2 3
10 11