| Thread | Last Post | Replies |
|
| Struts: bean:write error: No getter method for property: | 10 Apr 2008 19:52 GMT | 3 |
I've a problem using Struts 1.2 I have a bean VisualizzaVeicoloForm public class VisualizzaVeicoloForm extends ActionForm { Veicolo veicolo = null;
|
| pass by reference | 10 Apr 2008 17:52 GMT | 125 |
what is the equivalent of Java approach to this C++ function: public void myFunc(String &s) { s = "123"; }
|
| java program that starts unix script & then ends | 10 Apr 2008 16:41 GMT | 5 |
Good morning, I need to start a unix script from a java program, for this I used these instructions : Runtime rt=Runtime.getRuntime();
|
| jobs | 10 Apr 2008 12:56 GMT | 1 |
Hear we are providing the information about online jobs. Thousands of Immediate Work at Home Job Openings Now Available! http://home-no1jobs.blogspot.com
|
| I am getting multiple events when clicking my radiobutton | 10 Apr 2008 12:55 GMT | 7 |
I have an application developed according to MVC. The models implements one or more interfaces and invokes the listeners (views) when updated. In one listener method that is invoked by an updated model I have code that removes all radiobuttons kept in Vectors and
|
| Is there a female programmer? | 10 Apr 2008 12:07 GMT | 3 |
It seems almost all programmers are man.
|
| hai | 10 Apr 2008 09:44 GMT | 1 |
|
| emailtosms | 10 Apr 2008 06:28 GMT | 3 |
Anyone know how to send sms from email i mean email to sms
|
| java custom build | 10 Apr 2008 05:21 GMT | 9 |
I am using java's jvm inside an application to run custom scripts, however the load time of the jvm is too slow.. I'm guessing this is from all of the libraries being loaded etc. Does anyone know of any existing projects that either provide a
|
| Find job details in C/C++ programming languages | 10 Apr 2008 03:49 GMT | 1 |
Find Job details in C/C++ programming languages. You can find more details regarding .Net and other programming languages. http://www.blogonprogramming.blogspot.com
|
| PDF's sent through tomcat/apache | 10 Apr 2008 01:21 GMT | 12 |
After wrestling with FOP ive now got to this point: What my site does is allow people to download dynamically generated PDF's. I do this with the FOP framework, then stream the file contents out in the response. The problem with this is that we're using an
|
| THREADS - SOCKETS | 09 Apr 2008 23:55 GMT | 2 |
Hi everybody. I have this problem: i have a Thread class wich writtes in sockets to make a connection with another class is waiting requests.The server classes transforms xml to pdf files , the problem is that the process is too slow because
|
| Ant "no resources found" | 09 Apr 2008 23:22 GMT | 2 |
I have a simple task trying to run a jws app: <target name="run" depends="dist"> <apply executable="javaws"> <arg value="${run.dir}/index.jnlp"/>
|
| Question on database table | 09 Apr 2008 15:41 GMT | 3 |
Hi, to all i am new to java 1. Create an application in swings . 2. Now my question how can i display a database table in my panel . 3. Is it possible to display a database table in panel.
|
| Divide an image in 4 blocks | 09 Apr 2008 14:58 GMT | 4 |
I'm writing a program that loads an image and then apply JPEG algorithm on it. I need to apply such algorithm only to a quarter of the image, possibly selecting which quarter.
|