| Thread | Last Post | Replies |
|
| How to make EL expression evaluate its values? | 30 Jan 2007 15:05 GMT | 3 |
We have this xml string tht is dynamically generated every request, and it is output using <c:out>. The problem is, we'd like to have JSTL tags inside that as well. A simple example:
|
| java performance tool | 30 Jan 2007 13:08 GMT | 3 |
Does any one no a open source tool to measure the performance at a method level. I want to run a performance test one my web application and see what happens if I fire a web request. Which methods are called (and how
|
| how to validate multiple emails | 30 Jan 2007 12:18 GMT | 6 |
in my application i have to validate multiple emails . in the Application we are using jsp's, struts. i know how to validate a single email but dont know for multiple emails
|
| help me | 30 Jan 2007 12:15 GMT | 2 |
how v can compile a jsp file.
|
| Layout question | 30 Jan 2007 11:40 GMT | 19 |
I am having a lil problem here with someone else old code. It uses Frames (all AWT code, no javax stuff). and it does not use Layouts. When i tried to add a menu, i noticed that it behaves differently
|
| java or C++ ?? | 30 Jan 2007 11:31 GMT | 30 |
Ive got an idea that Im going to develop into an application. this will be a GUI type application which will be given away freely to users to install on their PCs. The application interacts with other users on the internet via SSL.
|
| problem in overwrite using Generics | 30 Jan 2007 06:00 GMT | 1 |
package jp.co.nec.rfidmgr.epcis; import java.util.List; import java.util.Map; public class T {
|
| problem in overwrite using Generics | 30 Jan 2007 05:42 GMT | 1 |
package jp.co.nec.rfidmgr.epcis; import java.util.List; import java.util.Map; public class T {
|
| JTextField Unicode Problem | 30 Jan 2007 04:55 GMT | 2 |
I am not able to get "♣" symbol on console when I press enter in jtf after inserting "♣" import javax.swing.*; import javax.swing.event.*;
|
| Char array println output problem | 30 Jan 2007 04:11 GMT | 3 |
I am a little confused by the following program: public class CharArrayTest { public static void main(String[] args) { char[] foo = {'A', 'B', 'C'};
|
| How to recompile a .jar file? | 30 Jan 2007 03:59 GMT | 3 |
This is the situation. I got a two .jar files, one of which contained the classes and another one contained the source code related with certain class. When I put them in an eclipse project, and add source code for the class-jar file
|
| JInternalFrame and JMenuBar | 30 Jan 2007 03:57 GMT | 8 |
Hey all, I have a JFrame and a JMenuBar at the top from which I call the method New Game and the new Game opens in a new JInternalFrame. Everything working perfect except from the menuBar.
|
| Simple 2d graphing in web page - where to begin | 30 Jan 2007 03:18 GMT | 10 |
My Googling has let me down here - maybe because when it comes to Java I don't really know which type I need! If someone could point me in the right direction I'd appreciate it. My requirement is simple: to display a 2-d graph within a web page
|
| Grouping Regex question | 30 Jan 2007 03:15 GMT | 2 |
I am trying to get all the names i.e: SMITH J , BALTIMORE D, JONES AL String input = "NAME=(SMITH J) NAME=(BALTIMORE D) NAME=(JONES AL) JUNK=(ABC); Pattern pattern = Pattern.compile(" ");
|
| Swing applications | 30 Jan 2007 02:35 GMT | 1 |
A question was asked by someone at work who is going through the swing tutorials and updating some of his code from years ago. His code uses AWT and the 1.1 event models. If he converts to swing is there a replacement for the 1.1 event model?
|