Skip to main content

Unanswered Questions

388 questions with no upvoted or accepted answers
13 votes
0 answers
462 views

Alternative to Struts-Menu for menus in Struts 2.X application

I am currently using Struts-Menu to handle my menu needs for my Struts 2 J2EE application. It is not necessarily a package I wish to work with I have found by playing around with it. So what is an ...
9 votes
1 answer
2k views

Java calendar library with support for recurring events / exceptions, etc

I am looking for a calendar module/library that I could use in my simulation. My idea is to fill such calendar with events, single shot and recurring. This calendar should be able to give me next ...
5 votes
1 answer
2k views

Java library for parsing Javadoc comments

I would like to be able to programmatically convert Javadoc comments (such as those in the generated code of LWJGL) to other formats (such as Markdown). This would allow me to do things like ...
5 votes
0 answers
260 views

Java library for macrobenchmarks

I am working on a macro benchmark (the Train Benchmark) in Java to evaluate the performance of various database management systems. I took some steps for eliminating potential threats to its validity: ...
5 votes
0 answers
334 views

JDBC Connection Pool

What is the state-of-the-art in JDBC connection pool libraries? Years ago the Tomcat JDBC Connection Pool library was developed as an alternative for highly-threaded environments because of ...
5 votes
0 answers
5k views

An alternative to Apache Tika in Java?

Do you know an alternative to Apache Tika in Java? This library is giving me problems and I need to resolve this ASAP. I will appreciate your advice. Edit: Apache Tika is a library that is used for ...
5 votes
1 answer
2k views

Android Virtual Microphone

I would like to know whether some tool exists to create a virtual microphone on Android. For example, when I connect my headset, my phone uses the microphone on the headset. Instead, I want to be ...
5 votes
0 answers
101 views

Java lightweight library for QBE (non-JPA) open source / free?

I am looking for a freeware or open source java library that, given a JDBC connection, it can assemble/execute a QBE query, hopefully, using a POJO or HashMap as example. It does not have to deal ...
4 votes
0 answers
90 views

Is there a SPICE client Java library similar to how there is one for VNC?

There is a VNC client library called Vernacular VNC written in Java for getting the graphics output and of course doing everything else a VNC client would need to do. I was wondering if there is the ...
4 votes
0 answers
904 views

Nice admin interface for Spring applications similar to Django Admin

I am a big fan of building Spring based Java applications. Recently I worked a little in Django and saw the Django Admin that is automatically generated for the app - and it blew my mind. Since then ...
4 votes
0 answers
75 views

Machine Learning library in Java

I'm new to Machine learning, and am trying to learn to develop some deep neural networks applications, possibly for both data analysis and multimedia/image processing. I'm a Java person myself so I ...
4 votes
0 answers
2k views

Java Library for Creating ISO that's still supported

I'm working on a project that involves creating DVD ISO's from data that Java has access to. I can make a system call to something like "mkisofs", but that really affects the portability of the ...
4 votes
0 answers
330 views

Audio editor written in Java

I'm looking for an audio editor written entirely in Java, without any dependencies that have to be installed. A self-contained JAR file that I can run from anywhere, even on machines that do not ...
4 votes
0 answers
55 views

Key-value store with tiered cache

The nodes that will be accessing the data are separated from the server by high latency low speed connections. I would like each node to have an LRU cache using around 250MB of ram and 20GB disk to ...
4 votes
1 answer
1k views

Numbers/Text/Picture recognition in an Image using Java

I'm working on a university project, I have to find an existing Java code that allows number recognition on a picture of a soccer t-shirt. The title is more general because the problem can be seen as ...

15 30 50 per page
1
2 3 4 5
26