| Thread | Last Post | Replies |
|
| ws-addressing WSDL binding | 31 May 2006 11:43 GMT | 1 |
Can anybody tell me what changes does the ws-addressing bring to wsdl ? Thanks
|
| granting and reverting permissions at runtime | 31 May 2006 10:11 GMT | 5 |
I'm newbie to java permissions. I see some analogy to permissions from databases: I permit for certain actions over certain object for certain users, which is done by policy given during execution. Database analogy reminds me about Permissions for Granting Other Persmissions. Is ...
|
| Building war files | 31 May 2006 09:23 GMT | 5 |
I have a small app which contains a single property file. It also needs to create a database when it starts up. The property file tells it where to do this. I want to deploy it as a war file. However this would mean users will have to unzip the war alter the property file, zip it ...
|
| How to register systemwide hotkey? | 31 May 2006 04:15 GMT | 1 |
I need my Java program to react on a systemwide hotkey, even when my application window has not the focus. I think it's impossible to do that in pure Java, but so far it must only work with Windows. Has anybody some JNI (or whatever) code ready? That would be nice, as I'm a
|
| HTML Upload? | 31 May 2006 04:14 GMT | 2 |
Does anyone have an example of creating a simple java applet that uses a form field and button to do a html form submission upload? I want to replicate the submission of an html form with a file field? Thanks
|
| Something like Visual Assist for Eclipse | 31 May 2006 00:38 GMT | 35 |
Howdy people, At work I am using Visual Studio 2005 with visual assist which can be downloaded from http://www.wholetomato.com Since I am learning Java when home and using Eclipse IDE I was hoping
|
| PL/SQL Debugger Question | 30 May 2006 23:22 GMT | 2 |
Does anyone know of a good tool for debugging PL/SQL code? I know this is not exactly the correct forum for this topic but I figure most of you are like me and wear many hats and are likely to have had the opportunity to work with PL/SQL.
|
| random number generator of Math.random() ? | 30 May 2006 22:01 GMT | 3 |
Simple question: does the Java standard specify what random number generator algorithm should be used for Math.random() ? If 'no', then can anybody tell me what PRNG is behind Sun's version of Math.random()?
|
| FreeWebBarChart4J will be open source | 30 May 2006 19:32 GMT | 4 |
FreeWebBarChart4J is one of our products. At first it was named other name and sold with $35,but no one was interested it. So we decided to let it free and open source.
|
| Compiling Java code into an executable application | 30 May 2006 19:17 GMT | 5 |
I have created an inventory program on java and I was wondering if anyone could guide me in compiling my java code into an active applet that can be opened within windows, rather than having to run the program from the java editor.
|
| Creating windows shortcut files | 30 May 2006 18:10 GMT | 4 |
I was wondering if anyone had any experience of creating or editing windows shortcut files (.lnk) from java. I've had a search on this forum, but I can't find any recent posts on the subject. I want to find a shortcut on a PC, then associate an icon with it and
|
| Simple query on Java | 30 May 2006 17:37 GMT | 5 |
if anyone can help me with this query Ill be gratefull. Im reteaching myself Java. Im trying to find out how to access Java Documentation online or on the PC I have the java installed. I know this is possible, Ive just forgotten how to do this.
|
| email security | 30 May 2006 17:14 GMT | 2 |
Hi, All: Does anyone know of an online reference implementation/example of an email security component? I am looking for the type that displays a string graphic that is hard for automated hacker systems to read and
|
| How to get a return type? | 30 May 2006 17:13 GMT | 2 |
I have a question. I have two methods below. public void A() { //some code return;
|
| How to show a rectangle after its size changed? | 30 May 2006 17:04 GMT | 2 |
I am writing a subclass of JPanel(subclass name: JPanelClickagble). This new class has a linkedlist, which contains objects of class Rectangle. Suppose right now, the linkedlist containes two objects of Rectangle and the panel displays the two rectangles(flowlayout manager). If I ...
|