My Blog

All about my activities, Ideas and everything.

Month: April, 2008

My little example of Aspect-Oriented Programming

I have been reading the SpringFramework for like 2 days and AOP. I just want to give out an example of AOP. I don’t want to use and technical words, such as Point-cut, or advice, etc, because It’s too hard to define those words for me. ^_^ I will present the easiest example. If developers [...]

Tutorial : AOP (Aspect-oriented Programming)

Last night, I was amazed by Spring Framework, I have been reading this book for four hours and I ended up with AOP. I would like to summary my thoughts through this website. I will come back and write again this evening. However, I cannot, in the name of god, explain these definitions better than [...]

Tutorial : Struts version 1 in action

From the previous chapter, I wrote about how to build an EJB from scratch. This topic, I will be presenting how to combine struts version 1 with the previous topic. First, we need the latest struts version 1. Actually, I wanted to write about struts2, but I don’t have enough energy to do that, because [...]