Re: 4.2 modeler change
Michael Gentry <[email protected]>
| Newsgroups | gmane.comp.java.cayenne.user |
|---|---|
| Message-ID | <CAOy5kzPu71NWEv6fzONyW6ysHqDQ_RUki71zN42MjFCxJF_XEA@mail.gmail.com> |
On Wed, Oct 2, 2019 at 11:10 AM Andrus Adamchik <[email protected]> wrote: > As for the JS backend, the concern (at least from me) was that our > community is mostly Java developers, so it may be hard to support if a > primary author becomes unavailable. FWIW, it is less of a concern for me > these days, as JS world had matured significantly since the last time we > had this discussion. > I wouldn't do the backend in Node/JS with an Electron application if I could avoid it. I'd bundle a Java-based microservice that the Electron UI starts up and uses to read/write Cayenne models, communicate with DBs via JDBC, etc. With JavaFX I was just using the Cayenne JARs natively (no client/server architecture).