| Thread | Last Post | Replies |
|
| read and write a cookie from an applet | 07 Jan 2006 19:18 GMT | 7 |
It is possible read or write a cookie from an applet? I need only set the value of a variable setted from user from remember it in next use, as setCookie(String name, string value). The cookie must be set client size, by the site of the applet or by local,
|
| Eclipse Issues | 07 Jan 2006 18:12 GMT | 1 |
I've been having issues with Eclipse as of late. Recently I downloeaded the necessary jar files for the JAI kit. When I try to import them into my current working directory all i get are EMPTY packages. For example, javax.media.jai is empty package. Please help me on this issue, and ...
|
| J2EE security question | 07 Jan 2006 17:16 GMT | 2 |
New to J2EE, forgive me if this is a silly question. I wonder what security problems will be caused if exposing the class's path on web server to the client side. For example, use "com.exmaple.test" in the form's action url.
|
| J2ME SMS Handler | 07 Jan 2006 13:58 GMT | 1 |
In J2ME why cant a SMS Handler MIDlet receive messages sent by handsets where NO PORT NUMBER is specified? Using PUSH REGISTRY, can we register a MIDlet such that it handles SMS sent with No Port Number specified?
|
| IBM Java & memory mapped IO | 07 Jan 2006 09:35 GMT | 4 |
We have a serious problem with the IBM Java Development Kit 1.4.2_06 und memory mapped IO via nio and FileChannel.map. The maximum heap space is set to 1GB,
|
| To Java or .Net -- That is the question! | 07 Jan 2006 03:28 GMT | 22 |
Folks, I am a Visual basic (2.0 - 6.0) programmer who is at a crossroads. Can someone sensibly articulate why one might choose Java over .NET as their "next" language? The way I see it, I have a small leg up in the .NET world coming over from Visual Basic, but I did some
|
| Can I open a zip file thats within a jar file? | 07 Jan 2006 02:50 GMT | 16 |
I'd like to open a zip file of sound bites. This zip file is within a jar file. The only way (that I see) to open a zip/jar file requires a File, or String. Apparently you cant open a zipfile by simply doing "new
|
| Benefits of compiler errors | 07 Jan 2006 02:28 GMT | 12 |
I'm having some trouble brainstorming here. I know there's more to this topic than I'm thinking of right now. So please, if you have a second and more insight than me, expand on this JINX page: http://riters.com/JINX/index.cgi/Compiler_20Aided_20Programming
|
| Minimizing Compile Time Dependencies | 06 Jan 2006 23:39 GMT | 1 |
In C++ minimizing Compile Time dependencies is a fundamental physical design issue. The class designer tries to create as minimal dependencies to other classes using forward declarations and eliminating as many include directives he can, usually implementing the
|
| Standard for defining user rights? | 06 Jan 2006 22:14 GMT | 5 |
I need to define user rights for the application I work: what is which user allowed to do? I looked at the Java policy stuff, but it is too complicated and too effortful for what need to get done. I'd actually prefer to define a database table where to define the rights. So why
|
| How can I get the stack trace when Java JVM/JNI crashes ? | 06 Jan 2006 22:05 GMT | 1 |
I am developping a JNI DLL using Visual Studio .NET 2003 (VC++ 7.1) under Windows XP SP2 running on a Intel CPU. I am using JDK 1.5 I succeeded in entering in my JNI C++ code with VS .NET (I start the
|
| why java does not support pointers | 06 Jan 2006 21:47 GMT | 32 |
hai any one tell me why java doesn't support pointers.instead it will do the same(means storing address,not arithematic operations on address) using reference variables.can any one plese clarify my doubt
|
| SiteMap For Google | 06 Jan 2006 21:45 GMT | 3 |
You may not have noticed Google's Beta program to speed up spidering. It works by you creating a gZipped XML file and leaving it on your website. You can read more about it at:
|
| Tomcat 4, Suse 9.1, Intel Xeon 64bit processors threading problems. | 06 Jan 2006 21:38 GMT | 5 |
Hey all, had a quick question about the setup in the Subject and threading in Java. I have a servlet that runs it's own thread using TimerTask running in tomcat. The problem is, when I go into the tomcat manager and restart the specific context, the existing thread continues
|
| JUnit - HTML report? | 06 Jan 2006 21:27 GMT | 7 |
Is there a TestRunner producing a HTML report available? Thanks!
|