| Thread | Last Post | Replies |
|
| Reading Web Data is S-L-O-W | 15 Sep 2006 09:30 GMT | 11 |
I am experimenting with reading a data file from the web. In Firefox, I go to an HTML page that is a form, enter the data for the form, then click on "Submit", which calls a Perl program that outputs the data to Firefox. The file is 173,910 bytes long and I'm using Apache2 on ...
|
| EJB Resource References and the Spring Framework. | 15 Sep 2006 07:46 GMT | 1 |
I have a project where I have stateless session EJBs, and I am using the spring framework within the EJBs by extending AbstractStatelessSessionBean. In my spring configuration file I have defined a JDBC Datasource by using the JndiObjectFactoryBean. This
|
| javac -J? | 15 Sep 2006 02:58 GMT | 3 |
Hi... I was just wondering if it was possible to use javac -J-Dname=value to get compile-time constants into code, perhaps with annotations or something?
|
| king of (re)setting the tooltipText as app runs | 15 Sep 2006 02:23 GMT | 4 |
I need to reset a JLabel's Text and TooTip as time passes in the simplest and least taxing way. . I know for that you would use JLabel's setText(String ...) and
|
| connector/mxj | 15 Sep 2006 01:13 GMT | 4 |
Has anyone got any experience with connector/mxj? I was trying it out last night and using some example from MySQL to start the server. I knew that MySQL was running already so I wanted to see what would happen. The first time I used the MysqldResource to check if the database ...
|
| Please give me some references about peoplesoft admin | 14 Sep 2006 23:31 GMT | 1 |
Please refere me some peoplesoft admin in louisville,KY Location: Louisville,KY Duration: FULLTIME Overview
|
| how do i get ComponentMoved notification only at the end of drag? | 14 Sep 2006 22:38 GMT | 2 |
I have a bunch of JInternalFrames inside a JFrame. I register with these internal frames as a component listener, so i can detect when they move. when a user clicks-and-drags to move an internal frame, i my listener
|
| Interface instanceof | 14 Sep 2006 22:23 GMT | 5 |
interface MyInterface { } public class MyInstanceTest implements MyInterface { static String s;
|
| Nesting classes | 14 Sep 2006 21:52 GMT | 3 |
In C++, it is always possible to have one class nested inside other or for that matter, a data structure nested inside other data structure. Something like: class A
|
| Modify java interpreter? | 14 Sep 2006 21:22 GMT | 1 |
There are some applets that I execute from the web which I want you to modify how they are displayed on my computer. The changes involve making fonts larger or creating hot keys that will allow me to input certain text strings into certain dialog boxes. This might mean I would ...
|
| EL language question | 14 Sep 2006 20:32 GMT | 4 |
I didn't find a suitable JSP newsgroup so I post my question here: I have a tag that has an attribute "level" which is a numeric type (integer). I want to know if it's possible to use EL language to create the
|
| Need to Parse delimited File into DataStructures ..... | 14 Sep 2006 19:22 GMT | 17 |
I have a delimited file of format USER:ROLE:RESOURCE It can have any number of records. I want to parse this file in Java.
|
| Simple(?) Ant question | 14 Sep 2006 18:57 GMT | 1 |
I'm kinda embarrassed to be asking this but it's been bugging me for while.... I have a bunch of .java files in /src/testPackage In my Ant build file the following <fileset> will find all the java
|
| Apache Connection Pooling for Hibernate | 14 Sep 2006 17:47 GMT | 1 |
Guys, Do anyone of U have a solution for this??? When I try to use the connection pooling of Apache for Hibernate, I get Class not found exception. I did add the commons-dbcp-1.2.1-jar file to
|
| problem when calling unix command from jsp | 14 Sep 2006 17:38 GMT | 8 |
I want to list all the file in a unix directory and display in jsp. And the directory have below files: -tmp1.txt -tmp2.txt
|