| Thread | Last Post | Replies |
|
| HTML and PHP Parser | 26 Oct 2005 15:28 GMT | 7 |
Anybody know html parser writing in java which take in account php tags and could work with non-valid html or processing peace of html document with php tags? I found two library
|
| Accenture ATS "US Solutions Workforce" Salary Survey #01 | 26 Oct 2005 13:56 GMT | 3 |
Accenture ATS "US Solutions Workforce" Salary Survey #01 To participate in the salary survey you must begin the BODY of the letter with a code phrase. If the code phrase is absent, the survey automation will reject the mail.
|
| what is the practical difference between an abstract class and an interface? | 26 Oct 2005 12:17 GMT | 1 |
> Actually java soft has provided an interface with the intention that, > when we know the method names and we don't know the implementations we > will write them in an interface. > when we don't know the implementation of some methods of interface and |
| JDBC, MySQL connection | 26 Oct 2005 11:34 GMT | 4 |
Excuse me if I'm in the wrong users group for this question, but this forum is the best around so I'm giving it a shot. I have a connection statement to make a connection with a MySQL 3.1 database via JDBC that follows:
|
| Need to emulate browser behviour from a java class | 26 Oct 2005 11:18 GMT | 1 |
I am trying to use the URL class in order to emulate browser behavior. the scenario I'm working on is as follow : call a web-application - page a read page a , inside the page I find an <img src=.../some-servlet>
|
| problems with linked lists | 26 Oct 2005 08:16 GMT | 4 |
I am running the following code and am having problems with it ========================================================================== while (running.get()) {
|
| what is a pseudo code? | 26 Oct 2005 07:52 GMT | 4 |
Can u please explain me what is a pseudo code? Thanks...
|
| Getting disk performance and stats | 26 Oct 2005 07:21 GMT | 5 |
We've got an app which is running slow, and a CPU profiler shows that 90% of the time is being spent in java.io.RandomAccessFile.seek(). This is mystifying, because we are reading 2K pages sequentially out of about 30 files, so there should be at maximum 30 seeks. At 10ms per ...
|
| Java 2 multi hash collection | 26 Oct 2005 07:09 GMT | 4 |
I'm trying to find a way to create a class, SomeNewClass that I can access like a collection in C# so: Ideally, hash key pairs would be allowed so: SomeNewClass snc = new SomeNewClass();
|
| what are the limitations of a driver in JDBC? | 26 Oct 2005 07:00 GMT | 1 |
suppose we have a setup where 4 systems are involved ,in which server is running x platform and all other 3 are running other cross platforms. Suppose i want to access the data from server from all the 3 servers at
|
| a common yet hard-to-resolved problem for Java GUI size! | 26 Oct 2005 05:38 GMT | 5 |
The Java application GUI (setPreferSize to some hardcoded dimension) gets smaller when it comes to wide screen (Dell 16:9 laptop), and the users have to resize the GUI every time they are launched (so as to see the action buttons). This problem seems to happen only for 16:9 wide
|
| How to allow termination of java application | 26 Oct 2005 05:17 GMT | 2 |
I wrote a java application that runs through several steps including retrieving some records from a database and posting them to an application server. Occasionally I will want to stop the process midstream -- on other
|
| contains(.) method in Collection framework | 26 Oct 2005 02:18 GMT | 3 |
I have a questions about how the contains() method works for a class in Collection framework with a user defined object. Do I have to do something special? I tried the following example. But the output is not what I expected. --------------- CODE -------------------- import java ...
|
| XML problems reading file in another directory | 26 Oct 2005 02:10 GMT | 3 |
I am new to XML and I am trying to read an XML file 3 directory levels up. In the jsp I am setting the src to "..\..\..\directory\file.xml" and I've tried "../../../directory/file.xml". Both these methods don't
|
| Pack2000 magic | 26 Oct 2005 00:52 GMT | 2 |
I noted something that surprised me. Winzip reads Sun pack2000 jars. I would have thought they would be incompatible. Are such jars done in some way that makes them transparently compatible with old PKZip formats, or did Winzip just get on the ball unusually quickly?
|