IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Naked Objects
there was a link to this [link|http://www.nakedobjects.org/|site] from [link|http://www.theserverside.com/articles/article.jsp?l=NakedObjectSeries_1|The ServerSide.com]. It really struck a chord with me. Basically, they claim that objects should be behaviorally complete meaning that any functionality required of a customer for example, (such as the ability to communicate with that customer, to authenticate the customer when they call, or evaluate their credit risk) must be implemented as methods on the Customer object. I started with Smalltalk and this should strike a chord with every Smalltalker. What bothered me about J2EE (and still bothers me) is the separation of objects so that you have session beans which are verbs and entity beans which are nouns. In fact, all the current frameworks in vogue do this, there is a seprate controller layer which has significant business logic in addition to the domain objects. What happens is that the domain objects become little more then glorified structs to hold data.
New Check out MorphicWrappers in Squeak
Takes direct manipulation to extreme.




"I believe that many of the systems we build today in Java would be better built in Smalltalk and Gemstone."

     -- Martin Fowler, JAOO 2003
New Yes, they actually talk about that in the book
     Naked Objects - (bluke) - (2)
         Check out MorphicWrappers in Squeak - (tuberculosis) - (1)
             Yes, they actually talk about that in the book -NT - (bluke)

Houston, we have a problem.
46 ms