| Thread | Last Post | Replies |
|
| question about licence of jar file from oracle | 02 Oct 2005 11:55 GMT | 3 |
I am now developing a FTP client module for a system which needs SSL support. As this system is developed by microsoft j++, so I can only use the SSL package which support jdk1.1. Now I only found that oracle has a solution for SSL which support
|
| JLS 3 Errata | 02 Oct 2005 07:55 GMT | 3 |
Does anyone know if there's a list of errata for the third edition of the JLS? I just bought this, and it's shot full of typos (concentrated in the new material, where they're the most damaging, of course.) How Sun can charge $50.00 for a book they haven't proofread, I don't know ...
|
| Streaming PDF to IE - problem | 02 Oct 2005 07:11 GMT | 2 |
Our servlet must generate a report in PDF format, and send it to a browser. I've run into the following two problems: 1. If the generated byte array is streamed to the browser like this (from the doPost() method):
|
| [Struts] Nested beans and getting the selected item value in a drop down form | 02 Oct 2005 03:24 GMT | 2 |
I have a form with a bean that has nested beans and I'm having trouble putting a specific value into a form's 'option' value attribute. The final html would look something like:
|
| Is this convenience function ok? | 02 Oct 2005 03:10 GMT | 4 |
class Status has a member class called Transferstatus. class TransferStatus has the method setData(filename, filesize, direction) Normally one would call
|
| executeQuery() - How many SQL statements allowed? | 02 Oct 2005 01:28 GMT | 4 |
BlankI'm using JDBC to connect to Microsoft Access, and am wishing to query my Access database using statement.executeQuery(). Problem: executeQuery() seems to not work for SQL statements of more than one condition. For example, if I use 2 or more 'AND' statements, I don't get ...
|
| getting error on applet again | 01 Oct 2005 21:27 GMT | 16 |
i have a signed pplet discussed previously for now it appears to have stopped working properly. The codee hasn't changed but my web page its on and my dns settings have mind you i can still see the host its trying to connect from a wb page ping etc. Now when i run it locally i get
|
| array of booleans | 01 Oct 2005 18:30 GMT | 4 |
how do i write code to provide default values, if user enters a single space(or non-numeric value) when asked to enter a value, and substituite the lowest numerical value still available. I would like to use an array of booleans! I would like to assume that the user will
|
| UML and java | 01 Oct 2005 13:41 GMT | 7 |
I am drawing some class diagrams in UML for a project I'm about to work on. What I really need is a way to import existing java apis and pull them on the class diagram to show how things work with each other without having to rewrite all the classes. Does anybody know of a
|
| Applet Major Flaw | 01 Oct 2005 08:28 GMT | 4 |
Something just hit me about Applets. My partner leaves the browser running for weeks at a time. Let's say during that time 200 Applets ran. All the statics are going to be gradually piling up for class after class, gradually eating up
|
| Store a file as an integer | 01 Oct 2005 07:17 GMT | 4 |
Hi. I have recently started learning to program using Java, and I am currently working on creating a counter. Right now I am working as an application only, and would like to know how to get my program to open a file (Already done, I think.) and get it to save the contents as an
|
| Book recommendation | 01 Oct 2005 05:28 GMT | 3 |
I am an engineer that will need to program in Java soon. I had Object Oriented C++ in high school and C in College. I need a book that would get me up to speed with Java. Give me some advice on what you people use...I know having a good book is VERY important.
|
| How do they search ? | 01 Oct 2005 04:11 GMT | 41 |
have you seen ebay ? they have a search option at the top . you can search almost anything in that search box. may be you could search DVD,Books,CD etc almost anything. or they have a single database table where all items are pushed ?
|
| Java Source Cross-Reference | 01 Oct 2005 03:06 GMT | 1 |
It there a source code cross-reference tool for Java written in Java out there that I can use as part of an Ant build? -- Alan Gutierrez - alan@engrm.com
|
| how to leave space between components in BoxLayout | 01 Oct 2005 01:10 GMT | 9 |
I wonder how to leave space between components in a vertical BoxLayout. Something like: ========== BoxLayout boxLayout = new BoxLayout(this, BoxLayout.Y_AXIS);
|