| Thread | Last Post | Replies |
|
| Accessing files from within an application server | 23 Feb 2008 14:22 GMT | 10 |
I have some files that reside on an application server (GlassFish) and I would like to read them from within a servlet. How can I reference them? Is it a matter of accessing the URL of the files? If so, how can it be done in such a way that it won't matter which port the server ...
|
| Delegates...? | 23 Feb 2008 06:53 GMT | 31 |
I am trying to write an application using the "Presenter First" methodology that I use when coding in C# but am a bit unsure how to get round the fact that Java does not have delegates. In C# I would create a Model class which has the actual application
|
| Help on setting size of JFrame? | 23 Feb 2008 05:02 GMT | 5 |
I'm trying to develop a slider control for an application. The slider would be in a new Window. I can't seem to set the size of it. Here is the code. Setting the location works, but not the size. In this example SliderDemo2 is a class that extends JPanel. What am I doing
|
| can any one tell reason abt this error | 23 Feb 2008 03:37 GMT | 1 |
Iam using "eclipse-jee-europa3.3-win32" in windowsXP OS. I written java code for String Reverse package com.hbos.bpms; import java.lang.String;
|
| storing multiple vectors | 23 Feb 2008 02:55 GMT | 11 |
I'm implementing an Undo/Redo architecture for a graphical CAD type of application. I save each command or group of commands the user executes in a Vector. In some cases, I will have multiple vectors of commands saved that need to be saved in some kind of container or
|
| Senior JAVA Developer (JAVA/J2EE/JSP)-HOT HOT OPENINGS | 23 Feb 2008 02:27 GMT | 3 |
Title: Senior JAVA Developer (JAVA/J2EE/JSP) Trinity Consultancy Services Email: career@trinityconsultancy.com Skills: Experienced developer with strong Java, JSP, J2EE skills
|
| Java web start icon | 22 Feb 2008 21:14 GMT | 20 |
I am going to get an icon professionally prepared to represent Java Web Start. You could use it to mark JAWS apps on your web pages, or to mark JNLP files. It will come as a multi-resolution ico file and as a set of pngs. I will release it to the public.
|
| Binary Tree in java(Generic) | 22 Feb 2008 16:40 GMT | 14 |
Please help me.I want to make a binary tree in java.I started but couldnot accomplish.Can anyone help me to complete .Reply soon please.My Program is:- import java.io.*;
|
| parsing probably injected javascript | 22 Feb 2008 16:37 GMT | 4 |
i've java script code taken from the html of a wordpress site. it looks to be cross-site scripting that decodes itself and redirects to another site. i've got it because infected html was sent to me.
|
| Calculator in java | 22 Feb 2008 16:12 GMT | 7 |
I have made a postfix calculator and I want to make it infix using the shunting-yard algorithm and no other way.Can anyone please help?Help me to make modification only in the main function. My Program is:-
|
| Size of a linkStack | 22 Feb 2008 16:11 GMT | 1 |
I implemented a linkstack program but was unable to output it's size.Can anyone help.Please help me soon.My program is: import java.io.*; class Link
|
| is struts better? | 22 Feb 2008 16:04 GMT | 3 |
Is anything struts/spring can do that php cannot or very hard to do? thanks from Peter (cmk128@hotmail.com)
|
| using java with sftp | 22 Feb 2008 15:08 GMT | 5 |
import com.jcraft.jsch.*; import java.io.*; import java.util.*; /**
|
| Java JAR files | 22 Feb 2008 14:17 GMT | 12 |
I've a Java library file which is called Klavye.jar. I write a program which uses this library. This library is in com.boragungoren.java package. the program looks like this: import com.boragungoren.java.Klavye;
|
| book recommendations requested | 22 Feb 2008 12:29 GMT | 2 |
Have you any book recommendations on: serialization RMI signed Applets
|