| Thread | Last Post | Replies |
|
| Optimizing HTML links parser | 08 Nov 2005 15:43 GMT | 10 |
I am a newbie to java and html parsing although I have done lex/yacc compilers before. I am trying to leech any http link from a given file be it a proper 'http://www.....' or just a reference like '/somedierctory/..../stuff' .... For now I plan on running quick tests
|
| JPEG Image writer problem | 08 Nov 2005 14:56 GMT | 4 |
When I try to use the code below on a machine the software was developed on, the code cannot find the following file (which should be a "standard" java color profile in the local cmm directory. Does anyone have a clue what I'm doing wrong?
|
| comparision Jini vs CORBA vs .NET remoting vs. DCOM vs. web services vs. Java RMI | 08 Nov 2005 13:42 GMT | 6 |
Would it be fair to compare the following technologies to each other: Jini vs CORBA vs .NET remoting vs. DCOM vs. web services vs. Java RMI? Thanks, Derek
|
| java applet does'nt load without a refresh | 08 Nov 2005 12:03 GMT | 4 |
I have installed java for linux m/c. I have done all the browser settings necessary to load an applet and I have written an applet which works fine in windows and in linux it loads but need to be refreshed several times. Sometime it loads without a refresh but
|
| generics and type checking | 08 Nov 2005 09:30 GMT | 9 |
All, I'm giving generics a shot, and I'm getting this warning: Type safety: The cast from Object to ArrayList<RequestBean> is actually checking against the erased type
|
| How do I convert a File into an array of bytes? | 08 Nov 2005 08:59 GMT | 2 |
I have a File object that represents a file on the file system. I want to use that File to obtain a an array of bytes (byte[]). Can someone tell me how to do this? Thanks
|
| Launch a class on tomcat startup | 08 Nov 2005 06:33 GMT | 2 |
I was wondering if there is any means by which I could launch my own class when tomcat starts (in the same jvm). This class would start a new thread that, in a loop, polls some log files for updates and take appropriate action.
|
| Searching on Googlewith Java | 08 Nov 2005 05:19 GMT | 8 |
Dear Programmers, I was trying to extract images automaticly from Google with an URL request. My problem is that, whenever I give to Google the URL of my query, something like
|
| ObjectWebCon'06 - Call For Proposals | 08 Nov 2005 04:31 GMT | 4 |
------------------ CALL FOR PROPOSALS ------------------ OBJECTWEBCON06
|
| SportsItem | 08 Nov 2005 04:23 GMT | 10 |
I am trying to construct the SportsItem class but i keep getting illegal type error. Where am i going wrong? I need to include the variables description, price, Stock Quantity, Stock reorder level and i think string supplier.
|
| creating directories | 08 Nov 2005 03:01 GMT | 6 |
I would like to know if it is possible to create directories from JAVA without using the Process class (neither the Runtime class). I would like just to create some directories automaticly (platform-independent)
|
| OutOfMemoryError | 08 Nov 2005 03:00 GMT | 3 |
Dear programmers, I am having the following message whenever I do a massive retrieve of images. The program has some threads that saves an images from the internet to
|
| Dual binary/character streams? | 08 Nov 2005 02:58 GMT | 18 |
Suppose a stream contains text and binary data. The text will describe how many bytes to read as binary data before switching back to reading text. It appears Java provides no library upon which to reasonably build this functionality!
|
| reading and parsing fixed length text file | 08 Nov 2005 02:45 GMT | 1 |
I need to use Java to read, parse and process a fixed length text file. The data fields are fixed, such that field1 starts at 0 and is N bytes long, field2 starts at 20 and is N bytes long, etc. etc. Some fields are long and will span multiple rows. There could even be breaks ...
|
| Eclipse and java documentation | 08 Nov 2005 00:00 GMT | 2 |
Eclipse is giving me context sensitive help (i.e. tooltips in the editor) which look to be templates without any useful info. I suspect I need to put Sun's API docs in some location to get useful stuff in the help blurbs.
|