Our application is getting upgraded to JSF2.3, running on tomcat 10 with Jboss weld (CDI 4.0). We have extensive use of spring jdbcTemplate for persistence, we are not in a position to replace it immediately.
- Please suggest a way to integrate spring beans with CDI ? this is priority-1
- I understand JPA, in place of spring jdbc is an alternative but cannot be done considering size and complexity. Any other light weight framework that works with CDI here?
Any utility, extension to integrate spring with CDI 4.0 with spring, will help? and for long term i am looking for a persistence framework like jdbctemplate.