| Thread | Last Post | Replies |
|
| SAX PARSING DESIGN PATTERN | 29 Mar 2007 00:15 GMT | 1 |
Hello all. Just looking for everyones thoughts on this. I am parsing out an xml document using a sax parser. I create a new object representing my XML at the root in the StartElement method of my record handler and fill the object with the appropriate data at the
|
| [Java] Resolving fully qualified name? | 29 Mar 2007 00:01 GMT | 2 |
is it possible to resolve a class name (method name, type name) to fully qualified name? For example: class Test{
|
| Little problem with class-variable acces | 28 Mar 2007 21:16 GMT | 1 |
I have a class with a static variable in it and now I want it to be accessed from within a static method, but that method has an argument with the same name. When referring to an object there is the 'this' keyword, but what to do when you refer to the class itself?!
|
| System.load() & .loadLibrary() - with file not in java.library.path property | 28 Mar 2007 21:05 GMT | 4 |
I have run into a problem at my company where I may not be allowed to install a necessary library file on the server immediately. If possible, I would have to deploy it with my .ear file. I am trying to load the SAPJCo object and it requires their
|
| Removing elements from large XML documents | 28 Mar 2007 20:55 GMT | 1 |
I need to remove certain elements from the XML document tree based on given parameters, e.g. I have a document with a structure as follows: <country> <city>
|
| How to Read a Line of Input Using Version 1.4.2 | 28 Mar 2007 20:32 GMT | 2 |
I've been working with Java version 1.5 for some time, but now I have a new job where the Java version they use is 1.4.2, which means it doesn't allow class <Scanner>. Does anybody out there know how to read a line of input from the user that will work with version 1.4.2?
|
| Help regarding Posting of Java Job requirements in USA | 28 Mar 2007 19:27 GMT | 2 |
I am a recruiter working in a New Jersey based Software Development Company and we are constantly on the lookout for Java Consultants across USA. I shall greatly appreciate if anyone can let me know the Java Usenet
|
| software design | 28 Mar 2007 17:27 GMT | 1 |
Can anyone forward me to a good resource for software design documentatoin? thanks in advance Shin
|
| Certificate chain and Java Web Start | 28 Mar 2007 16:13 GMT | 4 |
I have an application as a JAR file with other JAR libraries. All these files are signed with a certificate that I have generated with my own CA (OpenSSL). The trusted chain is this: rootCA.cer ->subCA1.cer ->jws.cer
|
| Any way to compile a java program with missing sources? | 28 Mar 2007 16:12 GMT | 2 |
I am stuck maintaining an old product that is missing a large set of the original source files. I need to make a tiny modification to a section of code that I actually do have the accurate source for, however I am unable to compile it without the entire classpath and all
|
| Zero Byte Terminated Strings | 28 Mar 2007 16:12 GMT | 10 |
I'm writting a simple UDP server in Java, it's designed to take an initial request packet from a C based client and perform further actions. The networking side of things is fine however I'm having problems dealing with a zero byte terminated string being sent from
|
| help | 28 Mar 2007 14:41 GMT | 2 |
Can any one tell me what Java Bean and EJB means.
|
| AXis2 java client Problem | 28 Mar 2007 13:36 GMT | 3 |
i have generated java files from wsdl using Axis2 wsdl2java. I need to invoke a method in the web service. There is a stub file generated and iam using them to test . But in my request i could see some extra characters are appended after the headers before the soapbody bec of
|
| anonymous class | 28 Mar 2007 12:58 GMT | 16 |
Hi If I have Shape2D -> Interface Shape3D -> abstract class Can I do an anonymous class only with these two class-typo?
|
| transaction | 28 Mar 2007 12:55 GMT | 2 |
when we dont commit in oracle wat happens whether it wil fetch previous record
|