| Thread | Last Post | Replies |
|
| EJB components marketplace | 05 Mar 2006 15:20 GMT | 1 |
I am looking for a place to sell my EJBs. regards Sebastian
|
| Good web host for JSPs? | 05 Mar 2006 15:16 GMT | 8 |
Hi; I've been thinking of buying my own domain and setting up my own site. My dream host would be - nix based
|
| ListView | 05 Mar 2006 13:19 GMT | 1 |
please is there some ListView component in Java? Something that can display items with icons...imagine you want to show a list of files. There should be filename, size and date columns and specific icon at the begining of the line. Which component would you use?
|
| Secure Java packages: a proposal | 05 Mar 2006 10:19 GMT | 17 |
As security-conscious Java programmers surely know, package-private access doesn't stop untrusted code having access -- anyone, including Joe Cracker, can make a class and define it in *your* package. But this could be changed. Here's how:
|
| calling java from c dll, that will reside in biztalk? | 05 Mar 2006 07:51 GMT | 6 |
hi.. what are the risks involving at creating a dll in c that will be calling a java class, calling an rmi server. this dll will reside under biztalk.
|
| httpunit-1.6 package is not work | 05 Mar 2006 04:24 GMT | 2 |
I download the package from this site http://www.httpunit.org/ http://voxel.dl.sourceforge.net/sourceforge/httpunit/httpunit-1.6.zip I try to run one of examples folder "ProxySample.java"
|
| refreshing a window | 05 Mar 2006 03:27 GMT | 1 |
I am doing a program that is supposed to do the following. As a query is being processed, the results are to be displayed in a JTable at the bottom. I have already made sure the queries run okay. However, after the query is processed, the results do not come up at the bottom ...
|
| Anyone had any success with <Desktop>.open() in 1.6? | 05 Mar 2006 03:07 GMT | 1 |
I've been playing around with the new Desktop class in 1.6. I've gotten the mail() and browse() methods to work as advertised, but not the open() method. Example code: import java.awt.Desktop;
|
| Merging interfaces | 04 Mar 2006 23:44 GMT | 5 |
I used this piece of code to find the return type of the method "f" in the interface "C" under Java 1.6. interface A { java.lang.Object f(); } interface B { B f(); }
|
| Accepting EL Expressions in Custom JSP Tags | 04 Mar 2006 20:34 GMT | 4 |
Is there anything special that needs to be done to accept EL Expressions as attribute values in a custom tag? I have a tag library that I'd like to use with JSTL to generate database driven apps, but apparently there must be something I need to do to get my tag to
|
| INTERMEDIATE TO SENIOR LEVEL JAVA PROGRAMMER AVAILABLE | 04 Mar 2006 20:05 GMT | 4 |
Hi people, My name is Armel, and I am an experienced JAVA / C++ with more than 5 years of commercial experience. I would like to know how to get about getting a job in Canada/ USA. I am currently living in the UK and
|
| Determining type accepted by a generic collection | 04 Mar 2006 19:34 GMT | 2 |
Is it possible to determine the types accepted by a generic collection that has been cast back to a Collection from an Object? Thanks in advance :)
|
| NIO versus NET? | 04 Mar 2006 19:15 GMT | 1 |
I'm working on an instant messaging program. It is part of my senior project. I want to write the server with Java. But I can't decide to use ServerSocket or Channels(NIO). I searched google and find some information. They say using NIO is more efficient. But the client side
|
| I did not know that was legal | 04 Mar 2006 18:51 GMT | 17 |
I have using Intellij. One thing it often does in make suggestions on how to improve your code. One it made, I thought was illegal till I tried it out. If you have code like this:
|
| Update view of database on multiple web clients | 04 Mar 2006 16:25 GMT | 17 |
I have been asked to build a collaborative web application. It is basically equivalent to having multiple web browsers accessing a record in a database and, when one user alters the record then all the browsers that are viewing the record should immediately see the
|