| Thread | Last Post | Replies |
|
| Opinions wanted on source style | 08 Apr 2007 17:48 GMT | 10 |
I'm writing my latest whiz-bang app. I'm extending javax.servlet.Filter, and in the course of extending, I'm (naturally) adding some convenience methods.
|
| How to do real time web classroom presentation in Java? | 08 Apr 2007 16:39 GMT | 5 |
Hi, I have never programmed in Java before. Mostly I do numerical and statistics programming and my main tools are C++ and Matlab. So please tolerate me if my questions look a bit dumb. I am going to teach a college course and I want to do real time
|
| struts using jdbc | 08 Apr 2007 16:05 GMT | 6 |
I am new to Struts. Have worked on a few tutorials and have attempted a few simple exercises. Currently I am working on an exercise where I have to access a MySQL database from the main jsp page ( which asks the user for name) and display the data related to the user.
|
| mail through a server | 08 Apr 2007 08:46 GMT | 5 |
Can anybody tell me how to send an email using javamail surpassing the server setup in a LAN?
|
| simple string parsing question | 08 Apr 2007 02:45 GMT | 2 |
All, Been a looong time since i've done any string parsing in java. I seem to remember there being a braindead simple way of turning a string like this: 100,1,1;2598,2,3;25467,1,3
|
| Polar Plot, determining Angle | 08 Apr 2007 01:02 GMT | 4 |
I have a polar plot graph plotted on a JPanel, and I would like to determine the angle selected around that graph, given the x,y position of the mouse. I know this is probably more of a math (trig) question, but I figured I would check here first, as I'm sure someone has dealt
|
| algorithm to detect index of objects | 07 Apr 2007 22:32 GMT | 7 |
I have a List of Object A, B, C, D, E, F, G, .etc. I want to do the following scenario (Java 5 preferred): 1. Revert the list. 2. Get the first appearance of Object D if any.
|
| SENDING SMS | 07 Apr 2007 19:39 GMT | 2 |
Hi. I have MOTOROLA L7 . I need to connect it to PC using usb port and have to send SMS from my PC using the phone as modem.For that i have to activate GPRS and send SMS from a java program. Plz i need a solution for that....i just hav preliminary knowledge
|
| How to see faqs in sun Website | 07 Apr 2007 19:08 GMT | 1 |
I want to see java faqs in sun website.
|
| this is wha i'm working on: any help??? | 07 Apr 2007 18:54 GMT | 1 |
/** * @(#)MyClock.java * * MyClock application
|
| Null pointer exception problem | 07 Apr 2007 18:40 GMT | 25 |
Can someone show me why I am getting a null pointer exception from my code. Here is a much simplified version: class A { private Vector<MyObject> foo;
|
| Mainframe Java | 07 Apr 2007 18:38 GMT | 2 |
I'm been roped into a techical discussion next week as to whether our Java application can run on a "mainframe." (I know not what kind of "mainframe" or OS). Is this kind of thing even in the realm of possibility? Or should i tell
|
| input/output | 07 Apr 2007 15:42 GMT | 9 |
I need a beginner's way to handle input and output. The teacher who used to teach Java at my school (which was dropped by the school due to the apocalyptic standardization of Michigan schooling) said that it was way too advanced for me to learn at this point. And my main goal
|
| Job Openings for Java Developers | 07 Apr 2007 15:32 GMT | 2 |
I have an immediate opening for java developers in our organizationacross levele. Interested please post your resumes to bhavya_bc@thbs.com for further details you can get in touch with me on the mentioned email id.
|
| Fast Semaphore | 07 Apr 2007 15:20 GMT | 6 |
Here's a port of a fast pathed semaphore I did elsewhere. It only does single permit acquire and release. If you use it in conjunction with ConcurrentLinkedQueue you can get a blocking queuue that's up to 3X faster than LinkedBlockingQueue under
|