| Thread | Last Post | Replies |
|
| X-modem question | 01 Jun 2005 21:32 GMT | 3 |
I'm developing a program using the javax.comm package. I need X-modem support in it. And from what I understand javax.comm does not provide this. I have googled to find any libraries to do this form me and only find the serialio package (www.serialio.com) I have a budget to spend
|
| listing of system resources | 01 Jun 2005 21:01 GMT | 2 |
with ClassLoader.getSystemResource() I have access to specific files on the CLASSPATH, in particular to files stored in the jar file in which the application resides.
|
| JUNIT very slow....... | 01 Jun 2005 21:00 GMT | 3 |
I have a small program I build as a stand-alone (i.e. as main method) and as a junit test. I am using Apache Ant. When run as the Junit test it takes bloody long time to ready itself before running -- on the order of 1-2 minutes!! The total size of the library I am building
|
| Printwriter limitations? | 01 Jun 2005 18:07 GMT | 2 |
I'm writing a little job to do a SQL query and dump the data into a flatfile. For some reason it cuts off before finishing the whole thing. I don't know of any limitations on the objects that I'm using, but maybe I've missed something. Here is the code..
|
| Using variable or using direct method call | 01 Jun 2005 17:31 GMT | 4 |
If I were to do this: public void method() { Container parent = getParent(); :::
|
| www.ittopinterviewquestions.com | 01 Jun 2005 17:16 GMT | 6 |
www.ittopinterviewquestions.com www.ittopinterviewquestions.com Good site for IT interview questions, like Java, J2EE, J2ME, J2SE, software testing, CMMI, C++, Networking, .Net, database. Seems to be updated continuously. Also some pages on
|
| javascript and session | 01 Jun 2005 16:32 GMT | 2 |
Is there any possibility to extract session id from client side using javascript?? is there any function, which can handle this or is there other solution?? Marcin Goldyn
|
| tomcat - struts taglib problem -- The end tag "</logic:equal" is unbalanced | 01 Jun 2005 15:53 GMT | 3 |
hello i am facing the problem with the taglibs. my jsp page works fine with the welogic but it is throwing the following error when using the tomcat [ServletException in:/jsp/subHeader.jsp] /jsp/subHeader.jsp(54,16) The
|
| Direct ByteBuffer advantage? | 01 Jun 2005 13:53 GMT | 2 |
I was wondering, is there a big advantage over using small direct bytebuffers for the actual SocketChannel.read() and write() methods instead of heap-allocated bytebuffers. I'm working on a server and having a small direct buffer for the actual IO
|
| RFC: Open Source Clinical system for the NHS | 01 Jun 2005 12:34 GMT | 3 |
I work in the NHS as an IT coordinator at a medical centre. We use the EMIS LV clinical system as do half of the practices in the UK. As a taxpayer I would like to see my money pay for treatment not for software licences. I propose the development of an open souce java based system ...
|
| Creating installable package in java | 01 Jun 2005 11:58 GMT | 3 |
I want to create a installable package [setup.exe] in java.In my package i want to include my jar file. On running setup it should search for jvm on system if there is no jvm then it should install it on the system.
|
| Continuing downloading | 01 Jun 2005 11:52 GMT | 2 |
I should implemed a serverside application that allows clients to download files. If client's donwload breaks, application should remember how much and what file client was downloading and then continue downloading from breaking point to end of the whole download.
|
| Hiding menubar of browser | 01 Jun 2005 11:46 GMT | 1 |
I want t hide menu bar & other toolbar in Interner Explore browser. In my application i am loading browser at run-time .I don't want any toolbar & menu bar also. How can do this in java.
|
| Problem using JEditor in swing | 01 Jun 2005 11:18 GMT | 2 |
I am using JEditor to show html pages i.e. JEditor.setPage(url) method to show url . If the html page contains javascript code in it. Is there any solution to make JEditor script enabled?
|
| Tomcat, creating threads | 01 Jun 2005 08:17 GMT | 1 |
I am trying to do some thread profiling on a website that consists almost entirely of JSPs. When I create a thread in my application, I give it a relevant name. The problem is, I am seeing other threads that are calling my classes.
|