Data Context Interaction (DCI) in Java
DCI is an emerging user interaction pattern that has many benefits over traditional MVC. This video by Rickard Oberg shows how to implement such a pattern in plain Java as well as with Qi4J, an emerging composite-oriented programming framework. Focusing on interactions and context helps create atomic objects directly mapped to user actions. This greatly helps testing and system evolution. Potential good practice for our agile projects? Are these approaches are also emerging in other technologies? Ruby? .Net? Scala?



