| Thread | Last Post | Replies |
|
| JUnit - HTML report | 20 Jan 2006 08:03 GMT | 4 |
As HTML report generation from JUnit supprisingly appears to be an Ant feature only (refer to an earlier post on this subject), I supply my home brewed version of this as promised (my appologize for the long listing :-)
|
| convrtor in AJAX in DWR....what is this ? | 20 Jan 2006 07:02 GMT | 11 |
i dont understand what is the job of converter in DWR AJAX. can anybody please help me http://getahead.ltd.uk/dwr/server/dwrxml/converters converting my java classes to what ?
|
| ##### HELP: Getting List of file on a Web Server ###### | 20 Jan 2006 06:36 GMT | 1 |
I need to get the list of files in a particular folder on a web server. Assuming that I have the read access to the server, how do I do this?? Example: I need to find out all the files at http://www.example.org/folderA/folderB/
|
| anybody wants to work with me on ai project in java | 20 Jan 2006 06:26 GMT | 9 |
hi, anybody interested in long term artificial intelligence software project to develop an intelligent bot for stock market trading in india ?, the project is to be implemented in java using the bea weblogic application server platform on almost all paltforms
|
| sent byte[] by TCP | 20 Jan 2006 06:25 GMT | 6 |
I have a byte[] that is my message. How can I sent it by TCP protocol? What kind of output stream have I use? Thanks
|
| Using Java to produce HTML like a php script | 20 Jan 2006 05:38 GMT | 4 |
I am a university student using a program that requires updated xml from a webpage (well, a webserver). Now i know this can be done with php and apparently quite easily but I would really rather do this with Java (as the program that will be manipulating the information to be
|
| Jakarta's Latest HttpClient | 20 Jan 2006 05:36 GMT | 2 |
I'm not "real" familiar with Java, but enough to get around. However, I'm seemingly having a problem getting a URL connection to timeout correctly using HttpClient. Example code follows: // Create HTTP Client
|
| httpclient: Setting a Timeout | 20 Jan 2006 05:02 GMT | 1 |
I'm writing an application that needs to check the reachability of some hosts. I decided httpclient would be the nicest thing to use in my case. My Problem now is that no matter if I set a timeout using the following code:
|
| MP3 processing question | 20 Jan 2006 02:28 GMT | 4 |
Does anyone know an approach I could take to look at MP3 files in a directory and : a) determine the song length (e.g. 3 minutes 47 seconds) b) "crop" the song (for example, take from 1 minute 00 seconds through 2
|
| Is SSLSocketFactory thread-safe? | 20 Jan 2006 01:30 GMT | 1 |
I'm writing a multi-threaded application that uses SSL sockets for communication. I'm wondering if I need to provide any synchronization around the SocketFactory returned by SSLSocketFactory.getDefault(), if it's possible many threads will be creating new connections
|
| Java/Jsp String findandreplace problem | 19 Jan 2006 23:47 GMT | 5 |
hii, ihave a large string that needs to be formated to html format. now before every chart its like this -0-
|
| Distrituting Giant Files | 19 Jan 2006 23:07 GMT | 22 |
I have been studying up on the latest BitTorrent. see http://mindprod.com/jgloss/bittorrent.html It lets you distribute very large files with minimal overhead on your part.
|
| Running SWT On UNIX (GUI Development) | 19 Jan 2006 21:28 GMT | 1 |
I was wondering if it was possible to run SWT on a unix machine. I tried using the swt.jar file, but it does not seem to work. Please let me know if any one has tried? There is not much documentation on SWT, and I keep getting unresolved symbol errors.. Looking for any help.
|
| struts and file download | 19 Jan 2006 21:21 GMT | 1 |
I am getting an Outputstream already obtained when my Action passes the HttpServletResponse to another method, which then does: response.setContentType("text/csv"); response.setHeader("Content-disposition",
|
| Applet not instantiating behind firewall | 19 Jan 2006 21:12 GMT | 1 |
What might cause a signed applet, which otherwise (i.e. when not firewalled) loads and executes, to fail to load (leaving the dreaded 'X" in the upper left corner of the window designated to it by the browswer) under Java 1.5 when behind a firewall whereby port 80 is wide open?
|