Hi GAE team,
We have read many existing posts on lack of support of
'Java Script Engine' in Production at GAE, mostly dated back to year 2013.
We are just wondering and being optimistic, that Google must have fixed this issue on Production by now. It is 2015 now !
So before we too have to resort to some alternates(painful and disappointing option) like Rhino or other, May I ask the great Google support team for GAE, the following question to confirm:
"Is the support for Java Script Engine in Production GAE servers available now?"
Let us know if not 'Java Script Engine', do we have some other feature at GAE that helps evaluates dynamically built boolean conditional expressions on server.
We have tried using
JavaAssist library as well to build some evaluator class on the fly but class loading issues did not let us move ahead on Production.
It ran perfectly fine on local, though.
On Production, we received exception:
Caused by: javassist.NotFoundException: com.myorg.ruleengine.ConditionEvaluator
at javassist.ClassPool.get(ClassPool.java:436)
Timely response is highly welcome.
Regards,
Team MorningPlum
www.morningplum.com