| Thread | Last Post | Replies |
|
| WebServices and .NET | 17 Jun 2007 00:16 GMT | 14 |
Im currently exposing functionality of an existing application as a Web Service - Im using Axis 1.x for this. I have read that the only style of Web Service supported by .NET is "wrapped" as opposed to, say, "document".
|
| Direct access to aar-Files | 17 Jun 2007 00:09 GMT | 1 |
I've got a perhaps little curious question! I'm using a simple Tomcat 5.5 and got some war-Files in my "webapps" dir. Also I'm using Axis 1.1.1 with some aar-Files.
|
| The Concepts and Confusions of Prefix, Infix, Postfix and Fully Functional Notations | 16 Jun 2007 18:57 GMT | 30 |
The Concepts and Confusions of Prefix, Infix, Postfix and Fully Functional Notations Xah Lee, 2006-03-15 [This articles explains away the confusion of common terms for
|
| Java authors needed | 16 Jun 2007 17:48 GMT | 1 |
ReviewNet Corporation is looking for a few authors to write on-line testing questions for a series of new .Net skills tests we are developing. We are looking to update some of our current tests and add new tests on Java development topics.
|
| tomcat and 2.0 | 16 Jun 2007 14:39 GMT | 1 |
i need to know where should i put my class and/or java files inside the tomcat cat_4.1 directory.so that i can run the project/software in browser.i had earlier tested the same project using java web server 2.0(an older one) i put up the java and class files of my project
|
| Linux - Obtain environment variables | 16 Jun 2007 12:32 GMT | 3 |
guys, under linux, how can java access environment variables. currently i have something like, Properties envVars = new Properties();
|
| Set size of JTable inside a JScrollPane | 16 Jun 2007 06:21 GMT | 1 |
I'm inserting a JTable into a JScrollPane which is inserted inside a JPanel. I'd like to set the size of this JScrollPane to be the same as the JPanel, so it will show a blank space between the end of my JTable and the end of my JScrollPane.
|
| Remote Shutdown using Java | 16 Jun 2007 05:20 GMT | 4 |
Hi all. I want to be able to shutdown remote computers using Java. Below are the things that have been imported : import java.awt.*; import java.awt.event.ActionEvent;
|
| Waiting all threads in a fixed thread pool | 16 Jun 2007 02:52 GMT | 4 |
Hello, may I know how can I wait for all the threads in a fixed thread pool to be completed, without calling shutdownNow? Executor pool = Executors.newFixedThreadPool(nThreads); for(int i = 0; i < 10000; i++)
|
| Could you make javax.print more complicated? | 16 Jun 2007 01:37 GMT | 2 |
I thought java.awt.print was the package from hell, but I'm trying to upgrade my code to javax.print. I haven't found a decent tutorial that explains what the hell is going on or how to make it work. Can anyone point me to a decent (recent) tutorial or a freeware
|
| RMI: how to get client info? | 15 Jun 2007 18:00 GMT | 4 |
how can my RMI server get information about connected clients? i found only the method inside the class RemoteServer named 'getClientHost'. but it returns just a stupid string with the IP address.
|
| Struts Readonly... | 15 Jun 2007 16:19 GMT | 1 |
can anybody tell me, if it's possible to set sturts fields in an jsp site to readonly via an action? Hope it is understandable what I want, my englisch isn't the best... Greetings
|
| method compareTo | 15 Jun 2007 12:12 GMT | 12 |
Hi, I've read the API description of compareTo method but I don't understand how is calculated the returning value when strings aren't equals! Any more simple explanation?
|
| EJB3 with hand-coded ORM in JDBC | 15 Jun 2007 12:01 GMT | 1 |
I am writing a Stateless session bean in with an EJB 3.0 container (using JBoss 4.2 right now, and possibly Glassfish later). This bean is going to provide reading/writing from the DB supplemented by some business logic (using hand-written JDBC DAO's for my objects). The
|
| when do I see this? XSLTProcessor processor XSLTProcessor processor | 15 Jun 2007 11:52 GMT | 1 |
I have the following lines of code. import java.io.*; import java.net.MalformedURLException; import java.net.URL;
|