You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/09/01 19:36:10 UTC

[GitHub] [netbeans] matthiasblaesing commented on issue #4575: Support RingoJS project

matthiasblaesing commented on issue #4575:
URL: https://github.com/apache/netbeans/issues/4575#issuecomment-1234700219

   So let me summarize: The problem is not the parser, but that you want the JDK classes to be projected into the JS file and manifest a virtual object for it. This is doable - I won't do it (at least right now as I don't have a use-case). I assume, that the direct invocation of Java classes does not work arbitrarily, but for a limited set of classes (rhino has `importPackage` and `importClass`).
   
   As for your request in the linked issue in ringo:
   
   >o here help me persuading them pls
   
   OSS does not work this way. Someone needs to do the work and it is a lot of work - the initial implementation, but also the ongoing maintenance. So don't persuade, but put your work where your use-case is.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists