Dec 8, 2016 column java name oracle resultset List Columns in a ResultSet In order to list all columns in a JDBC ResultSet (e.g. for debug purposes), you need to iterate through its metadata: // Get the metadata
Dec 7, 2016 configuration console eclipse java log4j tomcat Make Tomcat Log Stuff to Console (in Eclipse) TL;DR: in your project's src/main/resources add the CONSOLE setting to the log4j.properties file. While trying to add features to
Oct 26, 2016 java proxy Pass Through a Corporate Proxy in Java TL;DR: There's no easy way to create a proxy :) I've tried for a while to build a way to request
Aug 1, 2016 interface java mock observable rx Mock an Observable Interface TL;DR: Use a doAnswer() with a new Answer<Observable<Type>>() if you have to mock observables. Today I wrote my
Jan 3, 2016 android awesome font java load vector Load Glyphs with LibGDX TL;DR: Remember to give the font loader the list of characters to render from the font! I'm trying to get a more