| Thread | Last Post | Replies |
|
| Good team-programming tools | 14 Dec 2006 15:13 GMT | 3 |
I`m looking for some good (not neccesary advanced) team programming tool, simplify work in 5-20 people group (something like Visual SourceSafe). It should give some basic functions like source code synchronize, version control and backups. We use programming platforms like: ...
|
| Run .Java as a Windows-service? | 14 Dec 2006 14:58 GMT | 4 |
Hi Guru's, Does anyone know how to 'convert' a .java-program to a Windows XP Service? Someone wrote a Java application to copy records from an external database to a MySQL database running on the local machine. This program is started
|
| Getting class to compile under JDK 1.5 AND 1.6 | 14 Dec 2006 14:56 GMT | 8 |
I've got a puzzling problem. Our code runs fine under JDK 1.5. I downloaded JDK 1.6 today, recompiled, and got errors. The trouble is that one of our classes implements the java.sql.ResultSet interface, and they changed the interface to include more methods. For
|
| declare/initialize array in constructor? | 14 Dec 2006 14:46 GMT | 5 |
Hello. I have a class which will need string arrays. Normally I declare them as instance variables in the class. But, can these instance variables be part of the constructor? Here is an example. (1) shows how I usually declare and instantiate class variables. (2) shows what I
|
| How to track system generated dialog box/window? | 14 Dec 2006 13:54 GMT | 3 |
i have a web application that is developed suign struts. When the user clicks the 'X' button in the window, i want to move to an action class that performs a database update and then has to close the window. Kindly help.
|
| a simple question realted to StringBuffer | 14 Dec 2006 13:45 GMT | 15 |
I am using a StringBuffer to hold a line with fixed length of 72 chars. Later, I am going to put char at a specified location, using setCharAt(location, char) method. But this code doesn't work:
|
| if somebody has good knowledge of Core JAVA, how should he start with J2EE | 14 Dec 2006 10:52 GMT | 3 |
I have good knowledge of core java. Now i want to learn J2EE.I m studying servlets & jsp myself. I m not able to understand working of servlets. Please explain me the working pattern of servlets & jsp.
|
| SSL/Socket | 14 Dec 2006 09:10 GMT | 1 |
I wrote a simple java program that uses SSL sockets to connect to a site and check the certificate, convert it to X509 and check some properties out of it such as expiration date etc. This works fine. Now the problem is that I cannot create sockets from inside a company
|
| replacement | 14 Dec 2006 08:25 GMT | 1 |
I have a file for which each line has a substring monthday 13041140 Jun28 gh 130164140 Jun29 ad 130114540 Jun30 gg
|
| help | 14 Dec 2006 02:48 GMT | 15 |
default access in class, I declare a class like: class ClassA {
|
| legality of mimicking the Windows look and feel | 13 Dec 2006 23:13 GMT | 14 |
This is a bit off-topic. I was wondering what the legal relationship Sun has with Microsoft when they mimic the look and feel of, say, Windows XP in Java. Would the illegal bit only be if a Java app had the XP look-and-feel on
|
| Maintaining State | 13 Dec 2006 22:12 GMT | 1 |
I am building a system and sometimes need to maintain state on the server. I am considering using JBoss and Stateful Session Beans. Can I do this just using Spring and Tomcat? If so, any pointers to articles or code would be especially helpful. Thanks. Steve
|
| Error while compiling | 13 Dec 2006 21:44 GMT | 2 |
I am trying to compile xmlbean example. I get a below error. Any reason for this error? C:\Magellan\java\xmlbeans-current\xmlbeans-2.2.0\samples\XQueryXPath\schemas>scomp -d .\test -src .\srctest -out emp.jar employeeschema.xsd
|
| ejb annotation | 13 Dec 2006 20:55 GMT | 7 |
I am trying a ejb turorial on ejb 3.0 on jboss. When i tried to compile my java code using ant, I got an compile error as follows: .......
|
| Java Posters? | 13 Dec 2006 20:16 GMT | 5 |
I'm a bit new here, so I apologize if I'm not following proper format. I'm trying to find if there are any Java Posters out there that have good information on them such as class libraries, dependencies, etc. Being disabled, it's often helpful to have posters up instead of having ...
|