| Thread | Last Post | Replies |
|
| Question on filter | 04 Feb 2007 00:55 GMT | 1 |
Dear ll, I could not get any response from other group, so posting it here:- Please find below a code I found in onjava regarding a Filter which avoids multiple submits. Basically it queues the requests and always overwrites the
|
| disabling window movement | 03 Feb 2007 23:53 GMT | 4 |
How would one go about disabling the ability to move a window around the desktop without making the window undecorated? Thanks.
|
| Upgrading to Java 6- will it run on 5? | 03 Feb 2007 22:33 GMT | 7 |
If a developer builds something with Java jdk 6, do customers have to be running a Java 6 jre to run the app? If you target version 5, will the generated classes work on a Java 5 jre? -sc
|
| Collections.synchronizedMap - worth using? | 03 Feb 2007 18:27 GMT | 3 |
I've got a map that will be access by multiple threads, so I'm considering using Collections.synchronizedMap to "wrap" it. There will be occasions, though, where I will need to manually synchronize. synchronized (syncMap)
|
| invokeLater | 03 Feb 2007 18:16 GMT | 5 |
Can anyone please tell me why my invokeLater in the following code never displays the JFrame I am trying to get it to display, and shows no exceptions either? I am certain I must have somethign stupid and wrong here. Thanks, Ike
|
| tomcat 5.5 deploy webapp in eclipse directory | 03 Feb 2007 18:15 GMT | 1 |
I notice it is discouraged (not allowed) to use <Context> in server.xml in tomcat 5.5 My tomcat is in \tomcat\
|
| MS Word or PDF with JAVA | 03 Feb 2007 17:56 GMT | 4 |
Hi all, --- Can I make ( MS Word | PDF) files by JAVA ? .. thanks
|
| passing value from jcombobox to other classes? | 03 Feb 2007 17:00 GMT | 3 |
I have an Jcombobox with an ActionListener set up in a class called "boxSelected", so that when the user clicks on the choice they're after the result is sent to a jtext area. public class boxlistener implements ActionListener {
|
| Tomcat start problem | 03 Feb 2007 15:03 GMT | 5 |
When I type in Linux console: $/etc/init.d/tomcat5 start I got the following message. starting tomcat lock file found but on process running for pid 9968,
|
| Getting "SQLException: No suitable driver" when trying to connect to mysql from eclipse | 03 Feb 2007 13:36 GMT | 1 |
Hi community,,, I hope you can help. I do believe this is small problem. I have seen the problem raised several places at the net, but not found a solution.
|
| active record | 03 Feb 2007 12:06 GMT | 11 |
is there any implementation of ruby like activerecord in java? regards gaurav
|
| need your views | 03 Feb 2007 11:25 GMT | 5 |
http://java-n-coffee.blogspot.com/ this is my blog i am trying to work on a concept activerecord java i have basic idea and implemented some of them and would like to know
|
| USB support for Java (Win32) | 03 Feb 2007 11:00 GMT | 2 |
Does anybody know any win32 usb library for java that I can use to communicate with device. Application will communicate with device using USB in the same way as RS232 - for control and management. Thanks,
|
| Constants class nickname problem | 03 Feb 2007 09:15 GMT | 8 |
I have the foollowing class: public class MediVisitInstallConst { public static class Bean
|
| Sorting a vector based on another datas | 03 Feb 2007 08:33 GMT | 11 |
Hey everybody, I'm having troubles with sorting a vector based in another vector: Example: String [] models = {"Anna","Gisele","Yasmin"}
|