I'm playing around with combining different technologies for a new project, and I thought I'd explore ways to use Smartclient within Spring Boot or Grails 3 (which is based on Spring Boot) and I want to use your SQLDataSource.
However, I can't figure out how to get web.xml supported. The documentation here http://docs.grails.org/3.2.x/guide/u...#upgradingApps this seems to say I can just put (basically) everything from smartclientRuntime into src/main/webapp and it'll find my web.xml, however, that doesn’t seem to be working for me (Smartclient gives me a popup saying the DataSourceLoader servlet is not installed). I don’t know yet whether something is misconfigured or if this can’t work. The documentation here https://docs.spring.io/spring-boot/d...to-spring-boot indicates that the way to convert is through source code (i.e., the @Bean annotation), however, it’s unclear to me whether converting web.xml is necessarily or only recommended. One way or another, it looks like this integration could work although it’s unclear to me what’s my easiest approach.
Do you currently support Spring Boot / Grails (the documentation of yours that I found didn’t seem entirely relevant) or have any advice about how to integrate them?
However, I can't figure out how to get web.xml supported. The documentation here http://docs.grails.org/3.2.x/guide/u...#upgradingApps this seems to say I can just put (basically) everything from smartclientRuntime into src/main/webapp and it'll find my web.xml, however, that doesn’t seem to be working for me (Smartclient gives me a popup saying the DataSourceLoader servlet is not installed). I don’t know yet whether something is misconfigured or if this can’t work. The documentation here https://docs.spring.io/spring-boot/d...to-spring-boot indicates that the way to convert is through source code (i.e., the @Bean annotation), however, it’s unclear to me whether converting web.xml is necessarily or only recommended. One way or another, it looks like this integration could work although it’s unclear to me what’s my easiest approach.
Do you currently support Spring Boot / Grails (the documentation of yours that I found didn’t seem entirely relevant) or have any advice about how to integrate them?
Comment