Java Virtal Machine.net

[ News ] rss

March 17, 2010

Using JSF 2.x on Tomcat 6.x.. If you want to use JSF 2.x on a Tomcat 6.x server you have 2 options, see this short article.

More »

March 17, 2010

Declarative Hyperlinking Enhancements. I've spent some time fleshing out the code in the experimental declarative hyperlinking module I blogged about earlier. In that earlier entry I showed how you could use the new @Link annotation with existing URI templates either explicitly like ...

More »

March/2010
SunMonTueWedThuFriSat
 1 2 3 4 56
7 8 9 10 11 12 13
1415 16 17 18 1920
21222324252627
28293031   

[ Archives News
for 'Java Technology' ]

home > news > java technology > separating concerns and advising domain objects

Separating Concerns and Advising Domain Objects

The problem with "separating concerns," as object-oriented programming compels you to do, is that some concerns are shared by many objects. Straightforward approaches, like coding those concerns everywhere theyre needed, fly in the face of encapsulation. There are ways around the problem, but as Eric Batzdorff points out, some work better for one or few objects than for many.


Date: January, 30 2007
Url: http://today.java.net/pub/a/today/2007/01/30/separating-concerns-and-advising-domain-objects.html


Others News

Leave a Reply

Name (required)
Mail (will not be published) (required)
Website
You don't see letters?

Enter the code shown above (required)


Related

©2002-2008Java-Virtual-Machine.net