Messing around with Spring.
authorgumartinm <gu.martinm@gmail.com>
Wed, 9 Nov 2011 15:07:18 +0000 (16:07 +0100)
committergumartinm <gu.martinm@gmail.com>
Wed, 9 Nov 2011 15:07:18 +0000 (16:07 +0100)
commit4ab5e132e1e85d676c0d8e34b15365b18c7a2207
tree21cf37c51cfd13b32c92ae41fa24d7434db3da74
parent4ec7ea882c2c211a43b40fbadfefb9760681f3a9
Messing around with Spring.
Annotations handler and programming with Aspects.
Could be useful or not, but at least it seems interesting.
24 files changed:
AndroidTetris/AndroidManifest.xml
AndroidTetris/src/de/android/androidtetris/DrawView.java
SpringJava/AnnotationsCustomHandler/custom-annotations-implementation/pom.xml [new file with mode: 0644]
SpringJava/AnnotationsCustomHandler/custom-annotations-implementation/src/main/java/es/dia/pos/n2a/aspectj/annotations/AnnotationsHandler.java [new file with mode: 0644]
SpringJava/AnnotationsCustomHandler/custom-annotations-implementation/src/main/java/es/dia/pos/n2a/aspectj/annotations/AspectHandler.java [new file with mode: 0644]
SpringJava/AnnotationsCustomHandler/custom-annotations-implementation/src/main/java/es/dia/pos/n2a/aspectj/annotations/Prueba.java [new file with mode: 0644]
SpringJava/AnnotationsCustomHandler/custom-annotations-implementation/src/main/java/es/dia/pos/n2a/aspectj/annotations/SpringContextLocator.java [new file with mode: 0644]
SpringJava/AnnotationsCustomHandler/custom-annotations-implementation/src/main/java/es/dia/pos/n2a/aspectj/annotations/SpringStart.java [new file with mode: 0644]
SpringJava/AnnotationsCustomHandler/custom-annotations-implementation/src/main/java/es/dia/pos/n2a/aspectj/annotations/TransactionManagerN2A.java [new file with mode: 0644]
SpringJava/AnnotationsCustomHandler/custom-annotations-implementation/src/main/java/es/dia/pos/n2a/aspectj/annotations/TransactionalN2A.java [new file with mode: 0644]
SpringJava/AnnotationsCustomHandler/custom-annotations-implementation/src/main/resources/aop.xml [new file with mode: 0644]
SpringJava/AnnotationsCustomHandler/custom-annotations-implementation/src/main/resources/spring-config.xml [new file with mode: 0644]
SpringJava/AnnotationsCustomHandler/pom.xml [new file with mode: 0644]
SpringJava/SpringAspectJ/pom.xml [new file with mode: 0644]
SpringJava/SpringAspectJ/spring-aspectj-example/pom.xml [new file with mode: 0644]
SpringJava/SpringAspectJ/spring-aspectj-example/src/main/java/es/dia/pos/n2a/aspectj/annotations/AnnotationsHandler.java [new file with mode: 0644]
SpringJava/SpringAspectJ/spring-aspectj-example/src/main/java/es/dia/pos/n2a/aspectj/annotations/AspectHandler.java [new file with mode: 0644]
SpringJava/SpringAspectJ/spring-aspectj-example/src/main/java/es/dia/pos/n2a/aspectj/annotations/Prueba.java [new file with mode: 0644]
SpringJava/SpringAspectJ/spring-aspectj-example/src/main/java/es/dia/pos/n2a/aspectj/annotations/SpringContextLocator.java [new file with mode: 0644]
SpringJava/SpringAspectJ/spring-aspectj-example/src/main/java/es/dia/pos/n2a/aspectj/annotations/SpringStart.java [new file with mode: 0644]
SpringJava/SpringAspectJ/spring-aspectj-example/src/main/java/es/dia/pos/n2a/aspectj/annotations/TransactionManagerN2A.java [new file with mode: 0644]
SpringJava/SpringAspectJ/spring-aspectj-example/src/main/java/es/dia/pos/n2a/aspectj/annotations/TransactionalN2A.java [new file with mode: 0644]
SpringJava/SpringAspectJ/spring-aspectj-example/src/main/resources/aop.xml [new file with mode: 0644]
SpringJava/SpringAspectJ/spring-aspectj-example/src/main/resources/spring-config.xml [new file with mode: 0644]