Server-side

Adobe Launches ColdFusion 9 into the Cloud

Adobe ColdFusion 9 and ColdFusion Builder Beta 2 are available today along with a private beta of the new ColdFusion in the Cloud that will run in the Amazon...

0 replies - 2411 views - 10/05/09 by Mitch Pronschinske in News

ColdFusion Refcard: Meet The Author

This week DZone releases the ColdFusion Refcard, with all the latest updates for ColdFusion 9. I got the chance to ask Terry Ryan about ColdFusion and the...

0 replies - 1606 views - 08/19/09 by James Sugrue in Articles

Providing AMF REST Resources in Java

Action Message Format (AMF) is a high-performance web services protocol that was developed and designed especially for Flash applications by Adobe. AMF is...

1 replies - 3471 views - 03/19/09 by stoicflame in Articles

Enhancing your GWT Application with the UrlRewriteFilter

Last week, I spent some time trying to change the location of my cache/nocache HTML files in my GWT project. I started the project with the gwt-maven-plugin's...

1 replies - 2658 views - 02/24/09 by Matt Raible in Articles

Adobe AIR - Using A Clipboard To Transfer Data

Drag-and-drop and copy-and-paste are very similar in nature. In both cases, the operation involves moving or copying data from one location to another. The...

0 replies - 3648 views - 01/28/09 by Schalk Neethling in News

PHP Speed: Private vs Public Member And Static Methods

I did some speed testing for my PHP framework(still alpha) and I discovered some surprising results.For the test I have PHP 5.2.3 and MySQL 5.0.41 with 100000...

11 replies - 3914 views - 01/28/09 by Vladimir Carrer in Articles

Ruby - Crafting An Object - The Behavior Of A Ticket

A ticket is a familiar object, with a known set of properties and behaviors. Let’s take a high-level view at what we expect a ticket-like Ruby object to do...

2 replies - 2712 views - 01/28/09 by Schalk Neethling in News

Pagination: Server Side or Client Side?

Numerous times in your projects you might have to face a situation where you need to pull chunks of data dynamically. The obvious issue that you then face is...

14 replies - 6073 views - 01/27/09 by nitinaggarwalin in Articles

Creating XML Documents in PHP

There's lots of reasons why you'd want to make XML documents using PHP. Maybe you're writing your own RSS feed or implementing a REST service. Whatever the...

3 replies - 5196 views - 01/23/09 by Charlie Key in News

Flex & PHP Tutorial - Transmitting data using JSON

To make sure we don't get too stuck in a rut with our tutorial posts I decided to branch out a little bit and talk about Adobe Flex 2.0. I recently spent a lot...

0 replies - 6920 views - 01/15/09 by Charlie Key in News

Open Source : How Do You Stay Up To Date?

I Love the concepts and beliefs behind Open Source. I use Open Source libraries, applications etc. all the time. One of the things I have always found a...

18 replies - 10948 views - 01/10/09 by Schalk Neethling in News

Simplistic Texteditor For Your Next Ruby On Rails Webapplication

Do you want to come to the metaparty? Okay it is not a party tool it is a political site in German where the party member itself create the party platform....

0 replies - 3532 views - 12/19/08 by Peter Karich in News

Classes As Objects And Message-Receivers

Classes are special objects: they’re the only kind of object that has the power to spawn new objects (instances). Nonetheless, they’re objects. When you...

0 replies - 4194 views - 12/18/08 by Schalk Neethling in News

Dojo Toolkit Maven Repository

Using maven to build your project is a fantastic for managing your dependencies andavoiding having dependencies (and their dependencies) checked into yourown...

0 replies - 3298 views - 12/10/08 by gregwilkins in News

Asynchronous Restful Web Application

This blog annotates the Jetty 7 example web application that uses Jetty asynchronous HTTP client and the proposed suspendable servlets 3.0 API, to call an eBay...

0 replies - 4912 views - 12/09/08 by gregwilkins in News