java - Prerender.io with Play Framework -
i'm trying use prerender.io java based play framework application. tried using play-prerender wasn't able make instance using java (it requires scala types arguments such seq).
is there easy way use prerender.io play, using library or using other method?
if scala in classpath, can use javaconversions
convert java list
scala seq
. otherwise, write own wrapper of class in scala provide java api. believe it's easy since pretty short.
Comments
Post a Comment