Tagged Questions

273
votes
23answers
149k views

A better Java JSON library? [closed]

Can anyone recommend a good Java JSON library (better than the one from http://json.org/)? I've also found JSON-lib, which definitely looks like an improvement, but I'm wondering if there is anything ...
73
votes
14answers
30k views

Good Java graph algorithm library? [closed]

Has anyone had good experiences with any Java libraries for Graph algorithms. I've tried JGraph and found it ok, and there are a lot of different ones in google. Are there any that people are actually ...
55
votes
8answers
28k views

Best XML parser for Java [closed]

I need to read smallish (few MB at the most, UTF-8 encoded) XML files, rummage around looking at various elements and attributes, perhaps modify a few and write the XML back out again to disk ...
45
votes
5answers
4k views

Should I use Java date and time classes or go with a 3rd party library like Joda Time?

I'm creating a web based system which will be used in countries from all over the world. One type of data which must be stored is dates and times. What are the pros and cons of using the Java date ...
44
votes
4answers
5k views

What are the pros and cons of the leading Java HTML parsers?

Searching SO and Google, I've found that there are a few Java HTML parsers which are consistently recommended by various parties. Unfortunately it's hard to find any information on the strengths and ...
41
votes
39answers
4k views

What is your “favourite” Java API annoyance? [closed]

What is your "favorite" API annoyance or missing feature or misengineered part?
41
votes
14answers
13k views

What is the most efficient Java Collections library?

What is the most efficient Java Collections library? A few years ago, I did a lot of Java and had the impression back then that trove is the best (most efficient) Java Collections implementation. But ...
41
votes
10answers
13k views

Which java YAML library should I use?

There are at least 4 YAML implementations listed at yaml.org. Which one of these (or another) would you recommend, and why? There are two ways you could answer this question, either by voting for ...
37
votes
3answers
4k views

What are the big improvements between guava and apache equivalent libraries?

We currently use apache collections, string utils, etc. I need to decide if we should switch from the apache foundations implementation. The important criteria is ease of developers use. ...
37
votes
18answers
15k views

Performance of Java matrix math libraries?

We are computing something whose runtime is bound by matrix operations. (Some details below if interested.) This experience prompted the following question: Do folk have experience with the ...
32
votes
6answers
7k views

Best java twitter library?

The twitter API site lists 3 java twitter libaries. Twitter4j java-twitter jtwitter Do you know others? What are your experiences in support, ease of use, stability, community, etc.
31
votes
9answers
13k views

What Java XML library do you recommend (to replace dom4j)?

I'm looking for something like dom4j, but without dom4j's warts, such as bad or missing documentation and seemingly stalled development status. Background: I've been using and advocating dom4j, but ...
28
votes
8answers
8k views

Any good rsync library for Java?

I've been researching a little and I found some rsync algorithm implementations written in Java but it seems all the projects died some time ago. What is a good Java library implementing rsync? If ...
27
votes
14answers
12k views

PDF parsing library for Android?

I'm looking for a fast PDF library, even commercial is okay. Problem of opensource java PDF renderers that they are based on awt/swing which is not available on Android, so this need to be adopted to ...
23
votes
9answers
9k views

Sparse matrices / arrays in Java

I'm working on a project, written in Java, which requires that I build a very large 2-D sparse array. Very sparse, if that makes a difference. Anyway: the most crucial aspect for this application is ...
22
votes
4answers
23k views

Move / Copy File Operations in Java

Is there a standard Java library that handles common file operations such as moving/copying files/folders?
22
votes
10answers
25k views

What is the best open-source java charting library? (other than jfreechart) [closed]

Why are there not more opensource easy to use charting libraries for Java?. The only successful opensource project in this area seems to be jfreechart, and it doesn't even have any documentation or ...
21
votes
8answers
17k views

What Java FTP client library should I use?

Since I received no positives answers to my last question. I will try to write a Java FTP upload applet myself. My question is: "Can you recommend a Java FTP client library for me to use?" I want it ...
19
votes
6answers
3k views

Java library for parsing command-line parameters?

I write a little command-line-application in Java. This application should work with a mix of parameters and commands, a little bit similar to the 'svn'-command. Examples: app url command1 app url ...
18
votes
7answers
5k views

Java BitTorrent library

Are there any decent BitTorrent libraries for Java? I need to program a simple torrent client, but it would be great if I didn't have to write everything from scratch.
18
votes
8answers
3k views

Are there good Java libraries that facilitate building command-line applications?

I need to write a simple command-line application in Java. It would be nice to use a library that takes care of parsing commands and takes care of things like flags and optional/mandatory ...
17
votes
7answers
10k views

A good Business calendar library in Java?

Does anyone knows a good business calendar library in java? It should handle easy :) date calculations, taking holidays into account. Ideally, besides configuring holidays and company off days, we ...
17
votes
5answers
5k views

Mercurial API for Java?

Is there a plain API to access Mercurial repositories from Java? There are plugins for Netbeans and Eclipse, but unlike their Subversion counterparts, they do not use a common lower-level library but ...
16
votes
4answers
3k views

Which Actor model library/framework for Java?

There are so many different Actor model implementations for Java (and the JVM languages). A lot of Actor libraries and frameworks have been implemented to permit Actor-style programming in Java ...
16
votes
5answers
16k views

What kind of OCR Java library should I use in Android?

I would like to build an Android application that, via an OCR library, should scan a picture extracting text from it . What Java library should I use?
16
votes
6answers
7k views

Command line progress bar in Java

I have a Java program running in command line mode. I would like to display a progress bar, showing the percentage of job done. The same kind of progress bar you would see using wget under unix. Is ...
16
votes
7answers
3k views

