| Thread | Last Post | Replies |
|
| spring framework versus struts framework | 11 Sep 2005 22:54 GMT | 2 |
I want to make sure I understand the differences between Spring application framework and Struts web application framework. They are used together with different objectives. Spring is the framework for Model; whereas Struts is the framework for
|
| Does Tomcat cache servlets | 11 Sep 2005 21:14 GMT | 1 |
I'm trying to develop and run servlets. I installed Tomcat 4.1.31 However, I can't get my serlvets to run. I did uncomment <servlet-mapping>
|
| Sockets and firewalls | 11 Sep 2005 20:14 GMT | 1 |
Hi, I'm writing a program using sockets, but it doesn't work if the host/server has a firewall/router (don't know if only the client has a firewall) I get a "unable to open IO stream" error at runtime. Is their anyway to
|
| START YOUR OWN BIZMAKING THOUSANDS USING PAYPAL!!!! | 11 Sep 2005 13:55 GMT | 2 |
My own business, making hundreds of thousands of dollars, with little investment, could it be that simple??? Just read this. I don't even have to convince you
|
| looking for CachedRowSetImpl? | 11 Sep 2005 10:37 GMT | 2 |
The class files I've got appear to have been compiled with 1.4, but the install of the sdk I'm trying to use them on hasn't got com/sun/rowset/CachedRowSetImpl . If I use the 1.5 SDK installed, com/sun/rowset/CachedRowSetImpl is there,
|
| The observer pattern | 11 Sep 2005 05:04 GMT | 1 |
Hello experts! How can I use the parameters of this update to prevent executing the row of body of this update when the update is called. I'm using the observer pattern.
|
| JDK 1.4.2 download | 11 Sep 2005 03:06 GMT | 2 |
I am new in Java.. where download JDK 1.4.2 compiler? is it right URL? http://java.sun.com/j2se/1.4.2/download.html
|
| [noob]static blocks query | 11 Sep 2005 01:59 GMT | 9 |
I was just trying to understand the use of 'static' for blocks of code and wrote the following bit of code: <code> class frodo
|
| java.util.list compiler error-beginner | 11 Sep 2005 01:15 GMT | 4 |
I'd like to use this class from a book but am getting a compiler error. On the line private List < String > list; p.932 Chapter 19 found in the code below in the eclipse editor it is underlined
|
| continuing a line of arguments in java | 11 Sep 2005 01:00 GMT | 3 |
how can you dived the folowing statement into two lines? int loooooooooooooooooooooooooooooooooooooooooooooooooooooooooong; like, int looooooooooooooooooooooooooo
|
| ImageIcon memory sizes | 10 Sep 2005 23:23 GMT | 6 |
I have a large .jpg file, about 2.7M, which I'm converting to an ImageIcon. I'm trying to find out how much memory the ImageIcon is using with a code snippet like this, byte[] b = ... the .jpg data
|
| com.sun.mail - where to download? | 10 Sep 2005 16:33 GMT | 10 |
hi i need to use com.sun.mail.smtp.SMTPMessage, but did not find an easy location for downloading the package com.sun.mail.smtp. anyone know where to find it? a google search for "com.sun.mail.smtp download" gives only
|
| Netbeans IDE 5.0 beta released | 10 Sep 2005 16:24 GMT | 1 |
Hello, All! http://www.netbeans.info/downloads/downloadf.php With best regards, Senatov.
|
| VM aborts with signal 11 | 10 Sep 2005 16:06 GMT | 8 |
I get the foll error and system hangs after this. I am using Sun 1.4.2 hotspot. I get a thread dump but not very useful. The error (as per VM dump) seems to be happening in libc.so. We are using Linux box. Has anyone
|
| catching an OutOfMemoryError | 10 Sep 2005 15:32 GMT | 4 |
My application was throwing an OutOfMemoryError. While looking for the problem I was surprised to find that I could not catch the error and print the stack trace. My catch statement seemed to be ignored and I would only see a "java.lang.OutOfMemoryError" logged to the System ...
|