Sep 26, 2020 8:38:14 CEST, Jaroslav Tulach wrote: > Hello guys, > I've got interested in trying to control React.js from Java. Would you find > that interesting? If so, here is a tutorial: > > http://xelfi.cz/react4jdemo/ttt1.html > > Anybody willing to (re)write a React application into Java and share > feedback? That would be very valuable.
I haven't forgotten about my "React for Java" project. Today I managed to integrate an existing Fluent UI Calendar component into otherwise fully Java based single page application: http://react4jdemo.apidesign.org/calendar.html Ultimately I'd like the React4j API to be released as part of Apache NetBeans HTML/Java project. However right now, I don't think I can promise as good API stability as the rest of the HTML/Java API @ 1.7.2 has. I was thinking about releasing React4j version 0.1 - clearly unastable, but working well with the rest of [email protected]. I'd prepare a source ZIP from a branch of https://github.com/apache/netbeans-html4j repository, and provide instructions to build just the [email protected] module. Once the vote passes, I'd archive the source ZIP and I would upload the complementary JAR to Maven central. This way people could easily experiment with the React4J API while we would keep door open to some incompatible changes. I'd have 0.1 * x = 1.7.2 - e.g. 172 revisions to get the API stable ;-) Is it OK to use such (obscure) release process? -jt --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
