| Thread | Last Post | Replies |
|
| need help | 27 May 2005 13:59 GMT | 2 |
how to build a viewerframe on my website?
|
| displaying error message on the new error.jsp page | 27 May 2005 13:56 GMT | 1 |
i m making a project in which i m using jsp as front end, java servlet, java beans and mysql database. now when i enter user_id and password on my login screen(jsp page) it authenticates with the database. if it matches its ok but if not it
|
| Why should use of instanceof be avoided | 27 May 2005 12:47 GMT | 30 |
I read in a magazine (Dev IQ) that finding out the type of object at runtime is not a good practice. If you are using instanceof a lot, then your object model should be reviewed. The design of your application should be changed. I assume the case goes with reflection also.
|
| Array | 27 May 2005 12:26 GMT | 4 |
Are arrays of primitives, such as byte[] full-fledged Objects?
|
| comparision in jsp | 27 May 2005 11:14 GMT | 1 |
right now i m using <% if (request.getAttribute("Error1") != null) { %>   <font color = "red"><%= request.getAttribute("Error1") %>
|
| Hibernate allowing duplicates with idbag | 27 May 2005 09:55 GMT | 8 |
I'm trying to work with an existing database schema and am having difficulty with the mapping documents to allow me to persist duplicate data to a table. I have an ALBUM and a TRACK table. The business logic tells me that an
|
| Where in the language is ".class"? | 27 May 2005 09:27 GMT | 1 |
Where in the Java language specification or API is the idiom "Foo.class" defined? It's not an attribute of any class I can find, and I can't find it in the core language specification. Thanks.
|
| Seeking recommendations on entry level J2EE book | 27 May 2005 09:09 GMT | 4 |
Looking for suggestions on a book that explains the J2EE environment and components in simple terms, plus explaining how they interact with each other. Coming largely from a Powerbuilder/Oracle background and understand Java code pretty well, just looking to fit the puzzle pieces ...
|
| How Do I Throw an Exception? | 27 May 2005 01:22 GMT | 2 |
I've written a little program that takes two strings as input. It converts the first string to an integer index and then applies that index to the second string, using the <charAt> method of class <String>. I wanted to check for the possibility that the index might
|
| Calendar chooser problem | 26 May 2005 23:02 GMT | 3 |
I am using a Date selector component that allows the user to visually select a date (day-month-year). But there is a slight problem I am facing: CalendarChooser objFromDate = new CalendarChooser () ;
|
| jxta use | 26 May 2005 22:32 GMT | 1 |
how to model a train system to include track and, to begin with two trains. at present i have implemented using a vector two train objects fit into vector at different positions and each has a move method which changes postion +1 and replaces old position with a "empty block". (when ...
|
| 'big square root' for BigDecimal | 26 May 2005 22:02 GMT | 4 |
is there a 'big square root' feature to find square roots of BigDecimal numbers? thanks
|
| Determine compliler from .class file? | 26 May 2005 21:18 GMT | 2 |
Hello, How (if possible) can determine the compiler used to compile a specific Java .class file? Thanks, - Dave
|
| Track and Capture SOAP messages | 26 May 2005 20:58 GMT | 1 |
I am using the axis SOAP monitor and the Tomcat / SOAP tool plugin for Eclipse. When users are testing our App, if they get an error, I can see the SOAP request message, and I would like to cut / paste it into the
|
| filedialog for ftp server files | 26 May 2005 20:27 GMT | 2 |
Does anyone know how to construct a dialog for files that are on a remote ftp server - something like a JFileChooser? Thanks, Ike
|