| Thread | Last Post | Replies |
|
| Problems with Struts/Taglibs in SunOne WebServer 6.1 | 16 Feb 2006 21:24 GMT | 1 |
I have an application that I developed on Tomcat 5.5.9. It works fine in development. I am trying to port it over to SOWS 6.1sp5 and am having problems with the standard set of taglibs. Whenever I attempt to hit a page with any of the standard tags (html,
|
| Need idea about client server connectivity (using ServerSocket and Socket) | 16 Feb 2006 21:15 GMT | 3 |
I have a class that listens to one port using ServerSocket. After successfully receiving a packet, can i reply back to the client, in a way that the client do not have to listen for incoming packets. Thx in advance.
|
| Pogo Game, etc | 16 Feb 2006 21:09 GMT | 3 |
I'm a pogo fan and an anspiring Java programmer/software deceloper/enginneeer . I'm curious if maybe the source code could be out on the internet somewhere .
|
| Is There a way to design forms quickly in java? | 16 Feb 2006 20:55 GMT | 3 |
I'm new to java and I'm having problems in designing forms with the layout manager, I'm looking for a way to design forms quickly.Can you help me?Thank you...
|
| reading DBCS data (japanese) from system.in | 16 Feb 2006 20:51 GMT | 1 |
I am trying to write one java client/server application in Solaris. I have problem in Client side. Actually, the client will read the user data using "System.in" and send the data to user.
|
| Calling Java applet function upon browser close | 16 Feb 2006 20:45 GMT | 1 |
I am developing a web application and need to fire an on-close event upon the user clicking the "X" button on their browser. However, i MUST use Netscape 7.0, which does not support any native "onunload" type of functionality. So, i had the idea of using a java applet to
|
| writing data form server socket to client socket | 16 Feb 2006 20:05 GMT | 2 |
I have a program which acts as both a server and a client. I have to read data from the the server socket, process the first few lines, and then write the remaining data to a client socket. This data may contain images.
|
| JNI Invocation interface | 16 Feb 2006 18:27 GMT | 1 |
Having created a JVM from C++ using the Invocation interface, how can I call back from the Java to my C++ code? I am sure this must be simple but I can't find a reference to how to do it, and I am up against the clock
|
| File filters | 16 Feb 2006 16:56 GMT | 2 |
At the moment I have my JFileChooser and a FileFilter which specifies that only files with the extension '.xml' will be shown. This works fine, but when this filter is selected (which is the default) you can't see any of the directories because they do not end in '.xml'. Is there
|
| Create Array | 16 Feb 2006 16:12 GMT | 4 |
Hello I want to create a arry with: <%@ page import="java.util.*" %> <c:setArray var="row" index="0" value="0"/> <c:setArray var="row" index="1" value="1"/>
|
| Get the tail of a PriorityQueue? | 16 Feb 2006 15:09 GMT | 4 |
I have a class MaxCapacityPriorityQueue that extends java.util.PriorityQueue, and has the added functionallity that it has a maximum capacity, and it doesn't grow above this limit (when the queue is full and an additional object is added, it removes the last object
|
| Servlet's init() method | 16 Feb 2006 13:47 GMT | 2 |
It is recommended that if we are using servlet's public void init(ServletConfig config) throws ServletException method for initialization then we should use
|
| development environments (non-integrated) | 16 Feb 2006 13:04 GMT | 33 |
I am doing a research project on development environments using the Unix philosophy of development (see for instance http://www.faqs.org/docs/artu/ch01s06.html) with the hypothesis that an environment of small, simple, exchangable tools
|
| character encoding | 16 Feb 2006 10:07 GMT | 3 |
I am now involved in a telnet application.the problem i am facing is that there are some missing characters .i am using NVTInputStream class for character encoding.if any one has any idea please do tell me.Thanks in advance
|
| Tomcat on Linux Platform | 16 Feb 2006 09:56 GMT | 7 |
I have installed tomcat 5.5.15 on Fedora Core 3 , it is running on the host but when i want to access it from remote machine using IP address of server ( host on which tomcat is running ) it is showing the error. The error is Gateway could not retrive the page. Can
|