| Thread | Last Post | Replies |
|
| Using JNDI for remote Database | 27 Oct 2005 06:53 GMT | 4 |
I am using tomcat JNDI for getting databse connection in my application For this I have created a context.xml file in myAPP/META-INF which looks like this: <?xml version="1.0" encoding="UTF-8"?>
|
| Jad 1.5.8f | 27 Oct 2005 00:32 GMT | 2 |
Where can I find the jad 1.5.8f? Help me please.... Thanks R
|
| JMenu with images | 27 Oct 2005 00:21 GMT | 5 |
http://www.cs.cf.ac.uk/Dave/HCI/HCI_Handout_CALLER/menu.gif In this picture we see a JMenu with images. How can I create the same menu with New
|
| open source XML editor | 26 Oct 2005 23:51 GMT | 8 |
I am new to java. I am at the point, where I to start to learn XML parsing. What is a good open source, freeware, XML editor that I can use?
|
| Help with byte[8] to long | 26 Oct 2005 22:56 GMT | 4 |
I'm having trouble converting a byte array to long. The code below results in a long value of 4096, which is way off. If I remove on or the other values and replace it with 0 it still results in the same outcome. I'm thinking there's a problem with the shifting in the 2nd to
|
| run jar file | 26 Oct 2005 21:55 GMT | 1 |
I had this before but deleted it and now forgot how to do it. I have a jar file which has my application packaged in it. What command line argument do I have to type to run the program in there?
|
| eclipse tool builder help | 26 Oct 2005 21:22 GMT | 2 |
Hey all, I'm using eclipse and ... what does it mean when, after I run my build method of an ant build script which is in the 'Ant' tab of my Java perspective ... the results say ...
|
| About the SOA(service oriented architecture) | 26 Oct 2005 20:40 GMT | 2 |
I have been reading a lot of articles that mention SOA(service oriented architecture), and also in those articles, this architecture has been said to be how successful and revolutionary. But these articles have not given a detail explanation about what SOA really is,
|
| Where is the best place to put an appication variable??? | 26 Oct 2005 19:35 GMT | 4 |
I need to store a value, which tells us what mode an application is in. Basically it needs to be stored on an application level. Can someone please advise me the best place to store this value, where it can be accessed from any where within the system.
|
| learn java if you already can program | 26 Oct 2005 18:15 GMT | 1 |
I'm interested in learning java. I know how to program, and I've been using C++ for the last years. What book would you recomend for a quick thourough path to java?
|
| Populating a tree structure from a recursive query | 26 Oct 2005 17:52 GMT | 6 |
I am trying to emulate a tree structure like this: A A.1 A.1.1
|
| JCIFS using AD | 26 Oct 2005 17:50 GMT | 2 |
Could someone give ma an example of what the web.xml file might look like to authenticate users on MYDOMAIN against an AD server ? Many thanks.
|
| Comparable interface | 26 Oct 2005 17:17 GMT | 9 |
Im currently struggling to covert an existing base class to a comparable interface - i cant find a web page with a good example. Please could somebody point me in the right direction? Also, does anybody recommend a really good web site which covers the more
|
| Connecting to a socket and reading from it | 26 Oct 2005 15:32 GMT | 1 |
I'm trying to connect to a socket and read from it just the code loop on read() can someone help? what can I do ? The code : import java.io.*;
|
| How can I get the list of fonts present in the printer | 26 Oct 2005 15:29 GMT | 1 |
How can I get the list of fonts present in the printer (printer fonts) using java. Is it possible ?
|