| Thread | Last Post | Replies |
|
| Performance and Scalability of JSP and ASP | 13 Sep 2005 06:19 GMT | 1 |
was wondering if some one provides some information about scalability and performance of ASP vs JSP. Scalability of JSP vs. ASP (which one is better?) Performance of JSP vs. ASP (which has better performance?)
|
| Why doesn't Java have native support for SSH? | 13 Sep 2005 06:12 GMT | 1 |
One of Java's strengths is its network capabilities. So why no native support for SSH/SCP/SFTP.
|
| Netbeans 4.1 lag time | 13 Sep 2005 04:28 GMT | 3 |
I just installed Netbeans 4.1, and there is a 6 or 7 second lag time for everything that I do. What could be causing this? I already tried uninstalling and reinstalling Netbeans.
|
| Scope - do I need two identical classes, each with different scope? | 13 Sep 2005 04:08 GMT | 13 |
I am trying to understand scope and am getting a little confused. Say I have a public class "Triangle" with private attributes and public accessors. This class has attributes of type "Point". Point is another public class in the same package as Triangle and it, too, has
|
| Clear Screen??? | 13 Sep 2005 02:30 GMT | 7 |
How can i clear the screen in java?
|
| Word/Excel/PowerPoint Conversion to Images | 13 Sep 2005 02:05 GMT | 14 |
I have been looking for a way to convert Office files (.doc/.xls/.ppt) to images such as tif or jpegs. Been looking thru Jakarta POI but it doesn't look to be ready for docs yet. Also, I am not sure it can convert to tifs.
|
| ParserCallback, position | 13 Sep 2005 01:09 GMT | 1 |
I want to search the text in a pages and take the position of the strings. I use ParserCallback and handleText method. But this method doesn't work some white space (more than one spaces go to one ...) and because of this the positions which are found are wrong. What can I do
|
| moving from J2SE to the J2EE world? how? | 12 Sep 2005 23:40 GMT | 10 |
This question goes to all the J2EE experts in this group... I am a java desktop application programmer with about 5 years experience. I think it is time to move into the J2EE world, but don't know how.
|
| Color Representations for Brown and Violet | 12 Sep 2005 22:52 GMT | 34 |
Class <Color> includes constants for a lot of useful colors, but not- able by their absence are brown and violet. Can anyone give me rgb values for those two colors so I can create them using the standard constructor? Thanks in advance.
|
| Eclipse with Ant and CVS | 12 Sep 2005 22:28 GMT | 2 |
I'm having trouble importing an Ant project into Eclipse. The project I'm trying to import is an Ant project that uses CVS for source control. I tried importing the CVS module (File->New->Project->Checkout Project
|
| java.policy | 12 Sep 2005 21:54 GMT | 40 |
No i've edited the global java.policy file and added the entry permission java.io.Filepermission "/usr/local/apache2/htdocs/hello.html","read"; permission java.net.SocketPermission ":80","connect,resolve,accept";
|
| Writing a generic class | 12 Sep 2005 21:42 GMT | 5 |
I'm trying to write a wrapper class for an Object value using generics. This is a basic example of my problem, my questions are the comments in the code below: class Wrapper<T> implements Cloneable
|
| newbie question (i think) | 12 Sep 2005 21:31 GMT | 4 |
Alright. So, I just had my second Computer Science class, and I'm already stumped. This is the situation: I did an assignment on a PC, very simple java. Used jGrasp to compile and run, everything was fine. Then I tried to do the exact same thing on my Mac, using jGrasp. I get
|
| Regarding License Generator | 12 Sep 2005 20:53 GMT | 1 |
Can anyone suggest a very good "License Generator" tool for selling our Java applications? We should be able to generate the licenses based on per CPU . How is EasyLicenser or ezlm ? Thanks a lot for valuable advices.
|
| curiosity about java.util.Timer | 12 Sep 2005 20:22 GMT | 3 |
I had a problem that I fixed, but aroused my curiosity. I'd appreciate any insights you have. I had a Timer (java.util not Swing) cancel in my server over the three day weekend a week ago. I'll fix the problem by instantiating a new
|