Friday, May 26, 2006
Saturday, April 09, 2005
Feed Bags
I just heard that term used in two different contexts within the same day.
The first context was a "new dad bootcamp" program offered by the local hospital. They referred to my wife as a feed bag.
The second context was the lawn fertilizer I bought for my yard.
Having a baby and fertilizing my yard are both brand new experiences for me. Since they were both new things, I guess was keen towards the new lingo. Feed bag wife. That's new. I'd heard about fertilizer before.
The first context was a "new dad bootcamp" program offered by the local hospital. They referred to my wife as a feed bag.
The second context was the lawn fertilizer I bought for my yard.
Having a baby and fertilizing my yard are both brand new experiences for me. Since they were both new things, I guess was keen towards the new lingo. Feed bag wife. That's new. I'd heard about fertilizer before.
Sunday, March 06, 2005
toXml( String schemaLocation )?
It's easy to design wsdl from scratch. It's not so easy to define wsdl against an existing model. A standard Object api in which webservice layers can use to build messages would be nice.
Document toXml( String schemaLocation ){
//factory that uses an extensible set of xml
//producers
return DomFactory.produceXml( this, schemaLocation );
}
Document toXml( String schemaLocation ){
//factory that uses an extensible set of xml
//producers
return DomFactory.produceXml( this, schemaLocation );
}

