Place Types
Group items matching
in title, tags, annotations or url
34More
Supported Place Types - Google Places API (Experimental) - Google Developers - 0 views
- ...30 more annotations...
-
but not when adding a Place
1More
shared by kuni katsuya on 14 Dec 12
- No Cached
3 simple steps to Ubiquitous Language - Invisible to the eye - 0 views
www.giorgiosironi.com/...ps-to-ubiquitous-language.html
DDD DomainDrivenDesign DomainModel UbiquitousLanguage

14More
12 Tips On JPA Domain Modelling - With Existing Database - Thinking In Structs Not Obje... - 0 views
-
think in structs. Try to as frictionless as possible export/generate the JPA-entities from the existing database
- ...10 more annotations...
-
If the JPA entities still do not look right, try to apply some JPA tricks like mapping a JPA-entity to several tables, or even map JPA-entities to DB-views, to improve the situation
-
Rename the classes into some more meaningful. The attribute, class names are in general everything but not fluent
-
- With Existing Database -
15More
15 Tips on JPA Rich Domain Modelling - Thinking In Objects - Not Mappings [For Greenfie... - 0 views
-
Try to identify concepts and abstractions from the target domain. Use them as candidates for entities.
- ...10 more annotations...
-
-
Let the tool (JPA-provider) generate the DDL