Interface naming in Java - Stack Overflow - 0 views
-
interfaces define
-
capabilities
-
this is one sensible interface naming option, if the interface encapsulates a cohesive set of behaviors and yes, compared to blindly following the meaningless I+ convention, it requires some thought, but thinking of an appropriate name also forces you to (re)consider the interface's primary responsibility and how it fits into the overall design imho, a class diagram for a domain model should be almost fluently readable english
-
-
not types
- ...16 more annotations...
EP1 - DMM - US9 - DMS application (shell) similar to ECM - Projects - Confluence - 0 views
-
full-screen
-
path + "DMM_APPLICATION.html"
Implementing the Builder Pattern using the Bean Validation API - Musings of a Programmi... - 0 views
-
invariants
-
customer's last name must not be null
-
must be between 3 and 80 characters long
- ...23 more annotations...
The Vision of the Agile Data Method - 0 views
-
The Vision of the Agile Data Method
It's Not Just Standing Up: Patterns for Daily Standup Meetings - 0 views
-
stand-up meeting should
-
give energy
-
not take it
- ...11 more annotations...
From Spring to Java EE 6 - Java Code Geeks - 1 views
-
prototyped application was designed as a standalone pure Spring applicatio
-
Spring v3
-
analyzed the interest of switching to a Java EE 6
- ...9 more annotations...
Raible Designs | Java - 0 views
http://google-styleguide.googlecode.com/svn/trunk/xmlstyle.html - 0 views
-
This document provides a set of guidelines for general use when designing new XML document formats
Enterprise Architect - Resources - Model Driven Generation (MDG) Technologies - 0 views
-
Model Driven Generation (MDG) Technologies
-
MDG Technologies allow users to extend Enterprise Architect's modeling capabilities to specific domains and notations. MDG Technologies seamlessly plug into Enterprise Architect to provide additional toolboxes, UML profiles, patterns, templates and other modeling resources.
-
Free MDG Technology downloads for Enterprise Architect:
- ...12 more annotations...
Composite pattern - Wikipedia, the free encyclopedia - 0 views
-
Motivation
-
tree-structured data
-
interface that allows treating complex and primitive objects uniformly
- ...3 more annotations...
Data Source Configuration in AS 7 | JBoss AS 7 | JBoss Community - 0 views
-
Data Source Configuration in AS 7
-
Using @DataSourceDefinition to configure a DataSource
-
This annotation requires that a data source implementation class (generally from a JDBC driver JAR) be present on the class path (either by including it in your application, or deploying it as a top-level JAR and referring to it via MANIFEST.MF's Class-Path attribute) and be named explicitly.
- ...21 more annotations...
« First
‹ Previous
41 - 60 of 74
Next ›
Showing 20▼ items per page