| Thread | Last Post | Replies |
|
| Perforce plugin for Eclipse 3.1 or above | 19 Oct 2005 02:39 GMT | 2 |
I'm searching for a Perforce plugin for Eclipse 3.1 or above. I've looked up the p4eclipse project on SF. However, the project has been inactive since 2003. In the anouncement of the end of the project, http://www.p4eclipse.com/beta was given to download a beta version that
|
| SOAPAction Header Deprecated - how to Distinguish SOAP from HTTP request? | 19 Oct 2005 01:07 GMT | 1 |
My original code distinguished SOAP over HTTP from browser-basedHTTP requests by looking for the SOAPAction header in the HTTP request. Now that this header is deprecated, how am I to filter out SOAP from HTTP?
|
| PHP-JAVA-SAP problem | 18 Oct 2005 22:32 GMT | 1 |
I have a problem on my php code, can you help me to solve this issue ? The php code uses java module to call a java method which connects to SAP and returns result. Whenever I call my php script, I receive the following error:
|
| how to convert a java pgm to exe file?? | 18 Oct 2005 21:44 GMT | 4 |
i'm sriraj. i'm new to this group. i hav one small query. if anyon can clarify pls reply me. i hav done a java project. i want it to b converted into .exe file without using softwares. pls tell me i detail.
|
| Graph - node - transpose | 18 Oct 2005 20:15 GMT | 4 |
I have a graph of cells that build a simple 2D grid. Each node is associated with its north, south, east, west neighbour. In the problem I have, I need to traverse the nodes in either north/south or east/west directions.
|
| Need Senior Java Developer | 18 Oct 2005 19:49 GMT | 1 |
We have a fulltime job opportunity for a fulltime Java Developer with our client in NY. Required skills: Java, J2EE, Syabse, Oracle. IF you are interested please email your resume to rozina@netpixel.com
|
| xFunction | 18 Oct 2005 19:40 GMT | 1 |
Will xFunction work in an internet multiuser load balanced windows server environment?
|
| Question about Reflection | 18 Oct 2005 18:52 GMT | 3 |
I was wondering if I am using Reflection in a way that was not intended...or not possible. I want to store a class, MyClass0 in a variable: Class cls = Class.forName("MyClass0"); Later I want to instantiate a new instance from 'cls':
|
| java fonts and X | 18 Oct 2005 18:37 GMT | 4 |
I don't know if this is a java problem or an X problem or a RedHat problem or what but... when I install new fonts on a RedHat 7.3 system they seem to automatically be available to java apps. However, this doesn't seem to
|
| Open Source JSF RAD? | 18 Oct 2005 17:57 GMT | 4 |
Can anybody help me to find an Open Source JSF RAD similar to Visual Stutio for ASP.NET?
|
| Applet Heap Size | 18 Oct 2005 17:15 GMT | 5 |
>From within my applet or from its invoking html page, I need to set the maximum heap size allocated to the Java plugin JVM. The users of my applet may know nothing about the -Xmx runtime parameter settings that can be specified in the Java plugin control panel so I want to set the
|
| Getting X11 window id | 18 Oct 2005 16:04 GMT | 5 |
Is there any way to get the X11 window id of a window opened through Swing? I need this to display the contents of another unix application within my Java application. Thanks
|
| Java on AIX modifying LIBPATH | 18 Oct 2005 15:25 GMT | 6 |
I have a java program which launches another process (an executable). Now it appears that java 1.4.2 is not passing correct environment to the executable, it is removing all occurences of /usr/lib from LIBPATH before passing it to the executable. This is
|
| Java web controls? | 18 Oct 2005 11:35 GMT | 4 |
I am relatively new to Java. In my current job I'm involved in writing small server apps. While currently I use jsps a lot, I find them rather cumbersome and would prefer writing servlets only. I think in this scenario one should have classes representing web controls which can ...
|
| Mixing javaveans and ejb | 18 Oct 2005 11:22 GMT | 1 |
Is it possible to mix javabeans and ejb ? I have to manipulate some simple objects into my session beans, but i don't need this objects to be persistent. Is it a bad design to replace
|