| Thread | Last Post | Replies |
|
| rmi concept... | 12 Jun 2006 17:04 GMT | 1 |
my question is how do a client know what are the services(methods) exposed or provided by the server.
|
| help me with java linkedList problem! | 12 Jun 2006 16:48 GMT | 1 |
there are a few sentences on how to insert a node into a linkedList,delete a node from a linkedList: 1.insert a node at the beginning of a linkedList: NewList.Next[NewNode]=Pointer
|
| i18n in swing, trouble | 12 Jun 2006 15:49 GMT | 7 |
I am building my first Gui with Swing, and in the same time I need to use the i18n to make it work in Japanese and English. I use Eclipse and its great Visual Editor to save time, all my files are utf8 encoded. And, I am under WinXp...
|
| jar to mobile | 12 Jun 2006 15:48 GMT | 2 |
How to download .jar file from .wml or .html to mobile phone?
|
| MVC question | 12 Jun 2006 15:15 GMT | 1 |
in my web application I need to display generated HMLT table to browser and send the same HTML table by e-mail to some users. What is the best way to implement this according to MVC ? Generate table via Javabean or regular class or tag or smth else ?
|
| Automatic login in Google portal | 12 Jun 2006 15:11 GMT | 2 |
Hi all, I would like to login to my google portal from my java applicaiton and save the page on the hard drive. this last thing is very simple but how to login my google portal without opening any browser? Please help me
|
| SSL - how to suppress reverse DNS lookups? | 12 Jun 2006 15:09 GMT | 4 |
When a client SSLSocket connects to the server, then after the SYN, SYN/ACK, ACK handshake the next thing you see on the wire is an attempt to resolve the domain name of the server. The servers I'm wanting to talk to don't have DNS names, and don't have
|
| Tomcat SQL emulation with flat file | 12 Jun 2006 15:08 GMT | 7 |
Hey all, Was wondering if there was an API or somethign for tomcat that woudl allow me to simulate ahving a database using flat files. Sprite.pm is a perl module that can read a flat text file of data and run SQL
|
| whats use of ":" in java in the following code ? | 12 Jun 2006 14:18 GMT | 4 |
here is the code sample which is using : operator to call some class methods. for ( classname obj:somemethod() ) // here is the problem in understanding
|
| SecurityFilter redirects to login page again... | 12 Jun 2006 13:54 GMT | 1 |
I have a problem around authenticating with SecurityFilter, and can't see the reasons... Container is Tomcat 5.5.9. The problem is:
|
| EJB3 and JBoss 4.0.4 GA | 12 Jun 2006 13:16 GMT | 8 |
I have a slight problem, I try to create a reference Stateless SessionBean but for some reason each time my client tries to access the Bean after looking it up on JNDI I end up getting the following exception:
|
| NIO best practice | 12 Jun 2006 12:36 GMT | 7 |
Hi All, I have developed a simple NIO web server and was just looking to elicit some comments on my coding style and the like. I would also appreciate it if you could out any potentially dangerous/unsafe NIO code that I have used. As I have been debugging my program a lot of the
|
| Double-clicking Java class file on Windows | 12 Jun 2006 10:26 GMT | 7 |
I know this really is a Windows issue but I can't find its official documentation nowhere. My question is: how to enable double-click launching of a Java class which has main()
|
| Help with String.split method | 12 Jun 2006 07:25 GMT | 5 |
I am trying to use the sting split method to do the following, I have to enter the clients full name and then capture the first name for correspondence etc . I cant seem to find a suitable way to spearate the first name from the family name, everytime i run the code i get the
|
| Program / Game... | 12 Jun 2006 07:20 GMT | 7 |
Hi guys, i got a lil big question.... : is it possible to make a program with Java that lets you walk around in special sites? I mean, i create a special site with some pictures that the program
|