weakreferences - my understanding1024 (4/22/2004 5:07:26 AM) hi all, This is w.r.t. the Class WeakReference. The java docs says whenever an object is weakly reachable i.e there is not strong or soft references to it , the object will be garbage collected. As i understan... indbond(3)
Tomcat Monitoring.021 (4/23/2004 2:29:17 PM) Hello, We have a increasing number of Tomcat servers in production and really would like to start monitoring them. Which are the options?. I have heard about a some monitoring in the JK connector and some J... tomy_morello(2)
Impact of a caching ServiceLocator with regards to credentials021 (4/23/2004 2:00:19 PM) I've seen conflicting evidence for whether or not communication to JNDI objects uses credentials from the calling thread, or the credentials on the InitialContext that lookedup the object. In the case of a cac... trin(39)
Opinions on Java Server Faces?118 (4/23/2004 1:40:54 PM) Hi Folks, Leading on from my previous post - what I really would like is thick client-like UI functionality in a thin client scenario. It seems like Java Server Faces might provide this, but I am not sure ho... adam.lipscombe1(4)
wait/notify cpu cost?530 (4/21/2004 2:47:54 PM) OptimizeIt accused one of my run methods of consuming 20% of cpu. However, it's just a wait() followed by a switch statement. The method called by the accused, addMeasurement(), only consumes 3%. So there's ... jeffdrew1(32)
jcombobox #2029 (4/23/2004 10:49:36 AM) Hi i have JTable with a JComboBox on a column This combo contains a list of values and when click on , a popup menu appears and i can select a value. It i don't select a value the combo and i click in another ... marcodepe(13)
LDAP Connection help322 (4/22/2004 10:17:07 AM) Hello, I have been tasked with creating a servlet login which validates the user against an LDAP system. What I needc to do is take a username and password validate it against what is stored in LDAP and then ... lltaylor2000
using custom cursor image138 (4/23/2004 6:20:15 AM) Hi, Is there a way to customise the cursor to use different images - I have a number of gifs in the current directory of my source files which I would like to use. From what I understand of the API and the Jav... not5955(12)
stylistic use ofexplicit this.1321 (4/21/2004 3:44:48 PM) This is a syntax style question, but hopefully not the usually silly personal choice issues. I find myself use lots of explicit "this." while most Java code has few to none explicit "this." uses. Over the las... goodhill(157)
Overriding existing Serializeable writeObject ?1023 (4/20/2004 1:37:10 PM) I have a rendering class that extends AWT Panel for drawing purposes. I made this class Serializable so that I can send it over the socket. The problem I found out is that my implementation of writeObject () ... none3664(1)