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
0
votes
2 answers

What should be in a .gitignore file for a Kony project?

For my current project I am working on a Kony project. (Before anyone asks Kony is a requirement) There are a lot of files in the project some appear to be changing after doing nothing more than opening the project. So that leaves me wondering…
ProgrammingPope
  • 2,177
  • 4
  • 23
  • 36
0
votes
1 answer

CWAC Camera shows a black blank screen and application crashes while taking picture

All, I am using the CWAC-Camera-v9 library in my application. I am seeing a blank screen while the camera launched and the application crashes while taking picture with below error message. 09-24 18:40:08.915: D/PortraitCameraActivity(24228):…
sunil
  • 6,444
  • 1
  • 32
  • 44
0
votes
1 answer

Cannot connect to host -1016

Am new in kony. And am trying to connect webservice. Kindly check given below code. var myhttpheaders={"Content-Type":"application/x-www-form-urlencoded"};`enter code here` var email = myFrm.textbox212343550452827.text;`enter code here` var…
0
votes
2 answers

Kony Middleware mandatory for RESTful service calls?

Referring to this question: Is it mandatory to use Kony middleware for Kony application? One of the response said that if the response is in JSON, then it is not necessary to go through the middleware. However, if the services are RESTful but not in…
phychem
  • 25
  • 5
0
votes
1 answer

OutOfMemoryError in Java?

When i open gallery display a image in imageview i'm getting OutOfMemoryError. Just click a button and open a mobile gallery and select the image from gallery and set into imageview. I have got this error. LogCat 07-12 16:38:41.628:…
0
votes
2 answers

ClascastException in linking JavaConnector in kony

I have created a simple java service in kony app.When i try to run the Test with input parameter i got the following exception. java.lang.ClassCastException: com.kony.sample.KonyServerConnection cannot be cast to…
Yuvaraja
  • 715
  • 6
  • 22
0
votes
1 answer

How to send an entity in JavaScript?

How to send a StringEntity like java HttpRequest in JavaScript.i know in java but how to send in java script.
Yuvaraja
  • 715
  • 6
  • 22
0
votes
1 answer

Why HttpRequest callbacks not working without alert

I have a issue in getting response in Kony application. this is the code function getServerResponceOption(url){ alert(url); var httpclient2 = new kony.net.HttpRequest(); var requestMethod = constants.HTTP_METHOD_GET; …
Yuvaraja
  • 715
  • 6
  • 22
0
votes
1 answer

JAVA_HOME does not point to the JDK in KonyStudio

I have running a simple app in Konystudio. i got the follwing error [exec-shell] com.sun.tools.javac.Main is not on the classpath. [exec-shell] Perhaps JAVA_HOME does not point to the JDK. [exec-shell] It is currently set to "C:\Program…
Yuvaraja
  • 715
  • 6
  • 22
0
votes
2 answers

The system cannot find the path specified in kony studio

I'm working with KonyOne Studio to build and test apps but when I am launch android emulator then that error showing in cmd: - AVD: konyavdmap - APK: E:\KonyWorkspace1\temp\demo\build\luaandroid\dist\luavmandroid.apk - AppId: demo - Emulator…
user3492620
  • 83
  • 2
  • 8
0
votes
2 answers

Consume SOAP based web serices using Kony

I have a wsdl file,please help me how I consume SOAP based web service using coding through Kony Studio.
UserNew
  • 11
  • 1
  • 7
0
votes
1 answer

iOS and Android: Can you link between apps?

We're developing an app where we'd like to be able to link to other apps from within ours. The questions (both for iOS and Android): Can you put a link in one app that can launch another app? If so, does that other app have to be modified in any…
DA.
  • 39,848
  • 49
  • 150
  • 213
0
votes
3 answers

Why does the skin not work to button when using 5.5 plugin?

I am using Kony 5.5 plugin then took build for BBQ10. I declared red colour for the button in the skin. But the colour has not applied to the button means black colour button displayed instead of red colour button in the Q 10 device. I want to…
Gomathi
  • 33
  • 1
  • 7
0
votes
1 answer

Ant compile of Android APK Cannot run program "android.bat" but it exists

Using the KonyOne platform (essentially an Eclipse plug-in), I am getting an error from the ANT build script stating that it cannot find "android.bat" (in directory "D:\GoogleAndroid\adt-bundle-windows-x86-20131030\sdk\tools), but when I search that…
mobibob
  • 8,670
  • 20
  • 82
  • 131
0
votes
2 answers

Email and Attachments in Kony (or sending vCard Contact information)

I am trying to send an attachment using JavaScript in Kony Studio version 5 (the point of this is to provide an email with a vCard Contact that can be read on an iPhone or Android device). Unfortunately the documentation is rather scant and I have…
Colin Schofield
  • 139
  • 1
  • 13
1 2 3
10
11