Tim West's Development Bookmarks

Bookmarks | Network | Tags | Subscriptions

See all Development bookmarks in Popular or Recent.

Save a new bookmark Tag options
View as cloud | list Sort by alpha | count Show tags used
at least: 1, 2, 5 times

Learn about options

tim_west
79 Bookmarks

Add tim_west to your Network?

What is a Network? HIDE

Your network connects you to other Delicious users - friends, family, even new people you run across while exploring Delicious. You can add people to your network and keep track of their latest bookmarks right here. And when you save new bookmarks, you can share them with people in your network simply by clicking on a username.

Learn more about using your network.


04 NOV 08

Atlassian Developer Blog - Performance testing with JMeter SAVE

PEOPLE
This is the first in a series of blog posts aimed at documenting whats involved in setting up a performance test harness from scratch. In my next post, I will show how to deploy these performance tests using Maven 2 and how to automate the process using Bamboo
TAGS
21 OCT 08

Coding Horror: Preventing CSRF and XSRF Attacks SAVE

PEOPLE
CSRF vulnerabilities occur when a website allows an authenticated user to perform a sensitive action but does not verify that the user herself is invoking that action. The key to understanding CSRF attacks is to recognize that websites typically don't verify that a request came from an authorized user. Instead they verify only that the request came from the browser of an authorized user. Because browsers run code sent by multiple sites, there is a danger that one site will (unbeknownst to the user) send a request to a second site, and the second site will mistakenly think that the user authorized the request.
TAGS
12 OCT 08

Keith Chapman's Blog: Apache Axis2 Tips and Tricks SAVE

PEOPLE
Recently I've been blogging extensively on some tips and tricks related to Apache Axis2...
TAGS
06 OCT 08

Best Practices for Exception Handling | O'Reilly Media SAVE

PEOPLE
If the client can take some alternate action to recover from the exception, make it a checked exception...Moreover, prefer unchecked exceptions for all programming errors. Never let implementation-specific checked exceptions escalate to the higher layers.
TAGS
08 SEP 08

java.net: Invoking Web Services using Apache Axis2 SAVE

PEOPLE
This document is mainly focused on Axis2 client-related technologies and their usage. At the end this article, you should understand the key terminologies and concepts, and most importantly how to use Axis2 client for your SOA applications.
TAGS

Get the most out of XML processing with AXIOM SAVE

PEOPLE
In this article, software architect and AXIOM pioneer Eran Chinthaka gives you an overview of this new approach to XML processing.
TAGS
03 SEP 08

Axis2 - bundling apps inside a WAR SAVE

PEOPLE
Company B has a Web application and now they want to expose some of the business logic as web services to 3rd-party companies. For easy maintenance and convenience, Axis2 has to be bundled within the same WAR file.
TAGS

Goodbye mod_jk hello mod_proxy - using mod_proxy_balancer for load balancing SAVE

PEOPLE
The most recent Apache comes with mod_proxy, mod_proxy_balancer and mod_proxy_ajp, which do everything I used mod_jk to do.
TAGS
02 SEP 08

Load balancing with mod_proxy - Cocoon Wiki SAVE

PEOPLE
It came out recently on infrastructure at apache dot org a little "joke" about mod_jk versus mod_proxy, which is better, and so on...
TAGS

Running JSP Through Apache with mod_proxy_ajp or mod_jk2 - RimuHosting SAVE

PEOPLE
Accessing Tomcat on Port 80: From example.com:8080 to example.com. By default Tomcat and JBoss run on port 8080. So your Tomcat urls look like http://example.com:8080/index.jsp. There are a few ways ways you can access Tomcat webapps on the regular port 80 so that you do not need the port number in the URL.
TAGS
RSS feed for these Bookmarks All Rights Reserved

Showing 10  bookmarks per page