alexo / wro4j

New project location is:https://github.com/wro4j/wro4j
442 stars 110 forks source link

What about Nashhorn? #194

Open FagnerMartinsBrack opened 10 years ago

FagnerMartinsBrack commented 10 years ago

I did not see any issue about it, but is there any plans in integrating wro4j with the new Java 8 Oracle Nashhorn Javascript Engine?

I remember many past issues regarding Rhino bad performance.

alexo commented 10 years ago

It would be a great to integrate nashorn and create an alternative for each rhino based processor, though it would require users to use jdk 8, and most of the applications use jdk 7 or older (this is the reason why wro4j-core is compatible with jdk5). I had an attempt to port some of the rhino based processors to nashorn, but had some problems ... At some point of time I will try again, but if anybody else is willing to play around and manage to make it work, it would be great to share the contribution.

g0dkar commented 10 years ago

I'll give it a try =)

apatrida commented 9 years ago

How did it go @g0dkar