guice « Property « JPA Q&A





1. How to inject/resolve properties into an XML file with Guice to configure the persistence.xml file?    stackoverflow.com

I'm using guice-persist and I would like to know if there is any to inject or resolver properties from a Java property file into the persistence.xml file like I would do ...