| Thread | Last Post | Replies |
|
| why java? | 26 May 2006 18:06 GMT | 12 |
i have only 2 question about Why java good for programing? or Why you chose The java for progrming? and what application can do with java ? thanks
|
| Windows AMD64 executable | 26 May 2006 17:58 GMT | 6 |
Do any one know if Windows AMD64 executable works with a 64 bit pentium? I assume you have to have the 64 bit version of windows xp. Have been waiting for a pentium release for ages. Thanks in advance.
|
| inventory databasing | 26 May 2006 17:48 GMT | 1 |
Hi i took a introductory course in java and ive been programming ever since. Ive been trying to create a database prgm for my company, and i heard that access was going to be the simplest and most accesable way to do it. Ive been trying to connect the java to the access database
|
| Execute Update from Java to Access database problem... | 26 May 2006 17:41 GMT | 2 |
public boolean addItem(String barcode, String style, String colour, String size, String qty, String store){ boolean complete = false; String addItem = "INSERT INTO items (barcode, style, colour, size,
|
| Wicked Cool Java | 26 May 2006 15:55 GMT | 34 |
Just bought the book "Wicked Cool Java". It's great! It skips all the plodding step by step stuff and just talks about the cutting edge cool things you can do with java.
|
| Timing | 26 May 2006 15:52 GMT | 4 |
Is there a library available for purposes of timing? I was thinking of something like timing4j (as in log4j) solving timing "issues" in a "generic" way, initializable, like log4j, with a properties file (specifying "registered" calling methods, threads, class loaders, how the data ...
|
| Help: Could you help me understand this Java GUI project? | 26 May 2006 15:41 GMT | 5 |
I have received a small Java GUI project. I am a Java programmer. But I don't fully understand the requirement. The project is: Using J2SE 5.0, develop a JPanel that draws a list of semi-transparent (alpha = 128) rectangles with a border. The control must have the
|
| how to mail a form in JSP | 26 May 2006 15:34 GMT | 5 |
hi this is ravin. i m a last year IT student and i am doing my project at a govt. organization. i have to do one thing in my project that:
> there is a feedback form which is to be filled by any user. > it is having four fields. |
| XML XSD question | 26 May 2006 15:23 GMT | 1 |
XML XSD question How to define a set of elements that could be in any order and can occur more than once?? Thanks a lot!
|
| Eclipse Tomcat error | 26 May 2006 15:20 GMT | 1 |
HTTP Status 500 - -------------------------------------------------------------------------------- type Exception report message
|
| File upload with JSF | 26 May 2006 15:19 GMT | 1 |
I'm a new java user and i have to develop an application with JSF in which i have to upload a txt file. After the upload i have to develop an application that reads the txt file uploaded and counts row and columns number of file.
|
| How to get info inside <Appinfo> ? | 26 May 2006 15:17 GMT | 1 |
How to parse a XSD file and get info inside <xs:appinfo>? JDOM supports this? Thanks!!!
|
| is there a way to validate a Javascript using Java? | 26 May 2006 14:46 GMT | 4 |
What i'm looking to do is to serve dynamically generated Javascript from a J2EE application. I'd like to see if there are Javascript compiler exceptions before i serve the JS to the browser. Is there a javascript interpreter for Java that I might be able to use
|
| MIDP2 and a new Item | 26 May 2006 14:39 GMT | 2 |
I create a "Screen" like class, similar to "List" but with completely graphical menu. Now I want to extend it to "Item" like (similar to ChoiceGroup). When I select the "Item" and fire, It will display images and text.
|
| driver for LAN access | 26 May 2006 14:26 GMT | 6 |
We are writing an application to copy TIF files from a Windows workstation that receives faxes, convert to jpg, and store in a database. To get the files from the workstation we must either install an FTP server on the workstation, or find a java driver that provides LAN access. We ...
|