On Nov 22, 2020, at 9:58 AM, David P <oce...@gmail.com> wrote:
I would like to create a template that would generate the GUI in addition to the database calls. Unfortunately, I don't see instructions or an example of how to.
Can someone let me know where I can find some? I assume it has already been done.
--
You received this message because you are subscribed to the Google Groups "jOOQ User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jooq-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/8578e47a-532f-4fee-8957-f80c3135840bn%40googlegroups.com.
ok, knock yourself out. :)
In the database realm "hello world" amounts to something like "select 1". If you're using java that means getting hold of the correct JDBC driver, creating a connection, generating a query, executing the query and reading the result(s).
Where in the jOO*
universe do you see any UI components? I think its (maniacal?)
focus on type-safe data/sql
is why many of us like jOOQ so much.
To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/08132cea-5425-4151-8a4b-8abd17d32eb2n%40googlegroups.com.
Yeah, sorry. I don't know to which templates you refer? Screen/JPanel/label-value generators?
Have you seen what tools like pgAdmin, DBeaver, DbVisualizer can do?
To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/932d0c91-ad25-4a30-97bd-ef13b7b74a4cn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/e2012e6e-3067-496b-8e9c-fe06fbac5eb7n%40googlegroups.com.
I'm sorry, I didn't
understand that OP was planning on writing swing objects as part
of code generation. In this day and age I would be (slightly)
more tempted to generate web-ready components, but I stand by my
original thesis ;)
To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/CAB4ELO7uafVeMM8P_AU16ZJC9dfPCXTJyaPDAeO5PZUW5c5gDw%40mail.gmail.com.
On Nov 23, 2020, at 11:23 PM, David P <oce...@gmail.com> wrote:
I actually agree with you Rob, and I appreciate you letting me know about DBeaver, I always thought Navicat was the only tool to have.
To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/04b1e5b9-fa8a-4a88-bb30-6923a1032932n%40googlegroups.com.