So, I have a spring mvc application, and I notice that there is a dedicated repetitive code multiplier (I'm new to java / spring).
Each time I create a new object, I need to create the following files:
Entity EntityDao EntityDaoImpl EntityService EntityServiceImpl
All files except the Entity.java file (for example, User.java or Product.java, etc.) can be generated to a large extent automatically.
Is there anything that can help generate these files (in the right folders)?
java spring intellij-idea
codecompleting Nov 15 '11 at 20:48 2011-11-15 20:48
source share