Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Platform 4.0 Meetup Launch Event

Platform 4.0 Meetup Launch Event

Slides used for different Meetup.com events organised around the world about the new Appcelerator Platform 4.0.

Fokke Zandbergen

May 06, 2015
Tweet

More Decks by Fokke Zandbergen

Other Decks in Technology

Transcript

  1. Our  Program  for  Tonight Our  Vision:  One  for  All Our

     Solution:  Appcelerator  Platform  4.0 Plans  &  Pricing:  Start  for  Free Migration  Process Q&A
  2. Our  Vision Our  Solution Dashboard Studio CLI Titanium  SDK Alloy

     MVC Arrow Analytics Support Plans  &  Pricing Migration  Process
  3. Gartner  Magic  Quadrant  Leader 2014  MAGIC  QUADRANT  FOR  MOBILE  APPLICATION

     DEVELOPMENT  PLATFORMS – GARTNER IBM KONY SAP PEGASYSTEMS ADOBE XAMARIN TELERIK SENCHA SALESFORCE.COM MICROSTRATEGY APPLE MICROSOFT ORACLE GOOGLE DSI MOTOROLA  SOLUTIONS EMBARCEDERO CLICKSOFTWARE VERIVO  SOFTWARE CHALLENGERS LEADERS NICHE  PLAYERS VISIONARIES COMPLETENESS   OF  VISION ABILITY  TO  EXECUTE AS  OF  SEPTEMBER  2014 “The  company  has  demonstrated   the   ability  to  respond  quickly  in  a  cohesive,   integrated  manner  to  a  changing  market.”
  4. Customer  Benefits  of  the  Appcelerator  Platform FULL  REPORT  AT  WWW.APPCELERATOR.COM/ROI

    Forrester  findings: 40% reduction  in  time-­‐to-­‐ market 52% decrease  in  delivery   costs 75% quicker  time-­‐to-­‐ resolution 20% reduction  in  employee   turnover 491% ROI !
  5. Appcelerator  at  a  Glance ONE  OF  THE  WORLD’S  LARGEST  MOBILE

     ECOSYSTEMS 400+ ISV  extensions  &  third  party   modules 100+ Proven  solution  partners Mobile  developers  in  185  countries 300,000,000+ Devices  running  Appcelerator-­‐ powered  apps,  to  go  with  100,000+   apps  built  with  Appcelerator. 2,000,000,000+ Cloud  API  calls  per  month through  the   Appcelerator  Platform 700,000+ of  the  Fortune  100 70%  
  6. Our  Vision Our  Solution Dashboard Studio CLI Titanium  SDK Alloy

     MVC Arrow Analytics Support Plans  &  Pricing Migration  Process
  7. Our  Vision Our  Solution Dashboard Studio CLI Titanium  SDK Alloy

     MVC Arrow Analytics Support Plans  &  Pricing Migration  Process
  8. Our  Vision Our  Solution Dashboard Studio CLI Titanium  SDK Alloy

     MVC Arrow Analytics Support Plans  &  Pricing Migration  Process
  9. CLI:  Unified $ ti setup $ ti create $ ti

    build $ ti <cmd> $ acs new $ acs run $ acs publish $ acs <cmd> $ alloy <cmd> $ appc setup $ appc new $ appc run $ appc ti <cmd> $ appc new $ appc run $ appc publish $ appc acs <cmd> $ appc alloy <cmd> $ appc use <version> Unified  CLI Bundles  Titanium  CLI Bundles  ACS  CLI Bundles  Alloy  CLI Works  alongside  globalCLI’s
  10. Our  Vision Our  Solution Dashboard Studio CLI Titanium  SDK Alloy

     MVC Arrow Analytics Support Plans  &  Pricing Migration  Process
  11. Titanium:  Certified  &  Extended  Releases Certified,  fully  tested  releases Fully

     QE  tested  &  certified Prevent  use  of  app  debugging Prevent  use  of  rooted  devices Additional  Modules * SQLite  Database  Encryption Crypto  Module Geofence HTTPS  with  SSL  Pinning LDAP * Team  &  Enterprise  Plans  Only
  12. Titanium:  Open  Source Titanium  CLI  via  NPM Titanium  SDK  via

     nightly  builds Develop  &  Publish Source  code  remains  on  GitHub No  proprietary  Appcelerator  fork PRs  welcome  as  ever www.appcelerator.org
  13. Our  Vision Our  Solution Dashboard Studio CLI Titanium  SDK Alloy

     MVC Arrow Analytics Support Plans  &  Pricing Migration  Process
  14. Alloy:  Open  Source Alloy  via  NPM Plugs  into  Titanium  CLI

    Source  code  remains  on  GitHub No  proprietary  Appcelerator  fork PRs  welcome  as  ever www.appcelerator.org
  15. Alloy:  MVC  for  Titanium <Alloy> <Window> <Label onClick=”open”>Hello World</Label> </Window>

    </Alloy> ”Window”: { backgroundColor: “white” } function open() { alert(“Hello World”); } $.index.open(); var window = Ti.UI.createWindow({ backgroundColor: “white” }); var label = Ti.UI.createLabel({ text: “Hello World” }); label.addEventListener(“click”, function() { alert(“Hello World”); }); window.add(label); window.open();
  16. Our  Vision Our  Solution Dashboard Studio CLI Titanium  SDK Alloy

     MVC Arrow Analytics Support Plans  &  Pricing Migration  Process
  17. Arrow:  New  &  Improved formerly ACS formerly Node.ACS NEW Push

     notifications Prebuilt  services Schema-­‐less  data  store Hosting  Arrow  Builder  apps Opinionated  framework  for   building  APIs  &  front-­‐ends Connector  marketplace Visual  model  builder *Team  &  Enterprise  Plans  Only ArrowDB Arrow  Push Arrow  Builder  *
  18. Marketplace Download  Arrow  connectors Will  soon  include  Titanium   modules

     &  Alloy  widgets Will  replace  old  Marketplace
  19. Our  Vision Our  Solution Dashboard Studio CLI Titanium  SDK Alloy

     MVC Arrow Analytics Support Plans  &  Pricing Migration  Process
  20. Our  Vision Our  Solution Dashboard Studio CLI Titanium  SDK Alloy

     MVC Arrow Analytics Support Plans  &  Pricing Migration  Process
  21. Our  Vision Our  Solution Dashboard Studio CLI Titanium  SDK Alloy

     MVC Arrow Analytics Support Plans  &  Pricing Migration  Process
  22. Plans  &  Pricing:  Free  for  Existing  Community FREE* *Indie  Seat

     for  life  if  you  signup  with  an  email   address  that  already  holds  a  Titanium  account.
  23. Plans  &  Pricing:  Features DEVELOPER INDIE TEAM ENTERPRISE free $39/month/seat

    $259/month/seat custom develop only +  publish +  publish +  publish premium  modules premium  modules MDM/MAM SOASTA  (option) 1M +  5GB  /  seat 10M +  10GB  /  seat custom Arrow DB +  Arrow  Builder +  Arrow  Builder 30  days  /  500K  events 12 months  /  2M  events custom +  analytics  export &  app +  performance  &  crashes SLA custom  hosting Q&A Q&A web  support hotline
  24. Our  Vision Our  Solution Dashboard Studio CLI Titanium  SDK Alloy

     MVC Arrow Analytics Support Plans  &  Pricing Migration  Process
  25. Migration  Process:  GA Before  September  1st: Titanium:  Import  in  AppC

    Studio  or  via  CLI  and  do  not  let  it   replace  keys  if  you  already  used  ACS. Node.ACS:  Republish  to  Arrow  Cloud  and  change  your   CNAME  or  update  your  app  with  new  URL. ACS:  Contact  support  or  wait  for  automated  migration.   Endpoint  and  keys  remain  same. web.appcelerator.com/product/migrate-­‐app