| Thread | Last Post | Replies |
|
| Static methods | 27 Dec 2006 20:12 GMT | 19 |
Hi guys I am working on a program and I cant seem to figure out where it is I am going wrong. It is involving Bank accounts and PINs. I have a Bank class and a BankAccount class.
|
| File Transfer and Multiple Disk Partition Support | 27 Dec 2006 17:53 GMT | 2 |
I have a scenario I would like to discuss. I have a set of servers that get constant ftp of files and a subset of those files need to be transferred to a central file storage system. The files are also processed internally on those servers for their own
|
| Please help! | 27 Dec 2006 17:24 GMT | 28 |
I'm a beginner in java..this is actually my second program in java..can you help me with my code?? pleeaaassee?? /*Return the greatest common divisor */ class GCDSolver{
|
| Apache SOAP - creating a envelope | 27 Dec 2006 15:32 GMT | 2 |
I have successfully installed Tomcat and Apache SOAP. I'm fairly new to Java and I'm trying to create a soap envelope and I can't find any examples. I'm following the Pro Apache XML book from APRESS and I'm able to get an xml file through commandline argument,
|
| tomcat | 27 Dec 2006 12:30 GMT | 1 |
Dear all iam new for java,i have one dought that is how to set path to tomcat and how to deploy. regards, chinni.
|
| VBA problem | 27 Dec 2006 11:57 GMT | 1 |
I introduce you my problem. In language VBA, I would like to gather the column name. For example, if the cell is "A2", I wish gathering A and not the number of this one. Indeed, the column fonction sends back me the number of t
|
| A problem about using xfire to replace axis | 27 Dec 2006 09:34 GMT | 1 |
I am not sure this thread should be post here. It's a problem about using two different SOAP engine: axis and xfire to implement my web service. We used to implement my web service with axis, but to have a better
|
| developing webservices using axis2 and soap | 27 Dec 2006 09:23 GMT | 5 |
can any one please tell me how to develope and deploy webservices using axis2 and soap. I am new to axis2 so please tell me the procedure to do . please refer any sites relating to that.
|
| How fast is Socket & OutputStream | 27 Dec 2006 05:25 GMT | 2 |
I have a load tester that connects to the server and sends through 1000's of messages and using the returned message from the server calculates the round-trip numbers (milliseconds). One implementation of the server has bottleneck. Another
|
| Q about increment and assignment | 27 Dec 2006 04:53 GMT | 32 |
I'm confused by the output of the following code: public class PP { public static void main(String[] args) { int i = 1;
|
| Authentication for web clients and Swing clients | 27 Dec 2006 03:10 GMT | 1 |
I have to design for University thesis a full j2ee system, with EJB middle tier and both web clients and Swing Clients. My dilemma is how can I handle authentication successfully for both web clients and swing clients ?
|
| getting started with java,need help. | 27 Dec 2006 02:31 GMT | 7 |
I Want to debug an applet running inside internet explorer, I could not find a way to do it either with neat beans nor with eclipse.and the help i get from the documentation is poor. Thanks in advance.
|
| Script help | 26 Dec 2006 21:57 GMT | 3 |
Can someone please help me? I built a rather basic website for a pizza shop owned by mother-in-law and want to jazz it up a little with some picture fades on the home page. I created the site in FP and wanted to know if someone could help me with the scripting for the fade. A ...
|
| Netbeans 5.5 java.lang.OutOfMemoryError | 26 Dec 2006 18:49 GMT | 1 |
I am trying to compile pretty big project using NM 5.5 - SDK 1.4 During compilation the IDE throws Out of memory exception I have edited the following file ( As explained in :
|
| a little question about DES | 26 Dec 2006 17:11 GMT | 1 |
my codes is: ----------------------- static public void encrypt(String keyStr, File fin, File fout) { try {
|