| Thread | Last Post | Replies |
|
| TineMce | 20 Jan 2007 23:17 GMT | 5 |
Here is another problem I hv. Problem is that I want to use the TineMce Editor but instructions at the below Link are not much clear. If anybody hv a idea to use it Please reply asap at my mail Id.
|
| How to reload a jsp without any event | 20 Jan 2007 23:16 GMT | 10 |
"How to reload a jsp without using any event of java script." Dear friends I hv a jsp and I want to reload this jsp twice without initializing any javascript event. Can anybody help me out.
|
| DAO performance testing | 20 Jan 2007 18:18 GMT | 1 |
I'm developing an application that uses the DAO pattern to manage requests to the persistent data layer. The application is being developed in Eclipse. Are there any testing frameworks designed to performance/stress test DAOs? Any that integrate with Eclipse?
|
| Jarsigner newbie question | 20 Jan 2007 12:48 GMT | 1 |
We're using Oracle Jinitiator to load forms/reports. One of the jars that gets loaded has to be signed to the server. We have three servers. So each one gets signed individually. The problem we have is that we're using DNS to round-robin to each
|
| Cannot access with modifier error. | 20 Jan 2007 09:49 GMT | 1 |
I get this error when I try to instantiate the class coded below. Can anybody help. IllegalAccessException: Class koala.dynamicjava.interpreter.context.GlobalContext can not access a
|
| Multiple streams from one Socket | 20 Jan 2007 08:01 GMT | 1 |
I was wondering what does exactly methods getInputStream and getOutputStream methods in Socket class do? I always imagined that there is some fixed stream inside Socket and all we get is a reference to it. But then I thought what if I get the
|
| converting double number to exponential number | 20 Jan 2007 07:59 GMT | 1 |
Is there any method in java to convert double number to its exponential equivalent with specific number of digits after decimal??
|
| Extracting fields from file using StringTokenizer. | 20 Jan 2007 07:32 GMT | 5 |
How do we find the delimiters in the text file? If i want to extract some specific fields from a text file, i wouold be using StringTokenizer. But how would i know which delimiters are used in the file?
|
| Hiding default console in Windows | 20 Jan 2007 07:12 GMT | 4 |
Hello. Is it possible to hide the default console window in MS-Windows in Java? If so, how? When writing a Swing/JFC application in Java, it would be really nice to somehow hide the DOS window that appears.
|
| doubt | 20 Jan 2007 05:16 GMT | 8 |
is it possible for any java program written in GUI to execute commands on the OS shell interface. like is it possible for a Applet or Application to compile and create a class file,if so can any body teach me how.
|
| Free Java/UML/J2EE Resources? | 20 Jan 2007 04:51 GMT | 6 |
Can U please give me any Java , J2EE UML Interview FAQ and Certification Resources sites?
|
| open an external page from a servlet | 20 Jan 2007 02:31 GMT | 7 |
I have a servlet which is called by a POST from a form in a html page. Inside this servlet, through the "request.getRequestDispatcher", I open a page foo.html in the same path of the servlet. protected void doPost(HttpServletRequest request, HttpServletResponse
|
| request.getParameter always null | 20 Jan 2007 02:09 GMT | 3 |
I'm using the Apache Commons FileUpload package to upload a file, along with some other information such as username. I'm using JSP to send the file and info to a servlet. The problem is that the request's parameters are always null.
|
| JBoss JNDI. What is happening?... DefaultDS? | 20 Jan 2007 02:04 GMT | 1 |
Greetings Gurus! I am having difficulty referencing the DefaultDS from a client running outside the JBoss JVM. Any advice or examples would be greatly
|
| Eclipse won't start | 19 Jan 2007 23:01 GMT | 1 |
I've recently installed eclipse at first it worked properly, but after the last upgrade it won't start any more. I completely removed it and reinstalled it, but it still complains. The log of the error is appended at the end of the message.
|