Aptana
Aptana Inc. develops web application tools for Web 2.0 and Ajax and uses languages such as JavaScript, Ruby, PHP and Python. Find Aptana news and tools here and learn about some of Aptana’s popular products such as Aptana Studio, Aptana Cloud and Aptana Jaxer.
Friday, January 30th, 2009
Category: Aptana
, JavaScript
, jQuery
, Showcase
Live Ajax chat is one of those Comet 101 kind of examples (as RSS readers were to Ajax back in the day!). We saw a couple of items from this meme recently. First, jChat, a showcase chat application using Jaxer: Jaxer ships with a number of basic samples, but I’ve seen quite a few people Read the rest…
Thursday, January 22nd, 2009
Category: Aptana
, JavaScript
Rakesh Pai has created a Jaxer JavaScript client for Memcached. Once you load the file you simple configure the main object (change the file rather than calling .config(...) which would make more sense): PLAIN TEXT JAVASCRIPT: JsMemcached.set("keyName", "Value here, as long as you want"); JsMemcached.get("keyName"); JsMemcached.close(); // no open() as it is Read the rest...
Wednesday, January 14th, 2009
Category: Announcements
, Aptana
, Gears
, Storage
Aptana has put out their first beta release of ActiveRecord.js. The details according to Ryan Johnson, a developer at Aptana: ActiveRecord.js is an open source object relational mapper (ORM) that supports multiple JavaScript environments, including: Google Gears (client-side persistence) In Memory (if no SQL server is available on the client) Adobe AIR (client-side persistence) SQLite Read the rest...
Tuesday, January 13th, 2009
Category: Aptana
, Mobile
The mobile Web is getting increasingly interesting. Nokia has put another hat in the ring with their new Nokia Web Runtime that embeds WebKit into S60 phones: Widgets — you're familiar with them from the desktop. Small, focused web applications that are easy to install and use. Perfect for the small screen. Nokia has extended Read the rest...
Wednesday, November 19th, 2008
Category: Adobe
, Aptana
AIR 1.5 has been released at MAX this week. For the folks that like to write AIR apps that at least have some JavaScript, you will be happy to see that WebKit has been updated: The version of WebKit included in AIR has been updated to a newer version. The updated version includes Squirrelfish, a Read the rest...
Friday, October 31st, 2008
Category: Aptana
Paul Colton of Aptana has announced the Jaxer 1.0 release. This comes on the heels of the general availability of Aptana Cloud, and of course their Studio product that ties things together. First, Jaxer 1.0: If you've already been using Jaxer you're likely familiar with its database, file system and socket APIs and its ability Read the rest...
Wednesday, October 8th, 2008
Category: Aptana
The Jaxer team has released a release candidate for Jaxer 1.0. Here a synopsis of all the new features and improvements that have gone into this latest release candidate: Jaxer.Sandbox: HTTP-level control; support readyState, toHTML, waitForCompletion Built-in, extensible dispatching for RESTful and RPC service requests Fast, native JSON support Improved APIs for HTTP Request and Read the rest...
Wednesday, September 17th, 2008
Category: Aptana
Jaxer has been out in beta for a while and is nearing its 1.0 release. Many comments on Ajaxian about Jaxer have been about performance benchmarks. Uri Sarid, CTO of Aptana, has compiled some initial benchmarks including comparisons to PHP and Ruby on Rails. (Jaxer comes out in between the two): We wanted to answer Read the rest...
Monday, September 8th, 2008
Category: Aptana
Tom Kirkpatrick has written about writing one form, and using access control to map it to various roles using jQuery and Jaxer. This is a simple pattern. You never want to use client code to manage access, for obvious reasons. The approach is to use the server to spew out HTML that makes sense, and Read the rest...
Wednesday, August 20th, 2008
Category: Aptana
, JavaScript
, Server
Tom Kirkpatrick has written about a new API in Jaxer, Jaxer.Process, that allows you to call out to the host operating system. His example has a call out to get the uptime on the machine: PLAIN TEXT JAVASCRIPT: <script runat="server-proxy"> function runUptime() { // run the uptime and return the output Read the rest...
Friday, August 1st, 2008
Category: Aptana
Greg Murray has blogged about a new release candidate for Aptana Jaxer that contains a lot of new features. Kevin Hakman told us about the release: We've had server-side JS database APIs all along, but now handing result sets is even easier. There's also now full fine grain control and access to the entire communication Read the rest...
Monday, July 28th, 2008
Category: Aptana
Paul Colton posted that Aptana has a couple of new recruits in Greg Murray and Ryan Johnson. Greg Murray was the Ajax guy at Sun, created jMaki, and did a lot of work in organizations such as the Open Ajax Alliance. Ryan Johnson is the creator of the livepipe and object.event Ajax libraries. What are Read the rest...
Friday, July 4th, 2008
Category: .NET
, Aptana
What does your CEO do? Paul Colton, CEO of Aptana, gets his fingers dirty. He just wrote a post about accessing COM objects from JavaScript with Jaxer. This is possible as the JavaScript is running on the server, and this server is running on Windows. You can download the source code to check it all Read the rest...
Wednesday, June 11th, 2008
Category: Aptana
, Sencha
When Aptana released Jaxer, it really excited the community because you could now leverage your client-side skills on the server end of things. Rich Waters of Ext JS talks about how to leverage Ext JS on the server via Jaxer. The code created by Rich creates a Ext JaxerStore which allows you to run queries Read the rest...
Tuesday, June 10th, 2008
Category: Aptana
, Cloud
, JavaScript
Dougal Matthews has been playing with Aptana Cloud in a beta form. He wrote up this piece that walks you through the functionality with screenshots: After creating a project it then is automatically available in the cloud options. When you click on the project under the cloud menu you are taken through a (very easy Read the rest...
Monday, April 28th, 2008
Category: Aptana
, Cloud
, JavaScript
Aptana have announced their cloud platform initiative, Aptana Cloud. Aptana Cloud plugs right into your IDE to provide instant deployment, smart synchronization, and seamless migration as you scale. Aptana Cloud is ideal for developers who use scripting languages to create Ajax, Facebook, mySpace and all other sorts of Web applications. The key is that this Read the rest...