| Thread | Last Post | Replies |
|
| J2EE/JNDI problem | 21 Feb 2006 11:25 GMT | 2 |
J2EE/JNDI problem the setup is this. I have an enterprise project that contains an ejb module and a web module. In the ejb module I have a session bean named "registerBean".
|
| RiverLayout: simple, but powerfull | 21 Feb 2006 11:01 GMT | 2 |
Yesterday, I have discovered a new layout called RiverLayout by Datadosen, David Ekholm (license LGPL). Simple and small yet powerfull. If I found it earlier, I would have saved myself almost 12 hours trying to do the two a bit more complex screens with
|
| analytical Skill for Java Development | 21 Feb 2006 10:29 GMT | 170 |
Hi...All, Recently I had been attending some interviews(almost after 10years) for Java Developer/Lead position. At each interview, 75% of the alloted time was spend was on problem solving sessions or checking the
|
| Your 2 cents: Java Generics, love it, hate it, or waiting? | 21 Feb 2006 06:39 GMT | 38 |
Right now I think they suck especially when working with libraries that are older than tiger. That is my opinion. What is your vote on generics?
|
| Choosing web techonology? | 21 Feb 2006 01:25 GMT | 6 |
Does anyone know of a survey of pros and cons of using the various popular web technologies? I've found that over the past year I've investigated many combinations people use as I've been getting more sophisticated and my desire for a more modern user interface has
|
| Clearing the output screen | 21 Feb 2006 00:20 GMT | 3 |
Can anybody tell me if there is a way to clear the output screen. I am making a basic low level program (just to improve my java skill) and I am writing a lot of commands like: System.out.println("There are "+x+" intems in the list");
|
| classpath to a directory? | 20 Feb 2006 23:07 GMT | 2 |
folks, can CLASSPATH be set to point to a) a directory containing bunch of .jar files OR b) each individual .jar file in the directory
|
| question | 20 Feb 2006 22:38 GMT | 1 |
hello grp !!! i've one question plz excuse if it is silly to ask !! public static void main( String[] args ) {
|
| subclass has a variable that is subclass of same superclass | 20 Feb 2006 20:42 GMT | 3 |
I have been running this scenario in my head for a while. In the surface it seems fine, but I keep thinking that somehow it will cause problems. class A {
|
| topcoder uk equivalent | 20 Feb 2006 20:20 GMT | 2 |
Hi there, does anybody know of a UK bases equivalent to www.topcoder.com ?
|
| writing a proxy .. | 20 Feb 2006 19:45 GMT | 9 |
Hi ppl ... I am writing a simple proxy server ... I redirect my browser to the local server and re-route the HTTP request to the host.
|
| Standard SOAP client library? | 20 Feb 2006 19:36 GMT | 3 |
What is the standard SOAP library for Java? Something that can read the WSDL file. Hopefully it is as simple in Java as in Ruby which something like require 'soap/wsdlDriver'
|
| PreparedStatement + "order by ?" | 20 Feb 2006 18:03 GMT | 13 |
Is there a way to use a PreparedStatement with a query such as "SELECT * FROM table ORDER BY ?;" where the first parameter is the name of the table field I'd like to order the results to ?
|
| Needed Session initiation protocol Programming | 20 Feb 2006 17:18 GMT | 2 |
Hello friends, i am doing a project on Session Initiation Protocol(sip) using J2ME. I want some piece of code so that i can learn and implement the sip using j2me. please if anybody have done this project tell me
|
| Thread - on terminate event | 20 Feb 2006 16:48 GMT | 7 |
please could you give an advice concerning threads? I'm a Delphi programmer. In Delphi there is OnTerminate event of thread object which gives me a feedback that the thread has ended. Imagine you have a button in your application. If you press the button it becomes disabled and a ...
|