http

  • submit to reddit

Defining a RESTful Framework

Web application frameworks have varying support for the concepts behind Representational State Transfer (REST). Most web application frameworks, if not...

1 replies - 8141 views - 03/02/12 by Bradley Holt in Articles

Are Google Analytics Cookies Slowing Down the Internet?

Eduardo Cereto has some concerns about the possibility of Google Analytics cookies slowing down the sites that use the web app (which obviously includes...

5 replies - 6973 views - 01/13/12 by Eric Genesky in News

Avoiding HTTP 500 Error while Clustering Solr with mod_jk

We’ve extended our previously single Solr-node to a few nodes in a cluster. This allows us to run queries against one node while updating or configuring...

1 replies - 4435 views - 09/01/11 by Mats Lindh in News

Month Day Year Smart Dropdowns

3 replies - 8934 views - 08/21/11 by Snippets Manager in Uncategorized

CSS Rounded Corners

1 replies - 6937 views - 02/01/11 by Snippets Manager in Uncategorized

Php Xml Parser

0 replies - 7230 views - 01/17/11 by Snippets Manager in Uncategorized

HTTP connection + HTTP Authenticacion + Proxy + SSL

Many times during your life as a java developer, you will face the situation of retrieving some resources using an HTTP connection. At first, it will seem...

2 replies - 13999 views - 12/09/10 by Daniel Pecos in Articles

AsyncHttpClient 1.4.0 released

CHANGES Digest: Request/ResponseFilter TransferListener Apache HttpClient Support - if you can't use Netty (which is still the recommended...

0 replies - 2979 views - 11/17/10 by Jörg Buchberger in Announcements

Get Remote Filesize (HTTP HEAD)

0 replies - 2415 views - 11/16/10 by Snippets Manager in Uncategorized

Force Mechanize To Return HTTP Success When Condition Is Met In Ruby

0 replies - 2692 views - 08/15/10 by Lance Pollard in Uncategorized

How To Install Node.js On A Mac

Simple commands for installing node.js on Mac OS X via a git clone.  Check it out!

2 replies - 2244 views - 08/10/10 by Lance Pollard in Uncategorized

130 Lines Web Server

0 replies - 2035 views - 07/27/10 by Snippets Manager in Uncategorized

The absolute minimum you'll ever have to know about session persistence on the web

What is the definition of session persistence? For instance, it means recognizing an user as the same one that has compiled a login form before. Technically...

7 replies - 24096 views - 07/15/10 by Giorgio Sironi in Articles

OSGi and servlets can work together

OSGi is the emerging Java platform, and a surefire architectural solution to avoid the infamous Jar hell during the development of Java applications.Web...

0 replies - 11140 views - 06/01/10 by Giorgio Sironi in Articles

From HTTP to ESB - JBossESB 4.7's New Servlet based HTTP Gateway

One of the primary functions performed by JBossESB is the routing of messages between services. (Remember that, on an ESB, everything is either a message or...

2 replies - 16962 views - 02/24/10 by Len DiMaggio in News