Hi, just discovered Fantom (long time production user of java/scala/groovy/nodejs/coffeescript), and am extremely impressed.
One question: any attempt to make Fantom work with an object database? For example objectdb, which works with java/scala/groovy, etc.?
Tried myself, but ran into an issue with an @Entity tag.
David
dobesvFri 16 Mar 2012
You'll probably have to post more details about the problem you encountered. Fantom should theoretically work with any Java class but you might need some glue written in Java somewhere.
Fantom's interoperability with Java is not quite as good as some other JVM languages because it has trimmed some features and added others.
dmoshal Fri 16 Mar 2012
Hi, just discovered Fantom (long time production user of java/scala/groovy/nodejs/coffeescript), and am extremely impressed.
One question: any attempt to make Fantom work with an object database? For example objectdb, which works with java/scala/groovy, etc.?
Tried myself, but ran into an issue with an @Entity tag.
David
dobesv Fri 16 Mar 2012
You'll probably have to post more details about the problem you encountered. Fantom should theoretically work with any Java class but you might need some glue written in Java somewhere.
Fantom's interoperability with Java is not quite as good as some other JVM languages because it has trimmed some features and added others.