Questions tagged [ase]

The Android Scripting Environment allows you to edit and execute scripts and interactive interpreters directly on an Android device. For Sybase Adaptive Server Enterprise, use [sybase-ase]

The Android Scripting Environment (ASE) allows you to edit and execute scripts and interactive interpreters directly on an Android device. ASE provides access to many of the same APIs used by Java Android applications, but with a simplified interface.

58 questions
2085
votes
23 answers

Is there a way to run Python on Android?

We are working on an S60 version and this platform has a nice Python API.. However, there is nothing official about Python on Android, but since Jython exists, is there a way to let the snake and the robot work together??
Bite code
  • 578,959
  • 113
  • 301
  • 329
12
votes
1 answer

How do I include end-to-end tests across microservices into multiple continuous delivery pipelines?

My team develops three microservices. The three work together to provide a business scenario. They communicate with REST and RabbitMQ. Looks like in Toby Clemson's presentation on Microservice Testing. Each microservice has its own continuous…
Florian
  • 4,821
  • 2
  • 19
  • 44
10
votes
3 answers

android python scripting: GUI?

Are there basic GUI functions in SL4A? I'd like to run a python program on Android and would need a listbox and simple dialogs (display info and get input). There seem to be simple dialogs, but I haven't found a listbox. If there isn't a…
foosion
  • 7,619
  • 25
  • 65
  • 102
8
votes
1 answer

Can I port my existing python apps on ASE?

I learned that the Android Scripting Environment (ASE) supports python code. Can I take my existing python programs and run them on android? Apart from the GUI, what else will I need to adapt? How can I find the list of supported python libraries…
Mascarpone
  • 2,516
  • 4
  • 25
  • 46
6
votes
1 answer

Is ASE mature enough to start developing android apps?

I've been checking out the Android Scripting Environment, it looks rather promising. But is it a viable option to make a marketable app in? It seems like the customer would have to download ASE and then run the script from the environment itself.
Isaiah
  • 1,995
  • 2
  • 18
  • 29
6
votes
1 answer

android python full integration

Is there a way to fully integrate Python with Java code on Android platform? Yes, I saw the question about running Python on Android and Android Scripting Environment (ASE). But that doesn't seem to be enough (correct me if I am wrong). I wanted to…
Grzegorz Oledzki
  • 23,614
  • 16
  • 68
  • 106
6
votes
0 answers

Answers to the mysterious Sybase ASE 'timestamp' datatype questions

Eric Johnson ask the following questions in Aug 2010. "What is the mysterious 'timestamp' datatype in Sybase? What the heck is a timestamp? Does it have any relation at all to time or date? Can I convert it to a datetime? If its not a time or a…
RAYMOND HO
  • 61
  • 1
  • 2
4
votes
0 answers

create .ase swatch colors file from JSON

I want to save JSON data in the form of an .ase file. I'm thinking of using FileSaver.js. Can an .ase file be directly created with this by converting the JSON data somehow?
Yafim Simanovsky
  • 531
  • 7
  • 26
3
votes
2 answers

Is it possible to use Android scripts created with ASE as typical application for Android (e.g. written in Java)?

I am very very new to Android. I was encouraged to take a closer look at Android when I heard about possbility to write applications on Android in scripting languages like Python. This sounds great and in fact works great. I did some experiments and…
dzida
  • 8,854
  • 2
  • 36
  • 57
3
votes
3 answers

Feedback on using ASE on Android?

Has anyone made use of ASE (Android scripting enviroment) for anything other than proof of concept apps? What are the major limitations? Any feedback would be great.
systempuntoout
  • 71,966
  • 47
  • 171
  • 241
2
votes
1 answer

Can I change the App Service Plan/App Service to use the App Services Environment

I first created the App Service Plan and App service and later created the App Services Environment. Now I want to change the App Service Plan to use the newly configured ASE, but not able to change it. I created another App Service Plan to use the…
2
votes
1 answer

Sybase 2762 - The 'Create table' command not allowed within a multi-statement transation in the 'tempdb' database" - ON OLD STOR PROC

I have got the following error Sybase 2762 - The 'Create table' command not allowed within a multi-statement transation in the 'tempdb' database" - ON OLD STOR PROC The database settings are what is expected : sp_dboption, ddl in tran set to…
user2379077
  • 21
  • 1
  • 2
2
votes
1 answer

Sybase ASE 15.7 - How can I merge objects from two databases into one single database?

I have an application which uses Sybase ASE 15.7 for the underlying database. In older days it was recommended to split the tables and located them in two different databases let's say db1 and db2. I know that there are no naming conflicts which…
2
votes
0 answers

Can we use android scripting environment for functional test automation?

I want to automate some of my functional test cases on android , can I use Android scripting environment and use Python / Perl to automate my functional test cases? Thanks AD
AD76
  • 21
  • 1
2
votes
1 answer

Dev/Test/Prod in the Same Application Service Environment?

I have an Azure Application Service Environment. Is it okay to have multiple App Service Plans (Dev,Test, and Production) all running in the same ASE? Basically, I know they'll share the Front End Pool, which I'm assuming is fine because no app…
Hendel
  • 61
  • 5
1
2 3 4