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
1
vote
2 answers

Defining Kony XPATH

I am working on KONY platform. I have a webservice response which is in XML format.It contains following tables: Table and the Table has following fields : Fields As you can notice the fields of the table have some common field names :…
1
vote
2 answers

Kony Mobile Fabric Cloud - DB

When i buy Kony Mobile Fabric (Cloud version), will i get a data source like my SQL or it provides me the space to install my SQL database to save form data? I have read from documentation which appears to say that Data Storage is available.
Madhu
  • 11
  • 2
1
vote
1 answer

NoClassDefFoundError using Kony Studio

Recently while using kony studio, I have integrated Amazon SDK using ffi, but on firing the event it pops up a message saying noClassDefFoundError: Failed resolution of : Lcom/amazonaws/auth/CognitoCachingCredentialsProvider; JS Stacktrace: at…
1
vote
1 answer

Kony FFI integration issues

Recently i am facing an issue while integrating amazon sdk using FFI The Issue: cannot find symbol symbol : method getOrCreateInstance(java.lang.Object,java.lang.String,java.lang.String) The Link to the amazon class…
1
vote
1 answer

How to invoke SQL Server Reporting Services in Kony desktop?

We are trying to implement Reporting Services on SQL Server. SSRS is the default tool for SQL Server. How to display the reports in Kony desktop directly from SSRS?
1
vote
1 answer

how to work with hybrid mobile application using appium?

Can anybody help me, I have been try to test hybrid application (developed in kony ide) using appiumbut the coding not executed .then using UIautomator viewer I didn't get "resource id " so im using by.name method. is der any possibility to get…
Dhak
  • 11
  • 2
1
vote
2 answers

How to build a Kony iOS Project using commandline

My aim is to build a Kony Project for the Jenkins CI. So basically I need to know how to build the project on the unix commandline. When using Kony Studio my project builds without issues. I've already managed to build an android .apk using ant on…
Oliver Metz
  • 2,712
  • 2
  • 20
  • 32
1
vote
1 answer

Kony Studio importing android .so system library

We are sending a library (.so) file to a client and they are using the Kony framework. We are using LoadLibrary call which seems to only have the lib/ folder in their search path. Is there a way for KonyOne to pick up the .so files? Thanks
pdxBug
  • 11
  • 1
1
vote
3 answers

How to make loadingscreen in center in kony

I am developing desktop application using kony framework. while login my loader is not appearing in center. its just loading in right side. please help me.
1
vote
1 answer

Kony Publishing Service timeout

UPDATE OK, I have found out the reason for this issue is because Kony Server was not up and running. Although I know the issue, my problem now is that I cannot start Kony Server... I have gone into the Kony application folder and attempted to…
Garry Law
  • 2,936
  • 2
  • 16
  • 14
1
vote
1 answer

Android lib Admob Not enough space to show ad for tablet

i am building an android lib with AdMob to use on kony platform. The lib works great for a android phone or for tablets which are in portrait mode by default, but the Ad doesn't display on the galaxy Tab 10.1 (which is a in landscape by default). i…
George
  • 332
  • 1
  • 4
  • 16
1
vote
2 answers

Kony loading screen customization

I am using loading screen in kony by following api- kony.application.showLoadingScreen("BusyIndicator","Loading data...",constants.LOADING_SCREEN_POSITION_FULL_SCREEN, true,true,null); BusyIndicator is custom skin made by me which includes…
Sumit
  • 401
  • 2
  • 6
  • 21
1
vote
1 answer

How to create a CustomViews in Kony?

How to create custom view in run time in kony.For example in android we create a button like Button mBtn = new Button(activity.getApplicationContext()); similarly in kony how to create a view,Textfiled,Buttons in kony.
Yuvaraja
  • 715
  • 6
  • 22
1
vote
1 answer

install Kony on mac os

I installed KONY (5.5) on Mac OS ( 10.9.2),Also installed JDK and Xcode. How to connect Kony with iOSSimulator? http://developer.kony.com/twiki/pub/Portal/Docs/Kony_Studio_InstallationGuide_Installer.pdf Above link from KONY mentioned, it supports…
Ahmad_iOS
  • 11
  • 4
1
vote
1 answer

I am developing a app in kony one studio, in that where can I find the .apk file?

I am developing an app in kony one studio. Where can I find my app's .apk file?
Vivek Elangovan
  • 238
  • 2
  • 16