| Thread | Last Post | Replies |
|
| Web scrapping | 04 May 2007 10:14 GMT | 4 |
I am trying to extract data from a website and store it. Would someone pose different ways to approach this problem or even literature that I could read to help?
|
| Query:multithread about java | 04 May 2007 07:53 GMT | 5 |
I'm new to java. Here is a demo about java's multithread character: class MultiThread extends Thread{ private int ticket = 100;
|
| How to make a multi-user login website. | 04 May 2007 07:31 GMT | 1 |
Nearly every website has one, even Google.com has it. So how do I make a multi-user login website? Please reply, or if you can, email me @ evilmastermine1123@yahoo.com
|
| Small problem with error handling [Struts] | 04 May 2007 06:31 GMT | 2 |
I have an updation form.On click of the update button I am doing some validations in my Action class.In case of any error it will redirect back to the input page. Now comes my problem.As I have told you,my form is an updation form.So
|
| problem with Session expiration in Struts | 04 May 2007 05:55 GMT | 4 |
i have created a small aplication using struts.I just want to know how to give a session timeout for my application.Once the session has expired,the user should be redirected to the login page,whenever he clicks on any link or button.It would be really helpful if anyone can
|
| RMI - downloading class definition? | 04 May 2007 04:08 GMT | 1 |
I am writing a little RMI application, where the server has access to a database (sort of persistence layer), and the client sends search terms to it over RMI. The server loads the answer from the database into a JavaBean object
|
| ClassCastException in RMI application | 04 May 2007 04:03 GMT | 4 |
i found some mails complaining about ClassCast Exception but mine is a bit different and i coulnt find any explanation.. Please help me.. ********** CList Interface ************* import java.rmi.*;
|
| Does javax.swing need X11 on Unix? | 04 May 2007 03:40 GMT | 4 |
this question might as well be that "does OS needs processor to run " but anyway Does javax.swing needs X11 on the unix platform? I have a machine which havs just barebone Unix with no windowing system and although
|
| queuing simulation | 04 May 2007 02:24 GMT | 1 |
I am new to java and I am trying to implement a simple queuing system using the poission spread for arrivals. To keep things simple I am initially trying to populate the queue and print. Below is a snippet of my code - my values seem out of wack and I have
|
| Get Class object for array | 03 May 2007 20:33 GMT | 2 |
For a call to Class.getMethod(), I need the Class instance that represents Class[]. Obviously, I can do (new Class[0]).getClass() but is there anything neater?
|
| Creating A Copy | 03 May 2007 17:53 GMT | 16 |
I want to create a copy of a set of data (so I can manipulate it, etc without affectnig any of the original data). Currently, I am using a deep copy that I discovered online. The problem with the deep copy is that it creates copies of EVERYTHING - listeners, etc, etc. This
|
| Custom properties | 03 May 2007 17:39 GMT | 3 |
I'm using the Preferences class and have some objects to represent with Strings for storage. I have for example a rectangle class that may have a string representation "0,0,50,100".
|
| Problem about generics and class array | 03 May 2007 14:47 GMT | 3 |
Can somebody explains why the last line of code doesn't compile ? public class TestClassArray { private static class A { }
|
| Retrieve function name | 03 May 2007 10:26 GMT | 6 |
Does anyone can give me some idea about how to retrieve the function name in Java? (similarly __FUNCTION__ in C/C++) Thanks
|
| [graph java]cycle detection | 03 May 2007 10:16 GMT | 2 |
is java good candidate techno to do cycle detection within big graph (potentially 3000 nodes). could provide me some link towards the best java frameworks to help do such things ?
|