Server
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...
Wednesday, June 18th, 2008
Category: Server
Re-posted from my personal blog I recently built an example of the Form History Pattern using an Addressbook case study. I found myself talking about App Engine on the On Air tour, so I decided to change the example to not store the data locally with Gears, but instead to save it away into the Read the rest...
Monday, April 14th, 2008
Category: Aptana
, Articles
, JavaScript
, Server
Davey Waterson of the Aptana Jaxer team has posted an article on using jQuery on the server-side with E4X and more that shows an example of server-side Ajax with a popular framework. The article describes a polling application that features: Using jQuery server-side to manipulate a DOM before it's sent to the client Doing some Read the rest...
Tuesday, January 22nd, 2008
Category: Ajax
, Aptana
, JavaScript
, Library
, Screencast
, Server
Aptana has been known for its Eclipse based Ajax IDE Aptana Studio. Paul Colton, CEO, has impressed us at The Ajax Experience as he has shown of Studio, and how Aptana is fast to adapt and come out with support for iPhone development, Adobe AIR, and more. But today Aptana is breaking out of the Read the rest...
Thursday, July 12th, 2007
Category: Gears
, Server
After a two year hiatus Steve Yen has brought the original "JavaScript RoR-like thing", TrimPath, back to life with a new release of Junction and Next Action. The new release is huge, literally, since it has gone from < 150 KB back in 2005, to 5.3 MB today. This is mostly due to the new Read the rest...
Friday, August 4th, 2006
Category: Comet
, Dojo
, Framework
, Server
Greg Wilkins, the creator and maintainer of the popular Jetty servlet container (i.e., a Java web server), has written a blog entry announcing Jetty's support for the Comet design pattern via Cometd: Cometd is a scalable HTTP-based event routing bus that uses a push technology pattern known as Comet. The term 'Comet' was coined by Read the rest...
Wednesday, June 28th, 2006
Category: Ajax
, Framework
, Java
, Server
, Toolkit
Agile Ajax has posted an interview with the creator of ZK, the server-side GUI framework for writing ajax apps with "no javascript and little programming". ZK has some similiarities to Echo2 and GWT, though Tom Yeh, the creator, discusses the differences: on Echo2: Echo2 assumes UI designers are Swing programmers, while ZK assumes they are Read the rest...
Monday, June 12th, 2006
Category: .NET
, Dojo
, Server
, Toolkit
New Ajax web framework built on Dojo and C#
Friday, April 21st, 2006
Category: Editorial
, Server
Billy Newport recently kicked off a conversation about Ajax and its impact on servers. I think it's becoming clear now that AJAX enabled applications generate a higher load on an application server than a non AJAX application. I guess customers will have to size their boxes appropriately as a result. The problem is related to Read the rest...
Monday, April 10th, 2006
Category: Server
, Toolkit
Ajax framework maker JackBe is expanding its business to include a consulting component, and has just announced some significant hires away from Sun. John Crupi, formerly Sun's Chief Java Architect, is among three engineers heading over to JackBe. All three - Crupi, along with Deepak Alur and Dan Malks - are the authors of Core Read the rest...
Thursday, November 10th, 2005
Category: Java
, Server
Most of the Ajax world is focused on the client side, and "ooooh ahhhh" effects :) Greg Wilkins is sitting on the other side of the fence, thinking about the implications of a popular Ajax application on the server side. Earlier, Greg described how Jetty 6 uses Continuations and javax.nio to limit the number of Read the rest...
Saturday, September 17th, 2005
Category: Java
, Server
Jetty is an open source web container for Java. The team just announced a new version that supports Continuations, which allow performance improvements for certain Ajaxian applications: The 6.0.0alpha3 release of Jetty is now available and provides a 2.4 servlet server in 400k jar, with only 140k of dependencies (2.6M more if you want JSP!!!). Read the rest...
Wednesday, May 25th, 2005
Category: Ajax
, Java
, Server
There is more afoot with messaging and Ajax. ActiveMQ is an open source MOM, and it now has support for Ajax. Ajax support in ActiveMQ builds on top of the REST connector for ActiveMQ which allows any web capable device to send or receive messages over JMS. Client side view On the client the web Read the rest...