Server-side

JSF 2.0 New Feature Preview Series (Part 3) Publish/Subscribe Event System

This is the fifth entry in the JSF 2.0 New Feature Preview Series. The last entry wrapped up the new application resource handling.  We'll now switch focus...

0 replies - 2772 views - 10/09/08 by Ryan Lubke in News

Overview of Databinding in Silverlight

The goal the below code is to bind data using XAML.  So, for the example I used MLB Pitching stats for 2008, created a Pitcher object, then a...

0 replies - 2027 views - 10/09/08 by cschuman in News

Deploying An ASP.Net MVC Web Application To IIS7

The next installment in my exciting series where I capture what I know about deploying Dovetail Mobile Agent which could be boiled down to How To Be a Web...

0 replies - 2485 views - 10/08/08 by kevm in News

How To Implement Row Level Access Control In Lucene

Below I have written some fully functionally code that shows how you could implement row level access control in Lucene (2.3.2). Basically you have to index...

0 replies - 3278 views - 10/02/08 by amccurry in News

Ajax Push and ICEfaces for enterprise collaboration

The web has evolved from a document repository into a multi-user collaboration medium, shaped and created by its users. Ajax Push gives the server the...

2 replies - 9705 views - 09/29/08 by Nitin Bharti in Videos

The Top 10 Things You Should Know About Flex

Flex is getting a lot of buzz lately. A lot of people may be interested in using it just because they’ve heard good things, but they aren’t really sure if...

29 replies - 11413 views - 09/29/08 by Schalk Neethling in News

The Great GWT Roundup

Over the past two months or so we here at the web builder zone, thanks to Manning Publishing, have been publishing a comprehensive series on GWT. We recently...

0 replies - 11389 views - 09/26/08 by Schalk Neethling in News

Coldfusion 8 : Serialize and Deserialize a Component

I am working on a project where a requirement for serializing and deserializing a component came up. This is possible now with ColdFusion 8, since the...

1 replies - 2255 views - 09/24/08 by Brian Rinaldi in News

GWT: Building A Model

The model layer of a GWT application has to be a little bit smarter than the model in many traditional web applications. It needs to be responsible for...

3 replies - 6639 views - 09/22/08 by Schalk Neethling in News

GWT: Using An External Development Server

GWTShell includes the -noserver command-line option, which instructs the toolkit not to start or use the embedded Tomcat instance. If you use -noserver, you're...

0 replies - 5198 views - 09/17/08 by Schalk Neethling in News

Rest With Rails Part III - Using ActiveResource

It is easy to use open-uri and Net::HTTP. Well, easy is a relative term. Building a client library to access our task manager service will still require a fair...

0 replies - 4298 views - 09/16/08 by Schalk Neethling in News

JSF 2.0 New Feature Preview Series (Part 2.2): Resources

This is the third blog in the JSF 2.0 New Feature Preview Series. The previous entry covered packaging of resources.  Now we'll...

4 replies - 3417 views - 09/15/08 by Ryan Lubke in News

JavaServer Faces Refcard Available - Download Now

DZone has released it's latest Refcardz, the essential JSF cheat sheet.  Get it now! 

0 replies - 4779 views - 09/14/08 by Jill Tomich in News

Rest With Rails Part 2 : Serving XML, JSON and Atom

In part 1 of REST with Rails we had an introduction to creating RestFull services with Rails. In this article we will be looking into serving this content...

0 replies - 14123 views - 09/09/08 by Schalk Neethling in News

PHP bad practice: the use of extract()

Working with complex data structures in PHP requires the use of associative arrays. Even PHP classes are an extension of this concept. There are always...

1 replies - 2978 views - 09/09/08 by Robert Enyedi in News