| Thread | Last Post | Replies |
|
| Junit is suitable for testing real time c++ applications | 12 Jan 2006 20:55 GMT | 2 |
I Just want to ask is JUnit suitable for testing realtime c++ server side applications . We have some shell scripts / commands which can interact with the c++ servers for manual testing . Is Junit use ful for automation in this
|
| Itemlistener problem | 12 Jan 2006 19:39 GMT | 1 |
Im currently trying to run the below source code, but the (MyItemListener) keeps highlighting error? Could somebody offer some advice in where i am going wrong. Thanks Elvis
|
| XMLEncoder problem | 12 Jan 2006 18:37 GMT | 1 |
I hope anyone here has used XMLEncoder sometime. Well I want to write an object to an XML file with the encoder. The object is in fact a bean but with several setter and getter methods defined in superclasses. I have done introspection and it shows all the
|
| Webserver Vs Application Server. | 12 Jan 2006 17:50 GMT | 6 |
Webserver Vs Application Server. I could find lot of comparisons from google search. Different people say different things. Let me summarize my understanding. Please correct if it is wrong.
|
| Writing Arabic text to a PDF file | 12 Jan 2006 17:48 GMT | 9 |
I have a Java application that writes to a PDF file using the gnujpdf API. When I write English text to the PDF file it works fine. The problem I encounter is when I try writing Arabic text to the file. They end up as ???? (question marks). The Arabic strings to be written
|
| what is the best Java embeded DB? | 12 Jan 2006 17:17 GMT | 9 |
what is the best embeded DB for Java Application?
|
| How to handle database concurrency? | 12 Jan 2006 16:34 GMT | 3 |
We have some database data that multiple users may update. What is the best concurrency strategy? Should we use EJBs with the concurrency setting set to "Exclusive"? Or should we just use JDBC with transactions and let the database (Oracle) handle concurrency?
|
| Handling of DST in java | 12 Jan 2006 13:47 GMT | 24 |
Does java handle DST automatically ? I'm using java Gregorian calendar to get the time/date. Does this automatically give the local time/date iirrespective of DST or special handling should be done ?
|
| Installing J2SE 5.0 breaks Internet Explorer | 12 Jan 2006 13:37 GMT | 9 |
After many frustrating hours of detective work I have isolated the cause of my problems to the installation of J2SE 5.0 (or perhaps just the JRE) on my Windows XP Professional SP2 machine. The problem is that any link which opens up a new window now does nothing except create an ...
|
| Read more than one object from a file! | 12 Jan 2006 08:11 GMT | 2 |
I've serializated more than one object inside a file with writeObject. It's possible, now, to read that objects with the method readObject?! I'm able to read the first object, not the others! Can you help me?!?
|
| Garbage Statement | 12 Jan 2006 02:53 GMT | 1 |
I have a J2EE application called THUB. Other applications will invoke my THUB using a servlet URL call, writing the parameters in the stream. In THUB, within the receiving servlet, I get the parameters from stream and invoke an EJB which does translation of the message from EDI ...
|
| package problem | 12 Jan 2006 02:39 GMT | 11 |
package com.pack1; import com.pack1.packe2.pack3.*; // is this correct ? its more deeper import com.*;// is this correct ? its above the package directory // java class here
|
| importing and using .class file | 12 Jan 2006 01:53 GMT | 1 |
I have a .class file, not a .java file. After I imported it to my Eclipse Project, I had no idea to use it. I put
|
| Sun Generating Invalid JavaDoc | 12 Jan 2006 01:01 GMT | 2 |
JavaDoc generates links like this: docs/api/java/applet/AppletContext.html#setStream(java.lang.String,_ java.io.InputStream) where _ represents a space.
|
| Session per Applet | 11 Jan 2006 22:52 GMT | 2 |
I have four Applets on a same browser. I want to have a different session for each Applet. I am using a Servlet on the Server side. How to launch new browser window instance (process) programmatically? Thanks in advance.
|