| Thread | Last Post | Replies |
|
| Confused about StringBuilder equals | 25 Oct 2007 03:20 GMT | 15 |
OK - I have a pretty basic problem: If I do String a = "fred"; String b = "fred";
|
| Run TomCat on port 80? | 25 Oct 2007 03:12 GMT | 10 |
How can I get TomCat to run on port 80? I'm not interested in having apache serve static content, I just want Tomcat to serve everything. So I'm not too interested in mod_jk to hook Apache up with tomcat. Thanks
|
| Clean way to send HTML e-mail with image using default mail client? | 25 Oct 2007 03:02 GMT | 2 |
Hi -- We want to embed a "Send image via email" link in our app but (a) want to allow the user to add some additional information / text to the email and (b) don't want to clone a whole email client in our app. So
|
| Comment trapper un evenement MouseEvent issu de javax.swing.plaf.basic.BasicTableUI$Handler | 25 Oct 2007 02:26 GMT | 4 |
Bonjour, Dans un cas particulier , apres un clic dans une cellule gérée par JTable , j'ai une exception issu du handler de la table .
|
| empty interfaces via reflection | 25 Oct 2007 01:48 GMT | 27 |
Is it possible to force a class to implement a (empty) interface via reflection only... the problem is I want to create a Proxy but want the class/interface being proxied to be totally unaware of it (eg. TestProxy does some debugging and checks on all classes
|
| jndi database connection pool to slow ? | 24 Oct 2007 22:52 GMT | 9 |
So here i was selling my self to a j2ee consulting company hoping they would hire me. And while i was lucky to hit the jackpot, meaning getting a chance to talk to some one that actually knows j2ee, i starting to discus about why ejb 2.x struts jsf or any non pure xhtml
|
| How to use both ObjectStream and ByteArrayStream to access one file? | 24 Oct 2007 20:52 GMT | 5 |
Hello, I want to write a simple Zip compression and decompression tool in Java. Now I'm confronted with a problem, i store compression infomation in a serializable HuffmanTree, and use
|
| Creating a 'general object' in an entry form | 24 Oct 2007 20:51 GMT | 2 |
Hi Java gurus, I was wondering whether you have a solution or can throw an advice on the following idea. In the near future, I'm hoping to build an entry form for users to
|
| java webstart | 24 Oct 2007 20:48 GMT | 1 |
I am trying to start a java app with webstart. I get the following error Missing signed entry in resource: http://localhost/formdesigner/lib/xercesImpl.jar The xercesImpl.jar is jarsigned
|
| Tomcat DB connection hangs | 24 Oct 2007 20:03 GMT | 3 |
After searching a lot through google I still cannot find the solution for my problem. I hope someone could help me. I have a tomcat 5.0 running on a solaris OS which connect via oracle.jdbc.driver.OracleDriver to a Oracle database.
|
| J2EE - How to share tomcat sessions across multiple IE windows | 24 Oct 2007 17:39 GMT | 8 |
Folks, My app spawns another window to display help, via the window.open() javascript call. The new window does not share the same session as the original, the session ID is always different. Occasionally the ID of the new window is that of a session that has expired so the help ...
|
| Java Security and file size | 24 Oct 2007 16:37 GMT | 6 |
I'm thinking about working on a project with a friend of mine, but there are some issues that I'm not sure how to handle. I'm going to break them into a few different posts since the issues are unrelated to each other and people may choose to ignore some of them that way.
|
| Java and ActiveX Integration | 24 Oct 2007 15:39 GMT | 18 |
Is it still as simple and complete as described by the source below? Using an ActiveX control as a Java class Using a Java class as an ActiveX control
|
| truncating java doubles | 24 Oct 2007 14:26 GMT | 4 |
How do you truncate java doubles? I am trying to convert a double to a number thats rounded to 3 decimal places - i can do this using BigDecimals easily but cant seem to find anything to do the same with a double. Thanks
|
| Migrating Projects from Eclipse 3.0 to 3.2 | 24 Oct 2007 14:22 GMT | 4 |
I installed 3.2.1 a while back and put a few new projects in there, but mostly kept my old 3.0.1 running to keep disruption to a minimum while I checked-out the newer version of Eclipse. Well, now I'm ready to go "all in", but don't know how to do it
|