• Icon: Feature Request Feature Request
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • None
    • Tools
    • None

      As a app developer, I'd like to spin up a teiid/JDV application with all client-side dependencies
      without needing to use an IDE.

      Currently, most of the TEiid resources and videos are based on IDE features, bootstrapping teiid on the local machine.

      Ideally, we might host a simple Teiid server that can run in a dockerfile with sample data, along side a gradle runnable file.

            [TEIID-4234] Gradle blueprint

            Marking as resolved.

            Steven Hawkins added a comment - Marking as resolved.

            Unless there is more input as to what is expected, I propose we close this as Won't Fix/ Differed

            Ramesh Reddy added a comment - Unless there is more input as to what is expected, I propose we close this as Won't Fix/ Differed

            Ramesh Reddy added a comment - - edited

            jayunit100_jira Per TEIID-4094 the JDBC driver can be accessed using maven config as

            <dependency>
              <groupId>org.jboss.teiid</groupId>
              <artifactId>teiid</artifactId>
              <version>9.0</version>
              <classifier>jdbc</classifier>
            </dependency>
            

            would that suffice this requirement? This documented at https://teiid.gitbooks.io/documents/content/client-dev/Connecting_to_a_Teiid_Server.html

            Ramesh Reddy added a comment - - edited jayunit100_jira Per TEIID-4094 the JDBC driver can be accessed using maven config as <dependency> <groupId>org.jboss.teiid</groupId> <artifactId>teiid</artifactId> <version>9.0</version> <classifier>jdbc</classifier> </dependency> would that suffice this requirement? This documented at https://teiid.gitbooks.io/documents/content/client-dev/Connecting_to_a_Teiid_Server.html

            We'll investigate this for 9.0/9.x. Are you referring to https://issues.jboss.org/browse/TEIID-4094 about the JDBC driver? It would good to have as much explanation as possible as to the issues that you saw as they can be addressed individually as well.

            Steven Hawkins added a comment - We'll investigate this for 9.0/9.x. Are you referring to https://issues.jboss.org/browse/TEIID-4094 about the JDBC driver? It would good to have as much explanation as possible as to the issues that you saw as they can be addressed individually as well.

            attached build.gradle file that i propose as the basis for something like this.

            jay vyas (Inactive) added a comment - attached build.gradle file that i propose as the basis for something like this.

            jay vyas (Inactive) added a comment - - edited

            Example of what i built to solve this problem. In particular it was tricky to find the right maven deps combination (Teeid jdbc driver is hidden and there are transitive red hat deps that can trip things up).

            If we publish this alongside a simple teiid server dockerfile, it would be a really natural experience for attracting java app developers to the data virt community.

            the source code isnt attached for the java parts, because after all that is pretty easy to write (class.ForName the teiid driver and issue a sql query).

            jay vyas (Inactive) added a comment - - edited Example of what i built to solve this problem. In particular it was tricky to find the right maven deps combination (Teeid jdbc driver is hidden and there are transitive red hat deps that can trip things up). If we publish this alongside a simple teiid server dockerfile, it would be a really natural experience for attracting java app developers to the data virt community. the source code isnt attached for the java parts, because after all that is pretty easy to write (class.ForName the teiid driver and issue a sql query).

              Unassigned Unassigned
              jayunit100_jira jay vyas (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: