| Thread | Last Post | Replies |
|
| error: as of release 1.5, 'enum' is a keyword | 05 Jun 2007 05:49 GMT | 2 |
I am trying to run a simple web application using NetBeans from Marty Hall's book Core Servlets and JSPs. This webapp uses a package called Acme which I downloaded. Also in the webapp I have a number of Applets. But when I try to build the project
|
| Modify JSP then test changes right a way w/o rebuild in Eclipse | 05 Jun 2007 04:24 GMT | 6 |
Currently, I change the JSP through VI, then shutdown Tomcat inside Eclipse, then do clean-and-rebuild, then restart Tomcat to test. There must be a smarter/faster way to test JSP changes. Thanks for comments,
|
| Drawing Organization Chart in Java | 05 Jun 2007 00:05 GMT | 3 |
I have requirement where in I need to show a Organization chart on the fly i.e. create a organization chart dynamically and display it. Also it is a web based application, so i am using JSP and servlets. Is there any tool or third party api's, using which i can draw a
|
| Singular value decomposition in Java | 04 Jun 2007 21:58 GMT | 1 |
In one of my programs, I use truncated singular value decomposition of a matrix of doubles. In current tests, the matrix has about 20,000 rows and 200 columns, but future tests may need more rows and more columns. The matrix is sparse, and in Java is represented by a list of triples ...
|
| [ Java & HPC ] | 04 Jun 2007 19:31 GMT | 2 |
Welcome, has anyone used Java for HPC? regards, Matt
|
| Does HashpMap automatically expand? | 04 Jun 2007 18:54 GMT | 6 |
I am using my office-mate's class. My class is subclass of hers. Her class has a private HashMap. public abstract Parent //her class {
|
| Exception Error | 04 Jun 2007 16:44 GMT | 2 |
I am receiving an error when I am compiling my main gui class for a BattleShip game I am writing for my grad class. I get this error: Compiling 1 source file to /root/school/CS654/JavaClasses/Battleship/
|
| What exception to use with invalid data fields on object passed to business tier method? | 04 Jun 2007 16:05 GMT | 6 |
I have a question about what the convention is for throwing exceptions on validating data passed to business tier objects. If I have a business tier service like where 'AccountManager', a business tier that maintains accounts...
|
| write a file | 04 Jun 2007 11:46 GMT | 1 |
je veux savoir comment je peux cree un fichier et ecrire sur lui le resultats des tableau....... merci
|
| javax.sound and calculating SNR | 04 Jun 2007 04:38 GMT | 5 |
I have a problem, I need to calculate SNR (Signal-to-Noise Ratio) in my program. I made 2 programs already, that is: client app, which records voice and sends it through internet, and server app, which receives voice from client and plays it. now, I need to calculate SNR
|
| String and hash value | 03 Jun 2007 19:36 GMT | 8 |
Is a hashvalue for a string using the function String.hashCode() always unique. John
|
| Arrays | 03 Jun 2007 19:17 GMT | 13 |
Is it possible to increase the [length] of an array every time a loop is run without losing data of the previous values. i.e I want to store an element in an array everytime the loop is run but don't know how many elements will be stored and therefore have to increase the length
|
| I'm writing politically incorrect Java software!!! | 03 Jun 2007 18:54 GMT | 4 |
Currently I'm writing "Raid over Tel Aviv", a Nazi game. You take the role of an SS soldier in a modified Me-262 and the goal is to nuke Israel from the face of the Earth to establish
|
| Java and 'make' | 03 Jun 2007 16:09 GMT | 4 |
I have a question about using make as the build-utilitiy for Java programs. Please point me to a more appropriate news group if this is not the group to discuss this. Here is the context of my question:
|
| About EJB or RMI | 03 Jun 2007 15:30 GMT | 6 |
I don't know if EJB or RMI is the solution, but I would like knowing much about EJB & RMI. Also, I have on windows platform a window-service, which get requests from clients
|