| Thread | Last Post | Replies |
|
| reading bytes with BufferedReader? | 21 Oct 2006 11:36 GMT | 8 |
I have a simple client - server application (using sockets). 80% responses of server are plain text messages, 20% are mixed: they are text messages with binary attachments. The structure is very simple. If message is plain text the last line
|
| Best way to query a enormous database table | 21 Oct 2006 10:16 GMT | 20 |
I'm working with MySQL as back-end and I must perform a heavy select against a 250 columns table that could store near 1 million records aproximately. What's the best way to do this? I'm newbie to Java language and I've
|
| converting long to short array.... | 21 Oct 2006 01:39 GMT | 5 |
HELLO.....I M NOT ABLE TO GET WHAT IS THE PROBLEM WITH MY PROGRAM....PLZ LET ME KNOW THAT class LtoSa {
|
| ImageIO on in-memory byte array | 20 Oct 2006 19:52 GMT | 6 |
I have an application that reads TIFFs from a file that is a concatenation of TIFFs along with some special headers. For this question I have the TIFF in a byte array. I have installed the jai/ImageIO libs from Sun,
|
| Bit wise shift operators | 20 Oct 2006 17:26 GMT | 3 |
Can anyone throw light on >>, >>> operators in java language? I am new to Java.
|
| Eclipse Console no longer updating | 20 Oct 2006 16:07 GMT | 1 |
The Eclipse Console window has stopped spewing Tomcat logging information. I've check all of my projects and they all set up for Tomcat info to be display in console. The options for new console windows are now limited to "CVS" and "Java Stack Trace" (and "New Console View").
|
| GUI testing - open source tools | 20 Oct 2006 15:09 GMT | 1 |
sorry if this has already been discussed. I've been attempting to automatize a test sequence using the following tools: Abbot and Marathon. However, Abbot happens to crash the VM up to JDK 1.5.0_09 and Marathon runs unbelievably slowly (to the
|
| IntelliJ 3.0.5 vs. JDK 1.5.0_8 | 20 Oct 2006 14:52 GMT | 3 |
Does IntelliJ 3.0.5 support JDK 1.5.0_8? I'm getting lots of errors such as "There is no default constructor available in Object." for
|
| Exception in GUI Run but not in Simple RUN | 20 Oct 2006 13:54 GMT | 1 |
if I launch an application directly from main function, no problems. if I launch the same application from a GUI (launched in main function) I have an exception. My application contain a PutMethod and the exception is in parsing the
|
| Get Data and Value of XML element in Java | 20 Oct 2006 10:44 GMT | 9 |
I am new to Java. I need to rewrite a function which gets XML elements text as shown below to get elements value instead: private String getCharacterDataFromElement(Element e){ Node child = e.getFirstChild();
|
| can any one help me with this | 20 Oct 2006 09:30 GMT | 1 |
Introduction This assignment requires you to develop solutions to the given problem using several different approaches (which actually involves using three different STL containers). You will implement all three techniques as
|
| how to commit to the cvs server in a xml target? | 20 Oct 2006 09:24 GMT | 2 |
Hi everyoune, I'm trying to commit specific files to the cvs in a special target in an xml file. i need to give the the exact place - wherer to commit and what to commit, but i don't know how to add the argument right.
|
| Tomcat can't connect to MySQL | 20 Oct 2006 01:38 GMT | 2 |
Here's my problem: I run a secure (SSL) Java-based web app, using Tomcat 5.5.17/Apache/mod_jk. Those reside on one server while MySQL 5.0 sits on another. All servers are running CentOS 4.3 and have plenty of RAM
|
| XML call XSL that calls xml through document() element | 19 Oct 2006 22:56 GMT | 1 |
I am trying to create an XML document on the fly that sends some parameters to an xsl document which calls the correct xml document that corresponds to the parameters. I reference the xsl document:
|
| Help:Action forward to jsp directly in struts | 19 Oct 2006 22:32 GMT | 3 |
I have a Action class which takes care of business logic in struts. Depending on some condition i'm thinking of forwarding the action directly to jsp instead of giving path to action mapping. I was trying to do something like this.
|