Objekt Orient | |
There are unknown knowns. |
status
Youre not logged in ... Login
menu
search
calendar
recent updates
Goodbye Antville, hello Blogspot Its
time to move! Antville is a symatic community but I'm...
by rolandk (11/8/08, 4:00 PM)
SOA at Deutsche Post Deutsche
Post is THE company which implemented SOA the first time,...
by rolandk (11/4/08, 2:59 PM)
The model and the architecture
Hypothesis: Since infrastucture code is not part of the domain...
by rolandk (10/17/08, 1:24 PM)
Hope joost does it right
this time It's the content, stupid http://www.joost.com/home?playNow=33l83ke#id=33l83ke
by rolandk (10/14/08, 1:00 PM)
Siri Bringing AI to the
interface. I'm sceptical http://news.cnet.com/8301-17939_109-10065136-2.html
by rolandk (10/14/08, 9:47 AM)
Generative Sequencing is what MDSD
gives to the Pattern Movement Look what I've found: A...
by rolandk (10/12/08, 12:48 PM)
A thought on MDSD Christoper
Alexander—The pattern language that we began creating in the 1970s...
by rolandk (10/10/08, 6:09 PM)
Fresh and inspiring as a
hill in the morning mist. Nasim Taleb explains the...
by rolandk (9/30/08, 9:23 PM)
Roland Kofler's Blog on Software Engineering on |
Sunday, 20. April 2008
I want my OSGi Sunday, April 20, 2008 at 11:46:43 AM Central European Summer Time
The whole OSGi movement is highly interesting. I recently investigated more into Component Orientation, reading an old book by Clemens Szyperski. Before I can understand SOA, first I must understand their basis: components.
Feature driven approaches always deny the use of modularization. They argue that the cost to develop reusable components beat the long-term benefit of reuse. Therefore you should develop only the features you need in an agile manner, without caring for later reuse. That's great in the first iterations. Without de-composing your architecture the maintainance costs will explode in the following years. What you have to do is to plan your dependencies, your boundaries and gather similar functionalies at one place. So feature driven may turn out a legend. In the end you need to turn your code into components.
UPDATE: "the problem with java is that is has no modularity". Word! it-republik.de ... link |