Server-side

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 - 5063 views - 12/09/08 by gregwilkins in News

Using PHP To Access Files - The Basics

The first thing I wanted to know after learning the basics of PHP was how to store my data on a more permanent basis. PHP is all well and good but without the...

1 replies - 4275 views - 12/08/08 by Mike Bernat in News

Setup Web Application Using JBoss Seam NetBeans Tomcat And Maven

In this post let us discuss how we can configure a web application using JBoss-Seam framework in Tomcat. Maven is used for build management and NetBeans 6.1 or...

2 replies - 13022 views - 12/02/08 by karthikeyan Cho... in News

Making Your MySQL Tables More Effecient By Using Correct Fieldtypes

One of the biggest mistakes of today's fledgling MySQL programmers is their field type definitions, also known as data type or column type. Many are too quick...

1 replies - 5254 views - 12/02/08 by Mike Bernat in News

My PHP Best Practices

PHP's greatest strength is also its greatest weakness. Flexibility.There are an infinite number of ways to perform the same task which PHPwill happily do...

1 replies - 5937 views - 11/27/08 by Mike Bernat in News

Eliminating Postbacks: Setting Up jQuery On ASP.NET Web Forms and Managing Data On The Client

So you're stuck with Visual Studio 2005 and ASP.NET Web Forms. You want to flex your ninja skills. You can't jump into ASP.NET MVC or ASP.NET AJAX or an...

1 replies - 10994 views - 11/12/08 by Jon Davis in News

Flex 3 : Dynamic Layouts With Repeaters

When you have a static number of items to display, presentation is easy. But what if this amount is dynamic? This is when the use of a Repeater can help. A...

0 replies - 17244 views - 11/12/08 by Schalk Neethling in News

CFArgument: Object Oriented Programming

Peter Bell and I continue our ongoing CFArgument series, this time debating the merits of using object oriented development in ColdFusion (see prior debates...

1 replies - 1846 views - 11/06/08 by Brian Rinaldi in News

RESTful Web Applications with Subbu Allamaraju

Subbu works at Yahoo! developing standards, patterns and practices for HTTP web languages. In the past, he was a web service and Java developer. He was also a...

4 replies - 3687 views - 11/03/08 by Matt Raible in Articles

Architect This! Implementing a Java Based Survey Tool

I thought it would be interesting to get community feedback on the following problem. The basic requirement is to write a web based survey tool. Of course, my...

15 replies - 3859 views - 11/03/08 by James Sugrue in Articles

"Simple" JSF 2.0 Component vs. Tapestry

I just saw an amusing example of JSF 2.0 on Jim Driscoll's blog. He's creating a simple output-only component to display some text in yellow, using an inline...

12 replies - 6434 views - 11/03/08 by Howard Lewis Ship in Articles

Language Construct vs. Design Pattern - PHP Arrays In Java

Automated migration is a difficult task because of many reasons. One of them is the need to ensure a good code quality for the generated code. Migrating from...

3 replies - 4561 views - 10/24/08 by Robert Enyedi in News

YSlow Rules and Tomcat 5.5 SSL

A few weeks ago I attended The Rich Web Experience where I went to talks by Scott Davis and Nathaniel Schutta and heard about using YSlow to measure how well...

2 replies - 4384 views - 10/21/08 by rdonaway in News

Enabling the Hover-Over-Help Feature Using JSP Custom Tags

This article introduces a presentation-tier JEE framework designed to enable the hover-over-help feature without hard coding JavaScript modules in the JSPs in...

3 replies - 7990 views - 10/21/08 by myuan100 in Articles

Blisteringly Fast Integration Tests With NHibernate and SQLite

One thing I love about using NHibernate as my O/RM is being able to push the database schema from the domain.  This lets me create the database from scratch...

1 replies - 3268 views - 10/10/08 by carcer in News