| Thread | Last Post | Replies |
|
| VB to java | 10 Nov 2006 06:24 GMT | 1 |
I am converting a legacy as ASP page to JSP... I have the following scriptlet in ASP which is invoking QARun product .. <Script type="text/vbscript")>
|
| Problems binding to LDAP | 10 Nov 2006 04:46 GMT | 4 |
I am having problems trying to bind an object to an OpenLdap server (Fedora Linux). I connect to the server ok but when I try and bind my object I get the following error message: javax.naming.OperationNotSupportedException: [LDAP: error code 53 - no global
|
| 3D volume visualization | 10 Nov 2006 02:46 GMT | 1 |
We have some 3D volume data set d(x, y, z) and would like to visualize the isosurface d(x, y, z) = d0. Idealy in a web browser. What is the best tool to do it? I heared about java3D, could any one give some sample code?
|
| Since I'm on page 51..... | 10 Nov 2006 01:47 GMT | 7 |
It would be nice if new posts made the topic go to the top of the list like in phpBB. http://groups-beta.google.com/group/comp.lang.java.programmer/browse_thread/thre ad/58e439d178c1ee5c
|
| [log4j] How to write nothing to the log... | 10 Nov 2006 00:55 GMT | 3 |
...or to be more precise, how to write only data (payload) to the log4j appender... I want all the benefits of log4j, but none of the seemingly required overhead of ConversionPattern variables. In other words, I want to
|
| hi | 09 Nov 2006 23:56 GMT | 1 |
|
| JDialog focus | 09 Nov 2006 23:25 GMT | 3 |
Is it possible to ensure that, upon setVisible(true), a JDialog pop-up jumps on top of all other windows including other applications? Many thanks in advance! Aaron Fude
|
| Reg parsing Design | 09 Nov 2006 22:08 GMT | 5 |
Hi all i wan to whether the right approach for the design is corerct. this is wat my input xml going to be <Transactions> <transctionList>
|
| j2ee platform choice | 09 Nov 2006 20:09 GMT | 1 |
please can someone tell me if the sun java system application server 9. (glassfish) is a good choice to develop and run j2ee applications i have experienced lots of difficulties to run my works on it and i want to be sure that it is due to my poor j2ee knowledge.
|
| Installiing Java EE 5 on a Sun Sparcstation | 09 Nov 2006 19:01 GMT | 1 |
My company is about to install Java EE 5 on a Sun Spacestation, how would we go about installing Java EE 5? Any advise would be usefull.. Kevin Davis
|
| a problem about understanding jboss | 09 Nov 2006 18:29 GMT | 2 |
I was reading the jboss docs and came across the following statement: 'Most developers know that the type of a class in Java is a function of the fully qualified name of the class. However the type is also a function of the java.lang.ClassLoader that is used to define that
|
| what is abstract persistence schema | 09 Nov 2006 17:56 GMT | 1 |
what is "abstract persistence schema" ? (in EJB)
|
| Problem executing an exe executable! | 09 Nov 2006 17:40 GMT | 6 |
I'm trying to run a exe file named butil.exe from within a java application. This is my code: Process p = run.exec("d:\\modec160\\p_21\\butil.exe");
|
| Regular Expression | 09 Nov 2006 17:02 GMT | 8 |
I need a regular expression.. The conditions are as follows... 1. There should not be any blank spaces. 2. Text may or may not contain slashes.
|
| How to retrieve a session Bean in the Context in a class with the Context reference | 09 Nov 2006 17:00 GMT | 1 |
Hello this is my problem in my servlet I set a new session attribute request.getSession().setAttribute("AAA", new Aaa() ); now I've a Xxx class that has access to the Application Context. In my
|