| Thread | Last Post | Replies |
|
| Any VoiceXML service providers in UK offering free trial access for developers? | 31 May 2005 20:57 GMT | 5 |
Does anybody know of any VoiceXML service providers in the UK who offer some form of trial access to developers?
|
| peer to peer messaging | 31 May 2005 20:50 GMT | 17 |
Hi! I want to write an application that will send a message to another computer using Sockets. I've wrote a simple echo client server before using Sockets but this application is different. I want to be able to send a message to any other computer running this application. *** ...
|
| J2EE book | 31 May 2005 20:13 GMT | 6 |
I am trying to find a good J2EE book to learn J2EE (EJB, Entity Beans, Session Beans, JST etc). I am tryint to find a book that teaches how to build J2EE project from the scatch. Also, a book that has a CD with all the source code of the example project. Anyone can recommend such
|
| Struts and javascript | 31 May 2005 17:39 GMT | 4 |
I have a javascript tree menu store in jsp page. I should put <html:link> tags in this script but it isnt work for me. I know that web container should compile this <html:link> tag and when i have this in js file he wont make it. It is any possibility to solve this problem?? Or ...
|
| SQLJ - problem with Oracle.close() | 31 May 2005 17:24 GMT | 2 |
when running a SQLJ file, everything goes correct, the program works properly, but in the end I get: java.lang.NoClassDefFoundError: sqlj.util.io.OracleOutputStreamWriter at
|
| Problem showing up server generated PDF in Browser | 31 May 2005 15:44 GMT | 2 |
This is the code i use to show the PDF in a browser ByteArrayOutputStream outStream = new ByteArrayOutputStream(); res.setContentType("application/pdf"); res.setHeader("Content-Disposition","inline;Filename= " +
|
| generate interface to xml | 31 May 2005 15:37 GMT | 2 |
I have a jar that is loaded onto a vm. Is there a way to extract the interface information and output it to an xml file? all hints are very much welcome! cheers,
|
| Struts / tomcat 5.5 / File problem | 31 May 2005 13:28 GMT | 1 |
I'm just starting with struts, with the book : Struts in action. I use some classes from this book, and in one of them, there is a problem in my environment. (jdk 1.4.2_08, tomcat 5.5.9, struts 1.0.2) The application is a simple registerpage, where a user must give in a name,
|
| exceptions in static initializers | 31 May 2005 12:50 GMT | 3 |
Ever so often I find side remarks in postings that exceptions in static initializers are a pain/bad/hard to track/etc. I wonder why this seems
|
| Newbie: Just drop it on the classpath | 31 May 2005 12:33 GMT | 7 |
I found what seems to be a good MS SQL driver call jTDS. Its open source and on SourceForge and, as is, typical the doc is sparse. But in this case I think the problem is mine. They say on their site:
|
| Eclipse compiler compliance | 31 May 2005 12:27 GMT | 8 |
I've set the following compliance settings in Eclipse: Compiler compliance level: 1.3 Generate class file compatibility: 1.3 Source file compatibility: 1.3
|
| Applet paint problem (only on IE) | 31 May 2005 11:23 GMT | 5 |
I've written an animated, double buffered graphical applet for JDK 1.1.8 (It has to run without the user having to download a new JRE) that is run in a table cell on a web page. It uses threads for the animation, with a delay based on the speed of the animation.
|
| Java Programming Using Netbeans Tutorial | 31 May 2005 11:16 GMT | 2 |
I created a short tutorial for programming using Netbeans for people just getting started with Java. I think you'll enjoy it. http://www.bushidohacks.com/pub/lab/cgi-bin/java.pl It's been online for only a few days but already a couple people have
|
| 2's complement | 31 May 2005 05:32 GMT | 5 |
Could anyone give me sample code to calculate 2's complement of an integer which is n (n<16) bits length? Thanks!
|
| How to see if an object is part of a specific vector? | 31 May 2005 05:20 GMT | 5 |
I'm making a space invader-like game, and for one method getLocationOfNearestAlien, which lasers use in part to see if they are touching an alien, I need some help. public NearestAlienInfo getLocationOfNearestAlien(double x, double y) {
|