| Thread | Last Post | Replies |
|
| it doesn't make sense but that's how it's -RMI | 06 Sep 2006 11:56 GMT | 5 |
Im trying to connect client side applet with remote server using RMI. At first all things going ok and the remote object returns the output correctly. But when i try to modify the client side applet to call another method in the remote object, its still returning the output of
|
| Socket pool implementation? | 06 Sep 2006 09:35 GMT | 2 |
Does anyone know any open source socket pool implementation? Thanks. Alan
|
| image processing | 06 Sep 2006 09:07 GMT | 1 |
i am working on image registration in vc++. I am a new user for the platform and i don't know weather there are some in-built functions in vc as they are supported by MATLAB. If yes, i want to know how they can be used to read an image and store
|
| Custom event | 06 Sep 2006 06:57 GMT | 2 |
How can I write a custom event? I want to create a custom event object and fire it at a particular point in program. Thanks in advance!
|
| IT界人粉 | 06 Sep 2006 03:37 GMT | 1 |
係香港一間IT公司,叫Advanced Telesoft, 有個ap叫Dan, 呢條友好唔掂, 新員工入到黎唔夠 一個月, 就係高層面前話佢"好似乜都識, 實情乜都唔識". 人地入黎都無一個月, 你又點知
|
| how to create customizable frames | 06 Sep 2006 03:30 GMT | 2 |
hi members... please let me know how to access the customizable menus...with jsp... please suggest me the total code for developing such type of menus thanks in advance
|
| hello everyone , i have a problem with struts using | 06 Sep 2006 01:53 GMT | 1 |
when i build a new Action(or DispathAction) using jbuilder, it insert Action element to struts-config.xml, but when i want to debug it,i must restart the tomcat. it is so bad!
|
| Need help with drawing a house for AP Computer Science class | 05 Sep 2006 23:46 GMT | 4 |
Here is some code I found: import apcslib.*; public class DrawHouse {
|
| array out of bounds exception | 05 Sep 2006 22:47 GMT | 1 |
I've got a routine that initializes a 3-dimensional array in which the sizes of the arrays are read in at run-time followed by the values. I get the infamous array out of bounds exception. Anything wrong? THANKS
|
| Customizing web application | 05 Sep 2006 20:23 GMT | 1 |
I want to create a web application that is customizable for each customer. However, I can't quite decide how to package this up. Should the contents of a WAR file be off limits to a customer. That is, should they be able to change jsp and property files in the WAR file?
|
| Design Question | 05 Sep 2006 18:40 GMT | 13 |
A quick design question. Suppose you have a class that looks something like this: class Record { private int recordId;
|
| MySQL support for XDoclet | 05 Sep 2006 18:30 GMT | 5 |
Does XDoclet support MySQL databases? Cheers!
|
| Java interface to *nix /proc filesystem? | 05 Sep 2006 18:16 GMT | 1 |
I tried googling for this with no luck... Anyone know of a nice package of Java classes that interfaces with Unix-Linux /proc filesystem? Frank G.
|
| JSP 500 Errors | 05 Sep 2006 17:53 GMT | 6 |
I apologize in advance if my question is easily answered (I've never used JSP before). However, I've tried to fix this problem for days and nothing I do seems to work. Please help if you can. Before you ask, I have the jar file in both the WEB-INF\classes and \javalib directories.
|
| CSV Import | 05 Sep 2006 17:35 GMT | 1 |
Just want to caution you that I'm new to Java. I've setup an object to import comma delimited data of type double. I browsed the web to find pre-written code, and arrived at a solution that imports each record as a HashMap type object, which is stored in an
|