Equivalent to nginx_clojure module for OLS?

#1
Hi all OLS gurus,
I wondered if there is an equivalent for the nginx_clojure module enabling delegation to java code -or any other Java family langguage) for highly dynamic content filtering?
Or is it possible to enable extra features like those offered by the OpenResty project (delgating to Lua code dynamic tasks)?

Thanks for your help
Regards
Jerome
 
#4
For dynamic content filtering with Java, you might want to check out using a Java servlet or a framework like Spring Boot. They can handle dynamic tasks pretty well. As for OpenResty features, you could look into using a Java-based solution like Jython or GraalVM, which allows you to run Java code alongside other languages.
 
Top