Posts by BrunoTS • 11 points
2 posts
-
1
votes0
answers95
viewsQ: Creating an injector with Google Guice
I’m trying to use Google Guice in my application. So I created a Module by binding an interface with an implementation... public class ApplicationModule extends AbstractModule { @Override protected…
-
0
votes0
answers101
viewsQ: Compiling and running the java and Maven application with the same encoding
I have an application I am compiling using Maven from the command line. In my pom.xml I specified the encoding using: <properties>…