Forum: Kernels and Modules May 10th, 2009 |
| Replies: 6 Views: 1,753 Hello,
Tanenbaum (http://www.pearsonhighered.com/educator/academic/product/0,,0131429388,00%2ben-USS_01DBC.html)
Ridiculously overpriced, but the Bible of Operating System construction. If you... |
Forum: Java May 10th, 2009 |
| Replies: 46 Views: 2,225 Hello,
This seems to me to be going in the wrong direction. There are no constructors for JTable that use an ArrayList. To build a JTable, you should put your data into a Vector. The... |
Forum: ASP.NET May 10th, 2009 |
| Replies: 0 Views: 484 Hello,
I have a site that I have always edited remotely, using FrontPage extensions. I recently went back to make some site updates and VS is giving me the error "You are not authorized to... |
Forum: JSP Apr 23rd, 2009 |
| Replies: 8 Views: 623 Hello,
I suggest looking at using mock objects to simulate the credit card verification process.
Mock Objects (http://www.mockobjects.com)
Easy Mock (http://easymock.org)
jMock... |
Forum: JSP Apr 22nd, 2009 |
| Replies: 4 Views: 1,285 Hello,
I need a clearer statement of what "this work" is ... are you processing a form and displaying the results? Are you reading data from a file and displaying it? Are you performing some... |
Forum: JSP Apr 22nd, 2009 |
| Replies: 4 Views: 1,285 Hello,
What is the point of writing out the html in the manner indicated? We probably don't have enough information to solve the problem, but here are a few general thoughts.
If you are... |
Forum: Java Apr 19th, 2009 |
| Replies: 6 Views: 682 Hello,
Here you go. This example is extracted from an application that moves log files around. It works.
Thanks.
mp |
Forum: Java Apr 18th, 2009 |
| Replies: 6 Views: 682 This thread is marked "solved" but there is no solution posted. I will add that I believe it is the case that the issue lies with the location of the original file, which is not specified when the... |