| Thread | Last Post | Replies |
|
| SAX parse online xml problem | 24 Jan 2008 01:17 GMT | 1 |
I have this java applet parse the xml file the xml is online: like https://localhost:800/.../filename.xml The part of the code is
|
| Swing/Thread ShortCut - Bad Style or Good Idea? | 23 Jan 2008 23:10 GMT | 1 |
I tend to have trouble remembering little things and have to keep looking them up, especially when they involve things like repeated symbols, like creating a new thread and remembering to keep the {} () groupings straight (it's actually part of a learning disability).
|
| Who is the moderator for this group? | 23 Jan 2008 22:52 GMT | 2 |
I am looking to hire a Java Developer (full-time in Austin or San Antonio) and would like to post the job description on this forum in case anyone on here is interested or might be willing to pass this to his/her network. I have learned that not all Google Groups accept job
|
| get static variable from class into JSP tag scope | 23 Jan 2008 22:32 GMT | 5 |
I have a static variable in a class that I wish to share with some of my JSP code. Can I use the <jsp:useBean> (or any tag?) to get that map into the scope of my JSP tags? Thanks for any assistance,
|
| java mail | 23 Jan 2008 20:47 GMT | 1 |
after a long time i am sending any technical query , it has never happened that i have not been answered plz answer me this time also... i am working on a program that implements
|
| intialising static finals with exceptions | 23 Jan 2008 20:10 GMT | 15 |
Is there a way to initialise a static final constant with an expression that might trigger an exception? I played with various ways but Javac thought it might not get initialised, or it might get initialised twice or I was ignoring the
|
| Cannot find child element: arg0 | 23 Jan 2008 17:35 GMT | 1 |
I am trying to run a web service. The Java client runs without any problem. But I have tried 2 clients: one in PHP, the other one with VBS, and both give me the error "Cannot find child element: arg0"
|
| disable checkbox from formAction class in struts framework. | 23 Jan 2008 15:09 GMT | 1 |
I know that by setting the value true and false for the checkbox property in formAction class we can set it to checked/unchecked. but how do i disable/enable it from the formAction class.
|
| what is the use of clone method | 23 Jan 2008 01:22 GMT | 4 |
I have java api docs, but still I am not able to understand the use of clone() method provided by the Object class. Can You please explain.
|
| JSF to Portlet | 23 Jan 2008 01:15 GMT | 1 |
Is there any documentation by which I can learn how an existing JSF application can be changed into a JSR 168 portlet compliant ? Please help if there are any links/valuable advises, thanks Regards,
|
| JSP Book Recommendation and adding JSTL to Tomcat 5.5 | 22 Jan 2008 23:58 GMT | 3 |
I'm having trouble finding out how to add JSTL capabilities to Tomcat 5.5. Is there any good site for this information? Is JSTL still 'relevant' techology? This following page seems dated. http://java.sun.com/products/jsp/jstl/
|
| Standard Sounds | 22 Jan 2008 22:07 GMT | 4 |
Is anyone aware of a library of standard sounds to use cross-platform in Java apps to indicate things like error warning
|
| very important | 22 Jan 2008 17:36 GMT | 1 |
please visite este sitio http://dcaic.com
|
| Convert java.util.Date to java.sql.Date | 22 Jan 2008 16:02 GMT | 5 |
I convert java.util.Date to java.sql.Date this way: java.util.Date utilDate = new java.util.Date(); java.sql.Date sqlDate = new java.sql.Date(utilDate.getTime()); And then send sqlDate to prepareStatement.
|
| Generics and serialization | 22 Jan 2008 15:17 GMT | 3 |
I think I have finally got in clear why generics and serialisation don't play well together, and what you can do about it, and what Sun could do about it. I wrote a little essay with an example at
|