| Thread | Last Post | Replies |
|
| View page without JSTL | 10 Dec 2007 00:38 GMT | 2 |
I have a page that prints out a record using an object that comes from a servlet. I dont have JSTL (due to restrictions in my environment) and need to show the JSP view without JSTL: Here is the servlet part:
|
| Is this a valid Manifest? + Fully qualified vs. relative paths | 09 Dec 2007 23:52 GMT | 5 |
Is this a valid Manifest? Manifest-Version: 1.0 Main-Class: openoffice.DocumentSaver Class-Path: "C:/Program Files/OpenOffice.org 2.3/program/classes/
|
| Cannot debug this code !!! | 09 Dec 2007 21:59 GMT | 13 |
public interface MyComparable { int compareTo(Object obj); } public class Rectangle {
|
| You know you're a Java freak when... | 09 Dec 2007 07:58 GMT | 9 |
You know you're a Java freak when: 1. You successfully read the Java SE API Javadocs as a tutorial. 1b. Extra points if you did that for fun. 2. Quote the JLS on a regular basis.
|
| Communicating with a servlet using NIO? | 09 Dec 2007 02:15 GMT | 16 |
Is it possible for a client applet to communicate with a servlet using NIO? I know it's possible using standard IO but I would like to implement a servlet that accepts NIO connections from clients and interacts with them. Is this possible? I don't want to use a special port ...
|
| send and receive a large byte[] over network? | 09 Dec 2007 00:19 GMT | 16 |
Would anyone please suggest me a solution to send/receive a large byte[] (about 300.000 elements) over network? Currently, I am clueless. Thanks
|
| AccessControlException when serving applet using GlassFish v2 | 08 Dec 2007 23:04 GMT | 7 |
I have an applet which uses RMI to connect to a server and it runs fine when run through the NetBeans applet viewer. But when I run the HTML page that it is embedded in with GlassFish I get the following exception: Exception in thread "Thread-7" java.security ...
|
| Inheritance and stuff | 08 Dec 2007 17:58 GMT | 3 |
I have two class and I would like to use one of the Variable from the child class in one of the parent class's function, Is there a way to do that, should I use an Interface? Regards.
|
| Math.cos() problems | 08 Dec 2007 16:54 GMT | 8 |
I'm trying to do something simple but Java turns it into a federal case. All I want to do is draw a couple circles on a Graphics2D canvas with one movable and attracted to the 2nd one which is stationary. Basically I'm just trying to get basic functionality working that ...
|
| Reg expression matching issue | 08 Dec 2007 14:43 GMT | 14 |
I am trying to find a regular expression for 5 consequent numbers like a zipcode anywhere in a string. For example, the regular expression should match the following cause they contain 5 consequent numbers somewhere:
|
| EJB bites back | 08 Dec 2007 06:49 GMT | 5 |
For the past few days I have been trying to understand the complicated concept behind EJB 3 but to no avail. I even haven't been able to run a sample 'Hello world' app using the Netbeans IDE. Here are a few questions I have in mind:
|
| Innovator/Game Changer Wanted... | 08 Dec 2007 05:35 GMT | 1 |
Does anyone know where I can find someone with Java Swing (heavy GUI) experience? This is a permanent, full time position in Lexington, MA (we may consider a consultant or contractor).
|
| Connecting to JMatlink with Applets / JWS | 08 Dec 2007 05:11 GMT | 9 |
I recently installed the JMatlink library (to call Matlab from java) on my computer. Everything works well as long as I use an application with a main method. For example the following code works well: import java.awt.*;
|
| how to obtain heap dump on demand on windows and JRE 1.5.0_9 ? | 08 Dec 2007 01:39 GMT | 5 |
I was searching through the web but cannot find answer for that problem. Client is running application on Windows using JRE 1.5.0_9 (no chance to change OS or JVM version). Due to that fact I cannot use any of
|
| Tricky JTable question | 07 Dec 2007 20:13 GMT | 2 |
Assume that I have an individual cell inside a JTable with a multi-line string. When a mouse double click or click is recorded, I would like to know not only what cell was clicked (fairly easy with the rowatPoint and columnatpoint routines), but also which of the rows inside the ...
|