JaroslavTulach commented on pull request #26: URL: https://github.com/apache/netbeans-html4j/pull/26#issuecomment-976297961
Now there is an experimental branch [jtulach/WebViews](https://github.com/apache/netbeans/compare/master...JaroslavTulach:jtulach/WebViews) and it currently contains a copy of `Browser` presenter together with the `SimpleServer` code - we don't want Grizzly server in the platform or IDE, right? However, it'd be better to avoid the copy altogether (done in #42) and host the server code in HTML/Java API rather than letting other modules to sneak in via package private classes or making the pluggable server implementation a public API. In my opinion. -- 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] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
