| Thread | Last Post | Replies |
|
| J2EE is driving me mad. | 26 Jun 2006 07:40 GMT | 2 |
Hello. j2ee is driving me mad. I'm trying to develop some new apps based on a beginner's book I've read, and I keep failing, so I keep scaling back my 'ambition', and I keep failing.... So here's what I have. Apache 5.5.17, using FoxFire as browser,
|
| Saving results of programs work in some (not any particular) document format | 26 Jun 2006 04:28 GMT | 7 |
Well I'm writing a program, that has to save some results in some (editable!) document format. Since it will mostly be tables so some spreadsheet format would be great. Do you have any hints concerning choice of format, any free java
|
| Sound in Java (facade to JMF?) | 26 Jun 2006 04:05 GMT | 3 |
I try to record sound in Java but have no luck. It is so easy to play sounds with AudioClip. But to make a simple voice recording from the users microphone it seems like I'm forced to use the heavy JMF machinery.
|
| PLEASE HELP at Java Servlet / Java Server Pages !!!!! | 25 Jun 2006 22:58 GMT | 1 |
// Forgive my English :) I have to write a program (JS or JSP), which connect with Oracle and get out date from some table. I've found some example, but it makes errors :((
|
| Moving webapps around | 25 Jun 2006 20:26 GMT | 1 |
Hello. I am trying to learn j2ee using Apache Tomcat 5.5.17 under Windows XP Personal edition. I have the following app which I copied out of a book: C:\Program Files\....\webapps\stock
|
| Adding and deleting files in an atomic way | 25 Jun 2006 19:29 GMT | 5 |
I need to be able to have multiple processes add and delete files in a directory in completely atomic way. Can't quite figure out how to do it. I have three independent processes. One adds small files to a directory (the "Adder"). Another merges the small files into big ones, and ...
|
| java.net.ServerSocket doesn't catch every connection | 25 Jun 2006 15:51 GMT | 5 |
My problem is that ServerSocket.accept doesn't catch every connection made to the socket. I wrote a little server that gets a connection and spawns a new thread giving the ServerSocket as parameter to the constructor. Then the
|
| SSL processor intensive? | 25 Jun 2006 14:44 GMT | 2 |
How processor intensive is an SSL-ed file transfer? My FTP server, on a 1.6ghz Athlon, eats about 30-40% CPU time when transferring files at ~800kb/s. Is that normal?
|
| Reading only numbers from a file | 25 Jun 2006 13:37 GMT | 1 |
i need a code for reading only numbers from file and not the letters. for ex if i have emp name and salary i have to reda only salary.
|
| Session setAttribute scope - Tomcat | 25 Jun 2006 13:10 GMT | 2 |
In Tomcat 5.5 using several minor releases under both Windows and Linux I am using the "session" variable in .jsps as provided in Tomcat's default configuration, then setting and getting attributes. I can see with multiple sessions that each instance gets a different session id
|
| Help with j2ee beginner's question. | 25 Jun 2006 13:04 GMT | 1 |
I am trying to learn J2ee. I have a GuestBook program. It's an index.html page that calls a servlet. The servlet just adds a message to to HttpServletRequest. The servlet then calls a jsp to display the message it set.
|
| Save and Compile and Run in Anywhere | 25 Jun 2006 11:16 GMT | 1 |
Every time that i write a java application , i should save it in \jdk1.5\bin directory to compile and run it. How i can save and compile and run it in any location in command line.
|
| Java 2 | Platform 1.4 (CX-310-035) | Dumbs Questions. | 25 Jun 2006 08:39 GMT | 1 |
I m taking the SCJP 1.4 (Exam - 310-035) in another 2weeks time. I would like to know whether anyone has got dumbs for the same/ any leads to where I can get them from. It would be of great help, if somebody could reply to this mail with right information.
|
| Creating an EnumMap in a generic | 25 Jun 2006 02:46 GMT | 5 |
Hello, I'm wondering if anyone has ever tried to create an EnumMap object within a generic, such that the EnumMap keyed based off the class parameter for that generic. Here is a sample of code that I thought would logically work for this problem:
|
| Java Programmer in Sweden | 24 Jun 2006 22:32 GMT | 2 |
I am a 28 years old man from a third world country.I have some experience with computer science.I want to immigrate to Sweden soon. I searched work finding sites ( like monster.com ) and saw that java
|