andriyboychenko / spring-proj-template-no-xml

reference of how to configure Spring project via annotations - maven, spring, mvc, hibernate, ejb, di, internationalization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Project Template (annotation based)

This project template is exactly the same as this one, but instead of XML configurations uses annotations

  • Spring MVC with REST service
  • Hibernate HSQL database connection
  • Internationalization based on the database MessageSource
  • Dependency Injection
  • EJB Startup Bean

To run this application, install Jboss AS 7.1.1 and modify deploy-script.bat if necessary.

About

reference of how to configure Spring project via annotations - maven, spring, mvc, hibernate, ejb, di, internationalization


Languages

Language:Java 98.2%Language:Batchfile 1.8%