Top "Apache-commons" questions

The Apache Commons project provides reusable, open source Java software components.

Preventing HttpClient 4 from following redirect

I'm connecting to my AppEngine application using the Apache HttpComponents library. In order to authenticate my users, I need to …

android google-app-engine apache-commons
Can apache FileUtils.writeLines() be made to append to a file if it exists

The commons FileUtils look pretty cool, and I can't believe that they cannot be made to append to a file. …

java append apache-commons java-io
Convert java Map to custom key=value string

I have TreeMap<String,String> which I need to convert to URI-like string and then back to Map. …

java map guava apache-commons
Text file into Java List<String> using Commons or Guava

What is the most elegant way to put each line of text (from the text file) into LinkedList (as String …

java file text guava apache-commons
Apache Commons Lang 2 vs 3

In my application I'm using apache commons Lang v.3. A requried library give my a java.lang.ClassNotFoundException: org.apache.…

java apache jar apache-commons
Copy POJO content from one bean to another

I have few Pojos in different packages, each POJO contains set of the another pojo from the same package. I …

java apache-commons
What is the best List implementation for Large lists in java

I have to create a large list of n elements (could be up to 100,000). each element in the list is …

java list apache-commons shuffle
Issue with org.apache.commons.net.ftp.FTPClient listFiles()

The listFiles() method of org.apache.commons.net.ftp.FTPClient works fine with Filezilla server on 127.0.0.1 but returns null on …

java apache-commons ftp-client
jedis connection settings for high performance and reliablity

I am using Jedis client for connecting to my Redis server. The following are the settings I'm using for connecting …

redis apache-commons jedis