🪦 RIP Axway Amplify Titanium (2010 - 2022)
🪦 RIP Axway Amplify Cloud Services (2012 - 2022)
🪦 RIP Axway Amplify Crash Analytics (2015 - 2022)
🛑 Axway support for Amplify products has ended for most products related to mobile and cloud.
A few of the open-source versions of Axway Amplify products will live on after Axway Amplify End-of-Life (EOL) announcements. However, all closed-source projects and most open-source projects are now dead.
👉 A group of Axway employees, ex-Axway employees, and some developers from Titanium community have created a legal org and now officially decide all matters related to future of these products.
- API Best Practices
- What is API Security?
- OWASP Top 10 List for API Security
- What is API Security?
- Top API Trends for 2022
- What is a Frankenstein API?
- What is a Zombie API?
- API Developer Experience
- API Cybersecurity 101
- YouTube API Videos
- YouTube API Shorts Videos
⭐ Axway Amplify plugin to use Turbo or Alloy with Appcelerator Titanium SDK
Here are how things currently work by default:
- Titanium Mobile will use the globally installed Alloy package when compiling mobile apps.
- Appcelerator bundles a version of Alloy with it and will use that when compiling mobile apps.
The goal and purpose of this plugin is to allow you to install a specific version of Turbo or Alloy locally and to be able to have Titanium and/or Appcelerator use this when compiling your app.
NOTE: Before installing this plugin, make sure you have a
package.json
file in the root of your project. If you don't, you can just run the following in the project root directory and it will create one for you:
npm init --yes
To install this plugin, run the following in the project root directory:
npm install --save-dev @titanium/plugin-turbo
This will install the npm package as well as run a post-install script that will also create the Titanium plugin for you.
Don't worry about having this plugin installed if you do not have Turbo or Alloy installed locally. If the plugin cannot find Turbo or Alloy locally, it will fallback to the default location depending on your tool (see above).
- Titanium Mobile - Open-source tool for building powerful, cross-platform native apps with JavaScript.
- Alloy - MVC framework built on top of Titanium Mobile.
- Turbo - Variation of Titanium Alloy that adds some enhancements and customizations for rapid development.
- Appcelerator - Installer for the Appcelerator Platform tool
Have an idea or a comment? Join in the conversation here!
Alloy is developed by Appcelerator and the community and is Copyright © 2012-Present by Appcelerator, Inc. All Rights Reserved.
Alloy is made available under the Apache Public License, version 2. See their license file for more information.
Appcelerator is a registered trademark of Appcelerator, Inc. Titanium is a registered trademark of Appcelerator, Inc. Please see the LEGAL information about using trademarks, privacy policy, terms of usage and other legal information at http://www.appcelerator.com/legal.