| Thread | Last Post | Replies |
|
| Rapid deploy on Tomcat? | 21 Jan 2008 12:50 GMT | 2 |
I am programming J2EE applications (using Spring MVC and so on), which then have to be deployed on a Tomcatserver for testing - which is REALLY time consuming (~1,5 minutes per build & deploy) To improve this process and to allow for a rapid development, I am
|
| An array of generic sets | 21 Jan 2008 11:45 GMT | 3 |
The following command is syntactically invalid according to the Java compiler: Set<Item>[][] itemSets = new HashSet<Item>[4][2]; (The error is "Cannot create a generic array of HashSet<Item>")
|
| Is this program right? | 21 Jan 2008 07:06 GMT | 1 |
JMenuItem menuFilePrint = new JMenuItem("Print"); menuFile.add(menuFilePrint); menuFilePrint.addActionListener(addHandlerPrint); menuFilePrint.setMnemonic('r');
|
| Where is Java's cache stored in WinXP? | 21 Jan 2008 05:43 GMT | 4 |
Java 6 for Windows includes a very annoying and longstanding bug with two symptoms: - You cannot run anything related to JNLP. - Every time you connect to a web site, you get a message about
|
| Any suggestion on session based log? | 21 Jan 2008 01:48 GMT | 3 |
Basically I would like to enable turn on/off log for particular session, based on session id. I am not sure whether there is any open source software to support this kind of mechanism.
|
| the God that never was | 20 Jan 2008 20:39 GMT | 5 |
Islam is the only religion which teaches the existence of a PERFECT God. A perfect God means that there is no sharer in His Nature and His Attributes:
|
| Changing the Background Color for One Cell in a JTable | 20 Jan 2008 17:10 GMT | 4 |
I've been working on this for a few hours. I've read tutorials and seen different examples, but this is still driving me nuts. I have a table and want to be able to change the color of one cell in it. It seems to do this, I can't get a cell renderer and just change the color,
|
| Online eBooks @ jumbooks.com | 20 Jan 2008 17:03 GMT | 1 |
Hi Friends, Recently I have been searching for some technical books and found this gem link website called http://www.jumbooks.com They use upload the books frequently. They have got books on
|
| ideas for a GUI | 20 Jan 2008 16:55 GMT | 1 |
How do I design a window such as the Firefox's Download window? Each entry having an image to represent the concerned item, a progress bar to indicate download time or some other metric, and buttons to cancel or pause the activity? Any ideas or references would be greatly ...
|
| Animating sine waves | 20 Jan 2008 16:18 GMT | 4 |
I've been reading about animation using Java applets and I've come across this example from http://www.javaworld.com/jw-03-1996/animation/Example4Applet.html I'm having a lot of trouble understanding what is going on (that is, the maths behind it all). Now I know sine as sin in ...
|
| pass-by-reference(of StringBuffer) to a constructor of another class | 20 Jan 2008 15:42 GMT | 7 |
I had a problem with pass-by reference... i have two classes in my application, and one class should send a string to other.. the problem is....
|
| Open Letter to Prof. Andrew George, University of DENVER, Dept of Physics, COLORADO, 80208 USA. | 20 Jan 2008 15:00 GMT | 1 |
Open Letter to Prof. Andrew George, University of DENVER, Dept of Physics, COLORADO, 80208 USA. Ref. Einstein’s Sep 1905 derivation predicts that, ‘When body emits Light Energy, its Mass must also Increase’.
|
| Reply plz.......... | 20 Jan 2008 12:03 GMT | 2 |
Iam new to struts....First when we sent a request from client, internally ActionServlet is serves the request or RequestProcessor serves the request ? please explain internally what happend when we sent the request....explain step by step ........and also difference b/
|
| JDBC | 19 Jan 2008 22:25 GMT | 5 |
what is JDBC How Can i use it nto java ??
|
| how to handle javabean objects or POJO object in AJAX | 19 Jan 2008 20:22 GMT | 2 |
Hi,How to pass object (eg vector) using Ajax..and what is JSON .Is it useful for that problem.
|