| Thread | Last Post | Replies |
|
| Generate XPath for element, type, and attributes in XSD file | 08 Aug 2006 12:31 GMT | 1 |
Firstly, is it possible to locate everything in xsd by XPATH? for example, xs:element[@name="person"]/xs:complexType/xs:sequence/xs:element[@name="firstname"] .....
|
| arbitrary dimension array for math | 08 Aug 2006 12:00 GMT | 7 |
I need some help writing a class implementing operations on arbitrary dimension array, and be able to apply operation like block extraction, vector or matrix product , filter (product for a matrix of smaller dimension, kind of mask)
|
| How to return a String in a boolean method | 08 Aug 2006 11:03 GMT | 6 |
I am trying to output a String that I can pass to another method I already have set-up that will take this value as an input parameter. But, I keep getting Type mismatch: cannot convert String ot boolean. I know it's probably simple but I can't see it. If someone could help I'd
|
| Bind ServerSocket only to localhost | 08 Aug 2006 10:33 GMT | 4 |
i want to create a ServerSocket, wich only accepts connections from localhost 127.0.0.1. Is this possible? Thanks Dirk
|
| using javax.comm with usb-serial port adapter | 08 Aug 2006 10:06 GMT | 2 |
I have written an application for reading data from a lab instrement through RS-232 interface. The instrument has only a serial port output for printer, so it only sends data.
|
| Non-cpu intensive indexing... | 08 Aug 2006 09:51 GMT | 6 |
I have a bunch of String of fixed length, and a function F such that F(String) returns one of a small set of possible values. Right now the work is being done with regular expressions - it does the job (identify patterns that result in a given return value) but it is
|
| Facing problem while using "|" (pipe) in Runtime.exec | 08 Aug 2006 09:31 GMT | 4 |
Hi Gurus, I want to execute a command consisting of couple of "|" pipes in it. For e.g. "dir | grep gpc | grep -v 25". So did this like, String cmd = "dir | grep gpc | grep -v 25";
|
| Refactoring old tags: Tag Files (re: mother of a refactor) | 08 Aug 2006 09:28 GMT | 3 |
We have a poor tag solution for our content management system that relies on html coments used as tags in a plain html file. This file is parsed out by a *jsp* page line by line as a fileStream. Each tag is replaced by laborious String library funcionality indexOf
|
| JBoss e eccezioni... | 08 Aug 2006 09:19 GMT | 2 |
Ciao a tutti, ho un problema con JBoss! Ogni volta che entra in errore la mia applicazione, JBoss s'impalla e rimango in pending 10 minuti prima che mi lanci fuori un eccezione. Avete idea se ci sono variabili da settare perchè non rimanga così tanto in attesa? Grazie.
|
| Data type conversion problem between java and C while doing JNI... | 08 Aug 2006 08:01 GMT | 5 |
I wonder, for example in C, the custom-mada data type is formed with typef struct as the followings typedef struct {
|
| Double break out of a loop | 08 Aug 2006 07:22 GMT | 3 |
Hi, I have a real easy question for you experts ;) I want to break out of two loops...is there a way of doing this without using flags? eg.
|
| log analyser for tomcat | 08 Aug 2006 02:24 GMT | 2 |
I have java web app which runs under tomcat. now, I need to add some kind of log analyser. maybe like webalizer... could anybody recommend any open source solutions?
|
| stat() help | 07 Aug 2006 22:56 GMT | 5 |
I am writing a JNI function that receives jstring filename and return the created date based on stat function. The issue is when I am supposed to handle a Unicode filename. For example:
|
| One File Found, the other Not Found ?!?!?! | 07 Aug 2006 22:49 GMT | 3 |
I am using NetBeans (5.0) to write an applet that requires reading from an input file - for now let's call it "testInput.txt". In order to read from the file I use a BufferedReader with the following code: FileReader inputFile = new
|
| unload classes? | 07 Aug 2006 21:19 GMT | 3 |
Is there (or could there be) a way to make the VM unload or reload a class?
|