<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.1" -->
<rss version="0.92">
<channel>
	<title>webcaching.guerrerotome.com</title>
	<link>http://webcaching.guerrerotome.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 22 Feb 2010 10:37:44 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How to start OAS Cache in linux</title>
		<description>ORACLE_HOME=/home/carlos/OraHome_1/
export ORACLE_HOME
sudo /home/carlos/OraHome_1/bin/webcachects start </description>
		<link>http://webcaching.guerrerotome.com/?p=125</link>
			</item>
	<item>
		<title>Configuring a proxy cache on OAScache 10g</title>
		<description>1. Select the port where the cache is listening.

2. Set up the origin servers. The origin servers is where the applications are installed
guerrero.uib.es / 80 / ENABLE / 100 / 5/ - / 10 / HTTP

3. Site definition. The configuration on the cache of a concrete "web site". It will ...</description>
		<link>http://webcaching.guerrerotome.com/?p=120</link>
			</item>
	<item>
		<title>How to install Oracle Application Server Cache 10g on Ubuntu systems</title>
		<description>From:http://ubuntuforums.org/showthread.php?t=173639

Proved on Kubuntu 9.10
HowTo: Install Oracle Application Server CACHE 10g Release 2
 
1. Create an 'oracle' user and 'oracle' group.
2. For user 'oracle' add 'root' to secondary list of groups
3. 

Code:
sudo chmod 775 /opt

4. Log out and log back in as oracle user
5. To fix a missing 'ntcontab.o', do the ...</description>
		<link>http://webcaching.guerrerotome.com/?p=118</link>
			</item>
	<item>
		<title>Gmail is faster thanks to Steve Souders</title>
		<description>Extracted from: http://google.dirson.com/post/3986-gmail-rapido-steve-souders/

Desde hace unos días, los usuarios del servicio de correo Gmail están viendo cómo las páginas cargan más rápido que antes, debido a los cambios que han llevado a cabo sus ingenieros. Según se afirma en este post oficial, han estado analizando las peticiones HTTP que se estaban ...</description>
		<link>http://webcaching.guerrerotome.com/?p=116</link>
			</item>
	<item>
		<title>Java: get the value of a parameter which name is in a string</title>
		<description>I got this exemple to understand it:

import java.awt.Rectangle;
import java.lang.reflect.Field;

public class SampleGet {

public static void main(String[] args) {
Rectangle r = new Rectangle(100, 325);
printHeight(r);

}

static void printHeight(Rectangle r) {
Field heightField;
Integer heightValue;
Class c = r.getClass();
try {
heightField = c.getField("height");
heightValue = (Integer) heightField.get(r);
System.out.println("Height: " + heightValue.toString());
} catch (NoSuchFieldException e) {
System.out.println(e);
} catch (SecurityException e) {
System.out.println(e);
} catch (IllegalAccessException ...</description>
		<link>http://webcaching.guerrerotome.com/?p=114</link>
			</item>
	<item>
		<title>HTTP Headers in a ESI web page</title>
		<description>From: http://download.oracle.com/docs/cd/B15897_01/caching.1012/b14046/esi.htm

Skip Headers



Oracle® Application Server Web Cache Administrator's Guide 
10g Release 2 (10.1.2) 
Part No. B14046-01






Home

Solution Area

Contents

Index









 
Previous
 
Next






16  Edge Side Includes (ESI) Language Tags
This chapter describes the Edge Side Includes (ESI) tags provided for content assembly of dynamic fragments.

This chapter contains these topics:

	Overview of ESI
	ESI Tag Descriptions



Overview of ...</description>
		<link>http://webcaching.guerrerotome.com/?p=112</link>
			</item>
	<item>
		<title>La ciencia española no necesita tijeras</title>
		<description> </description>
		<link>http://webcaching.guerrerotome.com/?p=110</link>
			</item>
	<item>
		<title>Web cache traces and tools</title>
		<description>Cited from: www.web-caching.com

Rhinosoft's AllegroSurf provides  proxies for various protocols, including HTTP, and provides prefetching  of page links.

Anonimizer provides anonymous web services including browsing, email, and publishing.

The Apache HTTP  server has a caching module.

Kintronics offers the  plug and play  Avantis ContentCache proxy appliance, supporting remote  ...</description>
		<link>http://webcaching.guerrerotome.com/?p=108</link>
			</item>
	<item>
		<title>Sites to improve your English</title>
		<description>Extracted from: http://www.smashingmagazine.com/2009/06/28/50-free-resources-that-will-improve-your-writing-skills/

Effective writing skills are to a writer what petrol is to a car. Like the petrol and car relationship, without solid skills writers cannot move ahead. These skills don’t come overnight, and they require patience and determination. You have to work smart and hard to acquire them. Only with ...</description>
		<link>http://webcaching.guerrerotome.com/?p=106</link>
			</item>
	<item>
		<title>Generic classes in Java</title>
		<description>For my case I need a generic type for a private object created in the constructor of the class.

public class Matrix &#60;T&#62;{
private T [][] dataMatrix;

public Matrix (int nNew, int mNew){
dataMatrix = (T[][]) new Object[n][m];
}

}

If I need to use the same Generic Class in some variable definition in other method I ...</description>
		<link>http://webcaching.guerrerotome.com/?p=104</link>
			</item>
</channel>
</rss>
