What is the best approach or technologies for java web based applications in Spring , hibernate ,EJB 3.0 ,JPA ,Jboss . I want to make a project . What is the best combination of these ? Whether I use Spring+hibernate+JBOSS+JPA or Spring+hibernate+EJB3.0+JBOSS+JPA . Help me out here . I also want to use maven in my project .
This question is opinion based so I'm going to give you my opinion :).
Go for using Spring Boot. It boostraps your project with basic configurations based on what dependencies you have in your classpath (or imported with Maven) and what types of Spring beans you use.
For example
Take a look at the reference documentation and take a look at the Starter POMS and read what default configurations it provides and how you can override them.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With