| Thread | Last Post | Replies |
|
| Where to set date format that affect Date.toString() ? | 09 May 2007 09:30 GMT | 1 |
The result of Date.toString() in my applications differs on two computers. We use win XP sp 2. Below are the difference : Wed May 09 00:00:00 GMT+07:00 2007
|
| Need custom software - pay good! | 09 May 2007 05:51 GMT | 2 |
Maybe I'm at the wrong place but you'll never know :) , so I'll try... I need somebody who can create a custom software for my small transportation company. We're moving cars nationwide and there is website where brokers are posting loads/cars. What we need is a
|
| CBT java tutorial for Beginners | 09 May 2007 04:19 GMT | 2 |
My company wants me to learn java, but they won't pay for classes. I can work on it at my desk during the day. I have no programming experience. I think interactive training would suit me better than a book.
|
| Setting breakpoint on the end of the method in Eclipse | 09 May 2007 02:58 GMT | 14 |
I have a hard time doing something in Eclipse. I hope I am missing something obvious, since otherwise I must say this is a very annoying feature of Eclipse. Assume the following code:
|
| toString or typecast: which one is better | 09 May 2007 02:28 GMT | 9 |
Object o = "Hello, World"; .... String x1 = o.toString(); // or
|
| JSP : How to set a link with string parameter | 09 May 2007 02:04 GMT | 2 |
I am new to HTML and JSP. Trying to do as following: <a href=Test?id="PID1 203" >2</a> <br> <a href=Test?id="PID2 ABC">7</a>
|
| Java security policy file | 09 May 2007 01:59 GMT | 14 |
i am implementing a little RMI application, and trying to use a security manager to grant permission to classes in my codebase. I think I understand the principles, as well as the syntax of the policy file.
|
| Multiline strings? | 08 May 2007 22:45 GMT | 3 |
Is there a convenient way to have multiline text strings assigned in java? Something like: String sqlText = " select empno, dname, sal from emp, dept
|
| method | 08 May 2007 22:35 GMT | 2 |
Looking at the snippet below I assume that method may be analogous to self in other languages. But what is the purpose of this intial return statement? Thanks,
|
| Hibernate + create table = ? | 08 May 2007 21:54 GMT | 4 |
I am a (new) Hibernate 3.2 user and trying out diffrent things. For example I have managed to setup an application that inserts, retrives, and delete objects in a database. I have also instructed hibernate to update the set of tables when ever it restarts (with
|
| Parsing a web page | 08 May 2007 21:32 GMT | 2 |
I am using a tool called maxq (maxq.tigris.org) that acts a proxy and is used for web page testing. It generates jython scripts for playback of web sessions and testing. It lacks a tool for parsing a web page, it only provides the return code. I need to parse the page to get some
|
| Jboss 4.0.5, ejb3, remote client | 08 May 2007 21:26 GMT | 5 |
Hi; For a ejb3 app deployed on Jboss 405, that I want to access from a remote (non-web, fat) client, 1. Which jars need to be in the client's classpath?
|
| saving data in csv file | 08 May 2007 21:00 GMT | 2 |
I have problem with saving data in csv file. I would like save my data look like this example : excel preview : A B C
|
| Can any one tell me how to add a keypad on this Java ATM? | 08 May 2007 19:59 GMT | 4 |
I have problem with adding keypad on my Java ATM program, below is the source code. http://www.nycahome.org/ty/ATM.rar And how to add transaction history, I want it to store the last 10
|
| Query:different coding systems | 08 May 2007 19:57 GMT | 3 |
As we all know,FileReader and FileWriter are both character stream classes.When I use FileReader to read a text file which combines letters and Chinese Characters coding in ANSI's ascii.I know that each letter holds one byte disk space to store while every Chinese Characters
|