3

If I have implemented a Java Library (that offers certain functionality), could I transform this into a JavaScript library, such that the same functionality can be offered? I know this may be an ask, but, I was wondering if there are frameworks existing that help in this?

2
  • 1
    It depends on what your library does. What does it do? Commented Aug 3, 2011 at 15:42
  • @Andrew it mainly polls web-services, put data into the DB. But it does involve many external libraries to handle data conversion, etc. Commented Aug 3, 2011 at 15:52

2 Answers 2

2

No, in general this is not possible, Java and JavaScript are more or less completely different languages.

However there are a couple of Java to JavaScript translators that you can try. Java2Script is one such tool. Apparently the Google Web Toolkit (GWT) does this as well. Source.

Sign up to request clarification or add additional context in comments.

Comments

1

While you could probably do some sort of conversion, it's important to note that Java and JavaScript, while similarly named, are not at all related. Unfortunately, I think you'll be hard pressed to find a framework or system that does a good job converting one to the other. :(

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.