Aptana Jaxer

11
© 2008 by Aptana, Inc. Made available under the EPL v1.0 The open source Ajax server The open source Ajax server based on the Firefox browser engine based on the Firefox browser engine

Transcript of Aptana Jaxer

Page 1: Aptana Jaxer

© 2008 by Aptana, Inc. Made available under the EPL v1.0

The open source Ajax serverThe open source Ajax serverbased on the Firefox browser enginebased on the Firefox browser engine

Page 2: Aptana Jaxer

© 2008 by Aptana, Inc. Made available under the EPL v1.0

Aptana for you

Aptana StudioAptana StudioOpen Source IDE for Ajax, PHP, Rails, JaxerOpen Source IDE for Ajax, PHP, Rails, Jaxer

2.4 million downloads2.4 million downloads

Aptana JaxerAptana JaxerOpen source Ajax server

Use JavaScript and Ajax for whole apps

Aptana CloudAptana CloudOpen source platforms

Instantly deploy, scale, collaborate, manage

Page 3: Aptana Jaxer

© 2008 by Aptana, Inc. Made available under the EPL v1.0

Aptana Studio

IDE for Ajax Developers whouse Scripting Languages

JavaScript, HTML, DOM, CSS

PHP, Ruby on Rails, Jaxer

Ajax Libraries

Run Standalone or as Eclipse Plugin

Page 4: Aptana Jaxer

© 2008 by Aptana, Inc. Made available under the EPL v1.0

Aptana Studio

Multiple TargetEnvironments

Web Browsers

Adobe AIR

Apple iPhone (WebKit)

More coming

Page 5: Aptana Jaxer

© 2008 by Aptana, Inc. Made available under the EPL v1.0

Aptana Cloud

Instantly deploy and scale

Integrated with development processes

Manage and monitor with ease

Page 6: Aptana Jaxer

© 2008 by Aptana, Inc. Made available under the EPL v1.0

Aptana Jaxer

Put your Ajax skills touse on the server-side

Ajax Server

Unified Ajax Development

Mozilla Firefox Engine in a Server

Page 7: Aptana Jaxer

© 2008 by Aptana, Inc. Made available under the EPL v1.0

Shift to Programmatic, Open Web

HTML and JavaScript are here to stay

Ubiquity: Billions of pages include these

More mature and normalized than last decade

Explosion of Gadgets and Services

Increased user expectations

Ajax-know-how and efficiency now a requirement

Page 8: Aptana Jaxer

© 2008 by Aptana, Inc. Made available under the EPL v1.0

Aptana Jaxer

Do more with JavaScript

APIs for Databases, File System

Network access HTTP, SMTP, FTP

Safe cross domain access

Call JavaScript functions on server from the browser

Sessions & User Data

Page 9: Aptana Jaxer

© 2008 by Aptana, Inc. Made available under the EPL v1.0

Aptana Jaxer

<script>// runs on client-side

<script runat=”server” >// run functions at the server

<script runat=”server-proxy”>// make functions on the server, callable from the client

<script runat=”both”>// make script available on both client and server

Page 10: Aptana Jaxer

© 2008 by Aptana, Inc. Made available under the EPL v1.0

examples

Page 11: Aptana Jaxer

© 2008 by Aptana, Inc. Made available under the EPL v1.0

www.apatana.com