Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
2.1k views
in Technique[技术] by (71.8m points)

Is there a clean, supported way to run the same code in JavaScript and Java?

I am building a Java web app that needs to do some complex input validation. I would prefer to be able to validate the input on the client side before sending it off, so that the user gets quicker feedback. So that I don't have to write it twice (and have two implementations that could have bugs and need to produce the same results), I wanted to write it in a way that I can code it once and call it from both Java on the server and JavaScript on the client.

I considered developing it in Ceylon, but that language has not had a stable release in 3.5 years and officially only supports Java 7 and Java 8.

I also thought of using Nashorn and calling JavaScript from Java, but Nashorn has been deprecated for years and is not being included in the newest Java releases.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...