Tagged Questions

3
votes
3answers
73 views

java.lang.OutOfMemoryError when writing 50k+ rows to an excel file using HSSF POI

Encountering memory leak using Apache HSSF POI when writing 50k+ rows to an excel file. Aside from increasing java heap size, would there be any more solution this problem?
3
votes
3answers
45 views

JavaDB SQL: Is it possible to create a table with two columns having automatically generated values?

Is it possible? Whenever I try creating a table, it says that you can only define one identity column in a single table. So is it impossible to have two columns with automatically …
5
votes
2answers
80 views

How much do Java short-courses cost?

I'm doing a bit of research on the cost of Java short courses in the country. From the PinoyJUG mailing-list, it was mentioned that such courses are available in Active Learning. …
2
votes
5answers
119 views

crossroads..php or java

I am stuck over deciding whether to concentrate on php/mysql or java.. am a starter and Ive learned that I have to chose a language to which I would exert my effort to familiarize. …
3
votes
1answer
20 views

Java JTextFields resetting

Is there a quick way to reset JTextFields without typing jTextFieldX.setText("") (where X is the number of the JTextField) for every single JTextField?
2
votes
1answer
36 views

Is it possible to remove password prompt from PDF with just the user password?

I have several eBooks which I purchased online and would like to add them to my bookshelf created in Adobe Digital Editions. However, digital editions does not support password pro …
4
votes
1answer
37 views

Looking for Free Resources for Java Profiling and Performance/Garbage Collection Tuning

For profiling I'm currently using jvisualvm (comes with JDK 6) and for monitoring garbage collection I use, visualgc from the jvmstat bundle. At the moment, I'm looking for ways t …
4
votes
4answers
104 views

what to use in developing a java-based web application?

i'm an undergrad student, one of our project is to develop an inventory system, and our instructor would like it to be java-based, and the client wants a web-app.. what would you s …
5
votes
3answers
74 views

In Java, what library can I use to read pdf files?

I'm looking for a Java library that could help me read pdf files. Any suggestions? Thanks.
4
votes
2answers
41 views

Adding records to a full array

http://onjava.com/onjava/2003/03/12/java_comp.html#listing4 listing 4 and listing 5 makes a program... now what i want is to be able to add records on the array persons Person …
5
votes
6answers
178 views

Which Java Technology should i start with for web development?

I have been using Java and a proprietary framework for quite some time now, and I would like to try out other Java technologies, specifically for web development. Which technology …
5
votes
3answers
152 views

How do I implement K-Means Iterative Fisher (for image texture segmentation) in Java?

I need to apply a paper written by D. A. Clausi on K-means Iterative Fisher unsupervised clustering algorithm applied to image texture segmentation for a masters course. I have so …
4
votes
2answers
72 views

What “pet projects” are you guys handling?

Sooo I just finished my last project for the year and I'm looking for a pet project that would keep me busy coding for the x'mas season. At least it'll keep my attention off the f …
3
votes
2answers
104 views

What Java EE stacks are the most relevant these days?

Ever since college, I've been using JBoss as my staple Java EE Container / Server. I haven't used Sun's Glassfish for production, and never used / practiced on those pricey Java EE …
5
votes
4answers
110 views

What are the/are there any disadvantages of having a socket connection on port 80?

I'm not very familiar with networking. But i have a mobile application which needs to establish a socket connection with a server. In some cases though, operators/telcos block the …

1 2 next
15 30 50 per page