Server-side

Free Cheat Sheet: GlassFish Application Server v3

Getting Started with GlassFish Application Server v3 begins by introducing you to what GlassFish is and how to get it.  Then it goes on to prove its worth as...

0 replies - 709 views - 11/16/09 by lyndsey in Announcements

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 - 2671 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 - 1742 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 - 3580 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 - 2710 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 - 3857 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 - 4003 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 - 2797 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 - 6165 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...

7 replies - 5379 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 - 7315 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 - 11113 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 - 3644 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 - 4281 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 - 3370 views - 12/10/08 by gregwilkins in News