Java Swing: Libraries, Tools, Layout Managers

What libraries/tools do you have in your Java Swing Tool set? XUL Layout Managers Packagers/Installers Books etc.....
16
votes
6answers
6k views

Classloader issues - How to determine which library versions (jar-files) are loaded

I've just solved another I-though-I-was-using-this-version-of-a-library-but-apparently-my-app-server-has-already-loaded-an-older-version-of-this-library-issue (sigh). Does anybody know a good way to ...
16
votes
5answers
4k views

Recommend a Java wizard library?

I'm looking for a wizard library/framework for Java, but it seems all the ones I can find are abandoned and/or lacking in enough documentation to use quickly. Here's the ones I've found, and all ...
15
votes
3answers
683 views

Is there a Java library for unsigned number type wrappers?

Obviously, Java doesn't support unsigned number types natively, and that's not going to change soon (comments starting in 2002). However, when working with databases, such as MySQL, they may come in ...
15
votes
5answers
1k views

Is there a Java library for muslim prayer times calculation?

Can anyone tell me where to find a Java library that does Muslim prayer time calculation based on the city? Maybe a web service? I would prefer a Java library.
15
votes
6answers
5k views

Any good recommendations for MP3/Sound libraries for java?

I am writing my masters thesis which is closely related to processing sound files (mp3 and alternative formats such as ogg, aac, ...) and sound in Java. Because Java has so much open source support, I ...
14
votes
6answers
15k views

Library for OAuth Provider (Java) [closed]

I'm looking for a Java library that helps me building an OAuth Provider. I must be able to receive OAuth signed requests and determine whether they are valid or not (checking the signature, timestamp ...
13
votes
10answers
1k views

Are there any music notation rendering libraries for Java?

I'm looking for an API for rendering music scores in Java. The only library I've been able to find (which I'll mention in an answer) is far from feature-complete. Several people online have ...
13
votes
4answers
275 views

Is there a commonly used rational numbers library in Java?

I'm looking for a Java library which represents fractions (rational numbers). For example, if I want to store the fraction 1/3 then it will not be saved as 0.33333 which will lose its accuracy. Here ...
13
votes
6answers
1k views

Genetic Programming library for Java

I'm looking for a good genetic programming library for JVM. (not genetic algorithm but genetic programming) I tried JGAP (jgap.sourceforge.net) and Watchmaker (watchmaker.uncommons.org). ...
13
votes
7answers
703 views

Is there any Java Library to operate on unix config files like http.conf

There are very good Perl libraries (e.g. Apache::Admin::Config) to operate on traditional unix config files like httpd.conf. Anyone know if there is good Java libraries to do the similar task? I know ...
13
votes
5answers
1k views

Meta Search Engine Architecture

The question wasn't clear enough, I think; here's an updated straight to the point question: What are the common architectures used in building a meta search engine and is there any libraries ...
13
votes
5answers
6k views

Java library to do time series analysis

I need to do some analysis of an arbitrary amount of time series in Java. Among others i need to be able to use Linear regression, various smoothing techniques, filtering, etc. I'm not very keen of ...
13
votes
2answers
5k views

Java USB library

Is there a good Java USB API i can use? I tried JUSB but it doesn't seem to work. It's also very old, no updates since 2001.
13
votes
6answers
5k views

Java GraphViz

Is there an Open Source java alternative to GraphViz? I'm aware of the existence of Grappa which basically wraps the Graph interface to GraphViz as an JavaAPI. However the layouting is still done by ...
13
votes
11answers
7k views

What is the best/simplest way to read in an XML file in Java application?

Currently our Java application uses the values held within a tab delimited *.cfg file. We need to change this application so that it now uses an XML file. What is the best/simplest library to use in ...
13
votes
3answers
9k views

Which Java GUI framework to choose now?

Which GUI framework/library would you choose if you were to start your new project now or in the near future? It has to be free for commercial use and cross platform. I have been a happy swing user, ...
13
votes
3answers
3k views

Good Java Process Control Library

Java process control is notoriously bad - primarily due to inadequate support by the Java VM/JDK classes (e.g. java.lang.Process). I am wondering, are there any good open source libraries out there ...
13
votes
5answers
5k views

What are some good Java RDF libraries

I'm looking for a light weight java library for dealing with RDF data. It needs to be able to parse and write RDF xml data. Also I would like it to support simple querying of an RDF model. SPARQL ...
12
votes
6answers
4k views

Looking for Java spell checker library

I am looking for an open source Java spell checking library which has dictionaries for at least the following languages: French, German, Spanish, and Czech. Any suggestion?
12
votes
2answers
2k views

JGoodies Binding vs. JSR 295

What is the practical difference between JGoodies Binding and JSR 295, Beans Binding? They both seem to be intended for the same purpose and get their job done (with slightly different approaches). ...
12
votes
9answers
11k views

Java library for converting Word documents to PDFs or images

What I need to do is convert Microsoft Word .doc files to PDFs or images. This has to occur in Java. I have done a fair bit of investigation already. I've tried Davisor Publishor but it doesn't give ...
11
votes
3answers
404 views

How could an idiomatic design of Serializable/Cloneable/… look like in Scala?

I wonder how much different these funcionality would look like (and how different the implementation would be), if Scala wouldn't (have to) follow Java's java.io.Serializable/java.lang.Cloneable ...
11
votes
7answers
783 views

Introduction to Java Graphics Libraries

I just got into information-visualization and scientific-visualization and have been using Piccolo and a little with JFreeChart. I am trying to find a few new libraries that I can start using. I am ...

1 2 3 4 5 15