Composite entity pattern: Difference between revisions

Content deleted Content added
Sample code: format code
m change source to syntaxhighlight
Line 28:
==Sample code==
Sample code for a Professional Service Automation application (PSA) in which the resource object is implemented via composite entity pattern, may look like as follows (entity implements coarse-grained object):
<sourcesyntaxhighlight lang="java">
package corepatterns.apps.psa.ejb;
 
Line 271:
 
}
</sourcesyntaxhighlight><ref name=":o_cjp"/>
 
==See also==