| Thread | Last Post | Replies |
|
| Sample Java Program for a Online Bank | 05 Jul 2005 22:12 GMT | 6 |
Can I get some source code to create a Sample Java Program for an Online Bank or an Airline. Thanks Rifai
|
| Problem with Applets | 05 Jul 2005 18:23 GMT | 3 |
I have some problem. I've build some applet, however it is too large so i wish to divide it into peices, however i also wan't it to load jaxt parts of it just by clicking on a button. I wish I said it clear (im not native and my english isn't good).
|
| Questions re. J2EE and Tomcat interactions/relations | 05 Jul 2005 17:49 GMT | 1 |
I have been using j2sdk1.4.1_01 and jakarta-tomcat-5.0.16 on Windows XP/SP1 systems for servlet and JSP development for quite some time. I'm very familiar with both Tomcat and Java. Now I want to go to J2EE. I've looked closely at http://java.sun.com/j2ee/, but I'm
|
| Extracting schema from a WSDL | 05 Jul 2005 17:39 GMT | 1 |
I have a WSDL file which I'm processing using wsdl4j. I need to extract a specific schema definition which is located in the 'types' section of the WSDL. Does anyone know how I go about extracting a literal String representation of the schema?
|
| file reading in java | 05 Jul 2005 16:37 GMT | 2 |
i have a problem with file reading in java... currently i am using the following Environment: WSAD 5.1.0. for Windows Oracle 8.1.7. 8i for Windows JDK 1.3.1.08 DB2 Client
|
| Is the while loop of NIO suppose to be inside a Thread?: | 05 Jul 2005 15:00 GMT | 1 |
Is the while of NIO suppose to be inside a Thread? public SomeClass() { ... thread = new Thread(new Runnable() {
|
| Eclipse Web Tools Platform (WTP) project Milestone M5 | 05 Jul 2005 14:28 GMT | 3 |
I am a novice developer in ECLIPSE. I am interested in developing web services on Eclipse Platform. I am trying to install WebTools Platform from the following site: http://www.eclipse.org/webtools/
|
| jsp:converting table to excel | 05 Jul 2005 14:06 GMT | 5 |
I am outputting a table from a jsp to excel by response.setContentType("application/vnd.ms-excel"); everythin' is ok with this. I have string fields contains strings like '930000000000' but excel accepts them as numbers and displays like
|
| Global Rename heaven | 05 Jul 2005 10:03 GMT | 3 |
I would be nice that links in general were not so fragile. For example. If I rename an HTML file, it would be nice if every link in the universe were automatically updated to point to the new file. Similarly the source code where that file is hard coded should track
|
| Sharing ByteBuffer for Reading and Writing | 05 Jul 2005 07:31 GMT | 1 |
Is it the norm to use one ByteBuffer for both reading and writing or to have separate ones for each?
|
| create remote db via JDBC? | 05 Jul 2005 00:47 GMT | 3 |
>From the command line on the local machine I do this: /home/iksrazal> mysql -u user -ppassword mydb < mydb.sql That creates a new db instance and populates the tables with default data. I need to:
|
| Substituting Java API classes for enhanced functionality (e.g. java.io.File) | 05 Jul 2005 00:20 GMT | 8 |
I have written a substitute for some java.io.* classes. My classes treat ZIP or JAR files exactly like directories, so that you can e.g. list ZIP files and arbitrarily read or write or delete their entries. My substitutes have the same name as in the java.io package, but live in ...
|
| Just a passing question | 04 Jul 2005 19:43 GMT | 6 |
If IBM is smart enough to create SWT which involves tons of coding, why didn't they bother to create a programming language to rival Java and C#? Or do they already have but it's proprietary and only used for rocket science applications and the like where it's more economical?
|
| Strings? | 04 Jul 2005 16:38 GMT | 2 |
String myStr; I've to check if this var is formed by a valid set of chars : A-Z, a-z, 0-9. If myStr is formed with these charset the method returns true else it returns false.
|
| JNI Issue | 04 Jul 2005 16:36 GMT | 4 |
I am trying to acccess variables from My C++ program ( In Linux ). My C++ program is running as a seprate process . When I try to access the variable from my Java program i am always getting the initialised value.
|