Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Code generator for spring mvc and hibernate

I have been working in php frameworks like symfony where they have code generators or CLI tools to generate codes like forms, models. In ORM like propel, doctrine, they have cli tools to generate all the DBA models of database tables.

Are there any such code generators in spring mvc framework and Hibernate framework ? I am working windows platform

like image 229
sonam Avatar asked Sep 09 '12 01:09

sonam


People also ask

Can we use Hibernate with spring MVC?

We can simply integrate hibernate application with spring application. In hibernate framework, we provide all the database information hibernate. cfg. xml file.

Can we use Hibernate with Spring Boot?

As their names suggest, these are the starting dependencies in Spring Boot. This dependency includes JPA API, JPA Implementation, JDBC, and the other necessary libraries. Since the default JPA implementation is Hibernate, this dependency is actually enough to bring it in as well.

Can we create MVC in Spring Boot?

Yes, you can use Spring MVC with Spring Boot. To create and run a Spring MVC web application in spring boot, you need to add the spring-boot-starter dependency in your pom. xml file.


1 Answers

Please consider using Spring Roo.

like image 186
Yair Zaslavsky Avatar answered Sep 21 '22 10:09

Yair Zaslavsky