| Thread | Last Post | Replies |
|
| NewBie - java constructor error can't find constructor | 20 Feb 2007 04:29 GMT | 6 |
I have to declare a private instance variable, that can reference an array of integers(3 of them). I then need to take a suitable argument as an array, and then initialise it to the private variable.
|
| Substitute for Tiles in JSF? | 20 Feb 2007 03:34 GMT | 1 |
I am working on a refactor. The project handles some trather stright forward business, but the previous authors decided to use a best of breed or so they thought amalgam of frameworks. They used Spring, Struts Tiles Hibernate and JSF. The trouble is new people coming to
|
| Stack trace provided. Help needed in debugging | 20 Feb 2007 00:48 GMT | 4 |
Please see information below. Thanks! =============== BASIC INFO:
|
| Applet versioning problem | 20 Feb 2007 00:13 GMT | 3 |
We have certain Applets written on JDK1.2.2, and a recent upgrade of JRE on the workstation to 1.6 made the Applets unable to load on the workstations. The root cause of the problem shown by Java Console is the following:
|
| DBA in Oracle | 19 Feb 2007 22:44 GMT | 4 |
can anyone tell me what are the prerequisites/eligibility for being a DBA in Oracle .. and how much experience i need in relevent field . For me being new to sql database starting up with Oracle database is
|
| enum frustration | 19 Feb 2007 22:33 GMT | 1 |
I'm just starting to teach myself Java, and I'm having a terrible time setting up a simple enum. I'm 99.9% sure the syntax is correct, because I've checked it with numerous online tutorials, but I still get errors. Here is my file:
|
| Http login | 19 Feb 2007 21:29 GMT | 2 |
I want to grab the website through java. On the website I found following html form: <form action="http://secure.page.com/login.php" method=post> <input type="hidden" name="loginnext" value="http://secure.page.com/
|
| Ways to detect if a file has moved? | 19 Feb 2007 21:04 GMT | 6 |
I am writing an application that will track data about files. Once the application becomes aware of a particular file, I would like to add a feature whereby, even if the nominal pathname has changed, it is still able to locate the file. I have thought of a few ways one might do
|
| Eclipse Reference Anthoer project | 19 Feb 2007 20:48 GMT | 2 |
Hey guys, I'm coming from the .net background and I've been out of java development for a few years so please bear with me. How do I reference another project in eclipese? I have a web project
|
| doubtsin java | 19 Feb 2007 20:47 GMT | 2 |
Helloo I am a newer one to java. just started to study it. I am getting so many doubts in the language. I don have any previous knowledge in progamming.
|
| Force browser to open a file (rather than save/open/cancel) | 19 Feb 2007 20:21 GMT | 12 |
Im using jsp, and tomcat, what I am trying to is have some file security. The main goal for me is to dissallow users from downloading the setup exe directly to their computers, instead I would like to is force them
|
| Top Ten SEO Factors | 19 Feb 2007 19:12 GMT | 1 |
These are what I believe to be the top 10 most important things (not necessarily in order) that you need, in order to get your website found in the search engines.(think about http://www.frontstores.com ==Explore it )
|
| java programmer | 19 Feb 2007 17:59 GMT | 10 |
i am interested to join in this group
|
| Basic question about command invocation | 19 Feb 2007 17:14 GMT | 1 |
I am new to Java so please be gentle. I confess not having read through some basic stuff yet, although I am doing my best sifting through the racks and piles of documents I have. In the invocation below:
|
| Swt hangs swing gui | 19 Feb 2007 16:43 GMT | 1 |
Problem : I have an application (applet) writtten with swing. I decided to add a swt frame (shell) for embeding an activex control in to that shell. any way my real problem is that when the swt shell activates (opens) it hangs the swing gui thread. so
|