Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Considerations for choosing NodeBase instead of J2V8? #3

Closed
aschrijver opened this issue Aug 3, 2017 · 6 comments
Closed

Considerations for choosing NodeBase instead of J2V8? #3

aschrijver opened this issue Aug 3, 2017 · 6 comments

Comments

@aschrijver
Copy link

This is a follow-up to #2

For my stackoverflow question on 4 possible solutions, I receive an answer from the NodeBase creator, basically stating that his project is a 'plaything' and J2V8 the best approach.

To me J2V8 (created by @irbull) looks like the most stable implementation currently, leading to my question: Why did you opt for NodeBase?

It seems to me with J2V8 you'd gain:

  • a much more active project
  • support for newer Node versions (currently 7.6.0, but 8.x just PR'ed)
  • additional features:
    • 2-way js-to-java bridge (call java from script and vice versa)
    • 2-way integrated error / exception handling
    • chrome debugging support
    • full build environment with docker-based cross-compile for unix, mac, windows and android
    • more smaller stuff ...
@staltz
Copy link
Owner

staltz commented Aug 3, 2017

Why did you opt for NodeBase?

Because it solved my problem.

support for newer Node versions (currently 7.6.0, but 8.x just PR'ed)

Actually we can do a lot even with older versions of node.js. Note that Node v6 is currently the LTS.

a much more active project

See above.

2-way js-to-java bridge (call java from script and vice versa)

We don't need this

2-way integrated error / exception handling

We can get errors into the adb logcat, that seems enough to me.

chrome debugging support

That would be nice.

@staltz staltz closed this as completed Aug 3, 2017
@aschrijver
Copy link
Author

Thank you!

@teaserbot
Copy link

j2v8 looks good for combine!!

@teaserbot
Copy link

teaserbot commented Sep 14, 2017

saves time building this 😃

j2v8 build 岩 !
:)

@aschrijver
Copy link
Author

thanks @teaserbot

@teaserbot
Copy link

teaserbot commented Sep 14, 2017

like eclipsesource/J2V8#335 also
you project lead? or @irbull

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants