| Thread | Last Post | Replies |
|
| Struts charset problem on Sun One | 08 Sep 2006 12:53 GMT | 2 |
A working Struts web-application is causing trouble, when deployed on Sun One. Previous successful deployments had been on Tomcat standalone (1.31+), BEA-Weblogic and JBoss (no reliable version-information, at this time).
|
| Arkanoid / Breakout | 08 Sep 2006 12:47 GMT | 4 |
Hi! I been programming in C/C++ for 2 years basically in a hobbist way (never done anything serious) For a while I did really basic game programming in ActionScript. Now I'm begging to learn Java I have set my first big project: An
|
| Java accessing Windows drivers | 08 Sep 2006 12:25 GMT | 3 |
Probably a daft question but is there anyway of accessing Windows drivers through Java?
|
| Can't invoke applet methods | 08 Sep 2006 11:57 GMT | 6 |
I have a strange problem. I have a page with an applet, and I invoke several applet methods through javascript. When I access web application using hostname (i.e: http://hostname:8080/url), and I surf to that page, everything works fine, I can invoke applet methods and it
|
| A Sort Optimization Technique: decorate-sort-dedecorate | 08 Sep 2006 11:56 GMT | 10 |
Last year, i've posted a tutorial and commentary about Python and Perl's sort function. (http://xahlee.org/perl-python/sort_list.html) In that article, i discussed a technique known among juvenile Perlers as the Schwartzian Transform, which also manifests in Python as its
|
| Help needed to run unix command on remote machine. | 08 Sep 2006 09:53 GMT | 11 |
can some one tell me how do i run unix commands on unix machine remotely? I want to fire a unix command from one my machine onto other machine through java program.
|
| Integration of Java application with Microsoft Outlook 2003 | 08 Sep 2006 07:51 GMT | 1 |
I need to interface my Java application with Microsoft Outlook 2003. I need a set of PIs for that. Can anyobdy guide me in this context? thanx.
|
| 2D graph creation.. | 08 Sep 2006 07:00 GMT | 1 |
I need a Dynamic 2D graph.... ie, grid of x and y in the graph should arrange according dumping y values... label in y and x , multi curve with different colors too.. Please tell me a suggestion which graph library will solve my
|
| Help with Jakarta File Upload and Apache Tomcat | 08 Sep 2006 06:28 GMT | 4 |
I've been searching for a simple way to upload a file to a webserver, and found Jakarta Commons FileUpload as an easy solution. My problem, however, is that it isnt found on run-time. "java.lang.NoClassDefFoundError:
|
| how to call ShowModalDialog() in struts | 08 Sep 2006 04:41 GMT | 3 |
How to call ShowModalDialog() in struts. How to give the arguments.Please givesample code. Thanks.
|
| AJAX v Applet | 08 Sep 2006 02:37 GMT | 15 |
What are the pros of selecting AJAX over Applet/JApplet? (From both development and deployment perspectives). Kindly asking for your thoughts...
|
| Hibernate mapping problem with null in legacy data (in Oracle) | 08 Sep 2006 01:42 GMT | 2 |
I have a problem where I need to read legacy data that is not well designed. The table in question does not have a unique key. Getting a unique row requires knowing values for a non-unique indexed column and an unindexed column.
|
| Opinions, please - include version # in jar file name? | 07 Sep 2006 23:56 GMT | 9 |
We distribute an app as a library. The core of it is a single .jar file. We have been including the version # in the name of the jar, i.e. myapp-1.2.3.jar Is this a good idea? On the one hand, it makes it very easy for the user
|
| J2EE: How to Transfer String of size > 3MB from EJB Server to Web Client | 07 Sep 2006 23:24 GMT | 2 |
I have a problem regarding the amount of data i need to transfer from App Server to Web Client. I have a String of size about 3-4 MB which i need to transfer from EJB Server to my Web Client. Can anyone suggest some solution or alternatives?
|
| Obtaining samples from sound clip | 07 Sep 2006 21:53 GMT | 3 |
I am developing an application where the user can synchronize some events to a sound clip. I want to visualize the sample data of the clip by just plotting the wave. However, I am not able to obtain the sample data. Is there any way to obtain this data using classes from javax.sound ...
|