Forum: JSP May 5th, 2006 |
| Replies: 4 Views: 3,822 Thanks for that advice, yes I changed that in my code and I got a result, but it is only returning the last record information. Even though the System.out.println displays all records. How would you... |
Forum: JSP Apr 27th, 2006 |
| Replies: 4 Views: 3,822 UPDATE
Here are the Jsp files, after some debugging both pages display, just when I add in the jsp:getproperty then I get the StackOverflowError.
How can i get the JSP to use these values... |
Forum: JSP Apr 27th, 2006 |
| Replies: 4 Views: 3,822 Hi All!
I've been working on a simple MVC style / struts web application which will allow a user to view a product database and have the option to update a record. The initial index.jsp page... |
Forum: Java Apr 23rd, 2006 |
| Replies: 8 Views: 6,304 I know that RMI runs on port 1009, but I need to create an FTP Client Server solution so have decided to use Sockets running on port 21 and the File class, i've scrapped using FTP classes. I will... |
Forum: Java Apr 23rd, 2006 |
| Replies: 8 Views: 6,304 Follow up to previous post. I think I have Sockets issued sorted, I called them before initialising RMI and it seems to have worked.
I have attached a screenshot... |
Forum: Java Apr 23rd, 2006 |
| Replies: 8 Views: 6,304 RMI Registry works fine, I created 2 batch files and get output and no RemoteExceptions, I can attach screen shots if necessary |
Forum: Java Apr 22nd, 2006 |
| Replies: 8 Views: 6,304 I decided to use sockets to run the FTP server and call the methods that the FTP Server and Client using RMI, is this correct?
Well i've been trying to implement this but everytime I try and... |
Forum: Java Apr 22nd, 2006 |
| Replies: 8 Views: 6,304 Hi All.
I have been given a task where I have been asked to implement a Java RMI version of an SFTP (Simple File Transfer Protocol) Client / Server. It must use the following commands:
list -... |