| Thread | Last Post | Replies |
|
| unit testing guidelines | 30 Mar 2006 19:32 GMT | 70 |
I have compiled a set og unit testing recommendations based on my own experience on the concept. Feedback and suggestions for improvements
|
| Creating XML Document | 30 Mar 2006 18:58 GMT | 2 |
I am trying to use Java's XML capabilities to write a new XML file. All of the examples that I have seen either use the DOM to import an existing XML file, or ignore a DOM and create an XML file by simply writing statements line by line.
|
| String Processing Question... | 30 Mar 2006 18:54 GMT | 4 |
// I have a string which contains data in the following format: String myString = "0 Jay 1 Mike 2 Lindsay 3 Dude 4..." // I want to put this data in a String[] array so that: String myStringArray[] ;
|
| Tricky Java/XML problem | 30 Mar 2006 18:46 GMT | 2 |
I have written a Java application which opens an XML file and displays the data within it in a GUI. For a couple of the elements in my XML files it is necessary to use XLink attributes so as to specifiy whereabouts the data was obtained from (ie. another XML file but within
|
| Servlet File Download - java.lang.IllegalStateException: Cannot forward after response has been committed | 30 Mar 2006 18:15 GMT | 8 |
I keep getting this error using Eclipse and Tomcat. I went over my code a 100 times and I do not close the output stream or do I make more than one call here is my code. I call the method( HttpServletRequest req, HttpServletResponse resp)
|
| resources for SCJP exam? | 30 Mar 2006 18:09 GMT | 3 |
hello friends, can u please where can i get some free resources for preparing for SCJP exam?
|
| System Memeory | 30 Mar 2006 17:07 GMT | 11 |
I have a basic doubt in Applets. If I run a applet from browser, then the memory is taken from the browser memory or seperate process memory is used by the applet. Thanks in Advance.
|
| JSTL c:import tag problem | 30 Mar 2006 16:24 GMT | 1 |
I have a problem using JSTL tag c:import. When i use jsp:include it works and if i use c:import i doesn't work. I don't know what is the problem. jsp file:
|
| Splitting strings | 30 Mar 2006 16:23 GMT | 3 |
Wondered if anyone can help I'm trying to split the following string into various different section? BREW coffee://localhost/pot-1 HTCPCP/0.1accept-additions:
|
| help creating transparent image | 30 Mar 2006 16:01 GMT | 1 |
midp 2.0 Java SE 5.0 J2ME version 2.2 This code creates an image with white background with circle filled with a
|
| radio boxes in a Java based web/proxy app | 30 Mar 2006 15:50 GMT | 4 |
I am working on making some changes to a web application as part of my final year university project I am having some trouble with Java or HTML (I dont know which one is causing the problem):
|
| JDK1.3.1 and JDK1.4.2 | 30 Mar 2006 15:36 GMT | 3 |
I heard that SUN will not support JDK1.3.1 come this April End..I have a J2EE application and currently it is running on JDk1.3.1, How do I find if it is compatible with JDK1.4.2 What are the differences between these two versions. Any help would be
|
| ant run | 30 Mar 2006 13:51 GMT | 2 |
i have a root directory. this root directory has com.web package and compiled classes and a "lib" directory c:\ROOT\com\web
|
| Urgent Java Requirement for Chennai | 30 Mar 2006 13:10 GMT | 4 |
This is a great opportunity to join the leading global management consultancy focused on strategy, technology and integration services that advance clients' strategic agendas and deliver results. Have their presence in 39 countries.
|
| Non-blocking notification mechanism via RMI | 30 Mar 2006 13:03 GMT | 8 |
I want to trigger a method on some remote object via RMI to process some data. But the client invoking the method should not block while the remote object is processing. Instead, I would like the remote object to notify the client as soon as the job is done.
|