Skip to content

Instantly share code, notes, and snippets.

@williamboxhall
Created November 18, 2012 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save williamboxhall/4103234 to your computer and use it in GitHub Desktop.
Save williamboxhall/4103234 to your computer and use it in GitHub Desktop.
app
core
src/main/java/org/example
presentation
ValidationDto
ValidationJSONConverter
ValidationHandlerExceptionResolver
infrastructure
EnrichedReadWriteHibernateRepository
SessionFactoryFactory
src/main/resources
spring
rest.xml (scans in controllers)
application.xml (scans in everything else, sets up TX, calls other xmls)
hibernate.xml
grepo.xml
validation.xml
src/main/webapp
WEB-INF
web.xml
directory
src/main/java/org/example
presentation
UserController
application
UserService
domain
User
UserRepository
pies
src/main/java/org/example
presentation
PieController
application
PieService
domain
Pie
Chef
PieRepository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment