| Thread | Last Post | Replies |
|
| connect one apache with two tomcat | 26 May 2006 13:38 GMT | 1 |
I need to connect one apache with two tomcat web servers using mod JK on same computer. How can i do that? Alan
|
| What JRE version are you using? | 26 May 2006 13:22 GMT | 11 |
I work on a math expression parser library called JEP (http://www.singularsys.com/jep). We are curious what Java version compatibility developers typically require these days (1.1, 1.2, 1.3, 1.4, 1.5?).
|
| where iam lacking behind | 26 May 2006 12:30 GMT | 4 |
I know it is wrong to post this but iam lacking behind but not able to know where as i go for job search i was asked about springs etc that i dont know pls tell what next i have to do ejb or spring
|
| Question on abstract classes versus interfaces | 26 May 2006 12:27 GMT | 11 |
I am brushing up on my Java knowledge for job interviews and I asked myself a question I couldn't answer: It seems like it is possible to make an abstract class and an interface the same. That is, one can define an abstract class with all abstract
|
| Application server VS web server | 26 May 2006 12:20 GMT | 7 |
who could explain the difference to me between "Application server" (JBoss, WebSphere ... ) and a "web server" ( Apache , IIS ... )
|
| truststore in jar? | 26 May 2006 11:56 GMT | 6 |
Scenario: Java application distributed as a single jar file. It now needs to make SSL connections where it used to make TCP connections. So it needs a truststore so as to be able to validate the certificate presented by the server.
|
| Ruby on Rails? | 26 May 2006 11:45 GMT | 48 |
Dr. Dobbs has a /glowing/ article on Ruby on Rails this month. What do you guys think? Can it replace .net, php and java? And be the Open Source OOP web solution that is not bound to Sun or MS?
|
| Constructor execution | 26 May 2006 10:06 GMT | 6 |
In the following code fragment: class Cups { static int cupCount = 10; Cups () {
|
| Starting out string question | 26 May 2006 07:56 GMT | 3 |
I'm starting to teach myself Java, and have a quick question: Why does the first if statement return false, and the second return true? cParameter = "/u:001" if (cParameter.substring(0,3) == "/u:")
|
| Error while deploying sar file into JBoss | 26 May 2006 03:29 GMT | 1 |
I am new to this group as weell to JBoss.. I am facing the same problem listed at this url: http://groups.google.co.in/group/comp.lang.java ...
|
| JDK 1.5 support for AIX | 26 May 2006 00:35 GMT | 1 |
Is anyone aware of AIX being supported by JDK 1.5? If so, could you please let me know the page to view / Download that? I searched for that desperately, but couldn't find. Thanks..
|
| changing values of a class from an object which it has created | 25 May 2006 23:53 GMT | 5 |
I have two classes A and B, A creates an object of B b_ob. A has a private variable x. Now I need to change the value of x from the object b_ob. I hope the problem is clear, can someone suggest a way of doing so!!
|
| DOM XML APIs | 25 May 2006 21:32 GMT | 1 |
Which one do you see used more, JDOM, XOM or dom4j? Which one do you prefer? Google trends shows that XOM is gaining popularity lately: http://www.google.com/trends?q=JDOM%2C+XOM+-Exxon%2C+dom4j%2C+SAX+XML%2C+JAXB&ct ab=2&geo=all&date=all
|
| PDF Kung Fu | 25 May 2006 20:57 GMT | 2 |
Say I have 2 pdf docs, docA and docB. I want to extract pageX from docA and pageY from docB and then create a new pdf doc composed of pageX and pageY. What libraries (free) would be a good place to start looking? Cheers
|
| I need to create a OpenFileAction | 25 May 2006 20:53 GMT | 2 |
I want to change the behavior of action in particular I want the FileOpenAction to create a File Open Dialog that is filtred for my types of files.
|