| Thread | Last Post | Replies |
|
| Creating an object during runtime | 30 Nov 2005 23:18 GMT | 9 |
I'm trying to generate an object name during run time, and then create an object with the contents of that variable. You can see that I'm trying to also make the object name self generating (almost, the 'y' variable isnt being incremented yet), putting two values ('y' and 'C'). My ...
|
| dfg | 30 Nov 2005 23:04 GMT | 1 |
|
| How to parse huge file with timestamps | 30 Nov 2005 23:02 GMT | 1 |
I need to parse a text file where each line is timestamped. Each line has the form "timestamp, value1, value2" I have to get max value of value1 between two timestamps and the the avg value of value2 between another two timestamps. What would be an
|
| XMl generator | 30 Nov 2005 19:48 GMT | 2 |
Friends Does anyone know any open source which can take a XML template and a bunch of Java Objects and spit out an XML which follows the template? I tried this product called axt but for some reason i get a
|
| Newbie swing question | 30 Nov 2005 19:34 GMT | 2 |
I am new to java and I started off by writing a client/server based tic-tac-toe game using Swing. I have run myself into the following situation. What I am trying to do:
|
| Help with Swing threading! | 30 Nov 2005 19:16 GMT | 9 |
I've got an interesting problem and cannot understand why it happens this way. I have a class to encapsulate the set "waiting" cursor. public class CursorAction {
|
| jsp:useBean - access ArrayList containing beans? | 30 Nov 2005 18:27 GMT | 1 |
- application type: JSR168 portlet - version: JSP 1.2, Servlets 2.3 i would like to do the following but i cannot access the ArrayList via the JSP. could anyone help?
|
| hashCode() ? | 30 Nov 2005 17:25 GMT | 27 |
I need to find out whether the hashcode() function actually returns unique value wrt every different object and can it be uswed to identify a single object in an array of more than 1-million objects?
|
| How do you run an SWT application outside of Eclipse | 30 Nov 2005 17:02 GMT | 1 |
I created a SWT application using the Eclipse IDE, and it runs well. However, when I export the application to a jar file, it does not run correctly. When I run the program with the following line:
|
| UML Producer | 30 Nov 2005 16:26 GMT | 5 |
I just want a product that will take existing Java Code/Packages/etc and create a GUI UML product. I don't want to create the UML by hand. Is there a product out there? Thanks in advance.
|
| HTML Processing in Java | 30 Nov 2005 16:09 GMT | 7 |
I would like to process html pages in java. The very first task would be to ignore unnecessary information like comments (everything in <!-- -->) or images. What would be the best start point?
|
| Is there a possibility to call a stored procedure on the MSSQL DB without java to wait for a return value? | 30 Nov 2005 16:00 GMT | 3 |
Im working with jdbc on a MSSQL Database. In my java client im executing a stored procedure called myProc on the database. Im doing this with the following code:
|
| Subtle difference in wait / notify | 30 Nov 2005 15:22 GMT | 2 |
Can anyone explain this behaviour? It is basically the minimum amount of code to set up a thread that waits until it is notified by the main thread. In this code the notify does not work because of the way it uses an
|
| passing bean to a java function in jsp scriplet | 30 Nov 2005 14:32 GMT | 4 |
I have to pass the value of form bean property to a java class funtion. I am using the following syntax and it is giving me syntax error. can any1 help me in it ? <tr>
|
| a Timer in a URLConnection | 30 Nov 2005 13:55 GMT | 5 |
I would like to implement a timer into a URLConnection object to avoid some server useless conections. My application can connect to the server, but the server doesn't send back any releavant information (a file) but it mantains the connection alive. I would like to make a Timer ...
|