
This is pretty wicked! Damn Shiny!
Cost about $20-$30. Would make an awesome gift for
Will order from a friend coming home from HK this Christmas. Dexter order na! :)
kidnox
- the kid within...




My blog is worth $4,516.32.
How much is your blog worth?
package com.mobileindie.spring.utils;
import org.springframework.beans.factory.aspectj.AbstractBeanConfigurerAspect;
import org.springframework.beans.factory.wiring.ClassNameBeanWiringInfoResolver;
public aspect DomainObjectConfiguration extends AbstractBeanConfigurerAspect {
public DomainObjectConfiguration() {
setBeanWiringInfoResolver(new ClassNameBeanWiringInfoResolver());
}
// the creation of a new bean (any object in the domain model)
protected pointcut beanCreation(Object beanInstance) :
initialization(com.mobileindie.domains..new(..)) &&
this(beanInstance);
}





| Akamaru is a simple, but fun, physics engine prototype. It's named after the super awesome ninja dog, Akamaru, from the Naruto anime and based on the article Advanced Character Physics by Thomas Jakobsen on Verlet integration. Pretty fun and shiny! Another nice justification to those idle GPU's. Go GNOME! | |
