| Thread | Last Post | Replies |
|
| generic ArrayList | 20 May 2007 16:44 GMT | 6 |
I was having problems with generic ArrayList, so I created a little test. Here it is: import java.util.*;
|
| Problem storing properties file in vista | 20 May 2007 10:00 GMT | 4 |
Anybody seen anything like this... I am not able to store changes to a properties file in Vista. properties is an instance of java.util.Properties properties.store(new FileOutputStream('Path to file'), "Client Data");
|
| career guidance | 20 May 2007 04:06 GMT | 10 |
After 20 years developing C/C++ on Unix (Solaris, linux) I now find myself in a consulting company where the client environment is java/MSWindows using Eclipse quite a bit However after years of avoiding MSWindows I now find myself using it
|
| CommandAction for Command.OK w/o the send key | 19 May 2007 23:57 GMT | 10 |
I've got a question that I cant seem to figure out from searching and that is: I am using a canvas and adding commands to that canvas for certain actions, namely that of Command.OK to select an option. It works fine, but the problem I am coming across is that CommandAction
|
| Tomcat 6 + Axis problem | 19 May 2007 22:23 GMT | 4 |
I have succesfully installed axis 1.4 + tomcat 6.0.10 and JWS files seems to be running right. However when I try to run a basic calculator client example from axis userguide (page 8)
|
| EXE without JVM | 19 May 2007 21:29 GMT | 11 |
i would like to know if exists a compiler from java source file to exe. I found a lot of compilers, but everyone with JVM dependence. Exists some compilers that built an all-in-one exe (obviously loosing java portability)?
|
| Tomcat -- is this configuration ok? | 19 May 2007 21:27 GMT | 1 |
I am running Tomcat 5.5 on a WinXP machine and it runs flawlessly. I have the invoker servlet turned on via conf/web.xml with: <servlet> <servlet-name>invoker</servlet-name>
|
| XML and Java from Beginner | 19 May 2007 21:23 GMT | 1 |
I am a Beginner, and need some help. I am using .Net service and Java. One of my webMethod can return an array of integer, and the xml will looks like this:
|
| Problem to invoke AXIS interface | 19 May 2007 20:56 GMT | 1 |
I'm having difficulty in invoking SOAP interface using AXIS framework. in the server-config.wsdd <deployment ... > <service name="GenevaInterfaceService" style="message">
|
| Getting local path of app from EJB | 19 May 2007 20:46 GMT | 1 |
I am trying to get local disk path of my webapp (at run time) that has an EJB deployed in it. The EJB is a simple remote EJB annotated with the @Remote annotation. For a servlet we can get it by calling the
|
| new software | 19 May 2007 19:36 GMT | 7 |
Can anyone tell me what software is better for starting writting java programmes? Please tell me the software and send me in order to run it. Thanks all,
|
| about New Versions | 19 May 2007 15:04 GMT | 1 |
hi friends i want to know about the current versions of JDK,Servlets,JSP,Weblogic Server. Plz Do me reply
|
| Where to download SOAP? | 19 May 2007 14:22 GMT | 5 |
This is the only place I can find to download SOAP & every single link is broken http://www.apache.org/dyn/closer.cgi/ws/soap/ Is there somewhere else I can get it? thanks (sorry if I've missed anything obvious but but just starting
|
| "Head First JAVA" | 19 May 2007 08:16 GMT | 4 |
I am looking for O'Reilly "Head First JAVA". If you have it, can you please post a link from where I can download it? I greatly appreciate your help. Thanks!
|
| Java Template Engines | 19 May 2007 06:36 GMT | 2 |
I wanted to know if anyone can provide recommendations on a good well supported and maintained Java template engine. I found the following but am hoping someone more seasoned can provide recommendations. Thanks for any help.
|