kinow commented on issue #2525: URL: https://github.com/apache/jena/issues/2525#issuecomment-2154898530
I normally have IntelliJ with Jena (for Java changes), where I launch `FusekiCmd`.  And I have the `jena-fuseki-ui` open as a JS project in WebStorm, where I launch `yarn run dev`. That starts a proxy at <http://localhost:8080/> in `yarn` + `vite`, proxying requests to static files to go to the generated dev version of jena-fuseki-ui (i.e. if you modify the files I think it auto-reloads and refreshes the browser via websockets). Requests that are not to static files (e.g. `/$/some-fuseki-endpoint`) will be proxied to the `0.0.0.0:3030` address by default, which should find the Jena Fuseki executed with `FusekiCmd`. `serve:fuseki` is a fake Fuseki backend with responses saved from a real instance, this is used for prototyping new UI components, and for e2e tests. This should be documented in jena-fuseki-ui/README.md. Hope that helps. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
