This post originated from an RSS feed registered with Java Buzz
by Franco Martinig.
Original Post: Moving Beyond Java Objects
Feed Title: Java Software Development Videos and Tutorials Directory
Feed URL: http://www.java-tv.com/feed/
Feed Description: Java-TV.com is a directory of videos, interviews and tutorials focused on software development activities with the Java programming language.
What could be more progressive than abandoning the idea of Java objects? Ok, that is a stretch. We can still develop in conventional Java, but what if the language bindings are part of the problem? What happens if we abstract the level of coupling between systems or even layers of a system? It sounds cool, but it must perform dreadfully, right?
If we move away from thinking about code and think instead about information, all manner of cool architectural features manifest themselves. Our software can become more loosely-coupled, flexible, dynamic, cacheable, ...