| Thread | Last Post | Replies |
|
| Problem with EL (Expression Language) in JST /JSP | 30 Dec 2006 14:55 GMT | 6 |
I have a problem with JSTL EL (Expression Language) in JSP. The follow example show my problem.: <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
| Q: Applet context streams | 30 Dec 2006 10:27 GMT | 7 |
Are applet context streams really persistent between browser sessions? I.e.: start a session, load an applet which stores information in a file, kill the browser, restart browser (one week later), load the applet, and
|
| Java 6 and 64bit max memory | 30 Dec 2006 07:42 GMT | 3 |
On 32bit JVM's I've never had luck going over 2GB of heap, including tweaking OS parameters. My current project has a few dual x64 machines running on XP (not linux unfortunately) . Anyways, our app uses more memory via the JVM than processor, and the 2GB JVM heap limit is
|
| Cooltown lives. Privacy dies a slow death | 30 Dec 2006 07:09 GMT | 1 |
This is not a drill. http://home.earthlink.net/~amorrow/ For starters, neighborhood privacy dies in 2007.
|
| Connecting to db2/400 of AS400 through java throwing SQLException | 30 Dec 2006 06:58 GMT | 4 |
I am trying to connect to db2/400 of as400 through java in WDSC. I am usinf the driver -> com.ibm.db2.jcc.DB2Driver I have put the db2jcc.jar and db2jcc_license_c.jar in classpath.
|
| Libraries in a WAR containing JSPs? | 30 Dec 2006 04:09 GMT | 1 |
I've got a framework that is a mix of Java code and supporting jsp files. Is there a way to jar this up and place it in the WEB-INF/lib directory of another web application and still be able to address the jsp files?
|
| Binary to Decimal and Octal Conversion | 30 Dec 2006 04:01 GMT | 1 |
There are few errors in syntax. I'm new to java and I can't recognize why do such errors appear. Please help. Thank you so much! <code> import java.lang.*;
|
| standard practices for storing user settings | 30 Dec 2006 02:11 GMT | 6 |
I have built an application that currently stores user connection settings in a binary file. Of course it takes a lot of work to add in an extra parameter to be saved because I have to modify how the data is written to and read from the binary file. I wanted to know what the
|
| All programming related issues and you can submit ur own article also. | 30 Dec 2006 02:06 GMT | 2 |
|
| ClassLoaders and finding fully-qualified names | 30 Dec 2006 00:53 GMT | 8 |
I haven't managed to find and information on this so far... There exists a file for 'mypackage.Hello' that a user wants to load as a Class in an application. A user selects the Hello.class file from a JFileChooser.
|
| piece of $#!t eclipse can't find the main class | 30 Dec 2006 00:27 GMT | 6 |
At one point tonight Eclipse was working fine. After specifying a separate output folder for class files (and losing all the files in that folder w/o Eclipse giving me a chance to do anything with them; I hope i never meet any of the eclipse developers because they may not live ...
|
| Checking to see if an email address is valid... (non reg-ex) | 30 Dec 2006 00:10 GMT | 6 |
I have within the last year or so just gotten back into Java and mostly claim to be a Perl programmer. What I want to do is fairly easy within Perl, but I'm not sure how to go about it in Java. I have a web application for a club I belong to that is written within
|
| How to remove JFileChooser default accept all file filter? | 29 Dec 2006 21:00 GMT | 5 |
Accept all file filter is default for JFileChooser. I want to remove it. How to do it?
|
| Need help with javax.jnlp.SingleInstanceService | 29 Dec 2006 20:34 GMT | 1 |
I have a Swing application (using Java 5) that is launched via Web Start and I am trying to use the javax.jnlp.SingleInstanceService so that there is only one instance of my application running and so that I can pass new parameters to it whenever the user attempts to launch
|
| Find component in java applet structure | 29 Dec 2006 16:45 GMT | 4 |
I have an applet. Applet consist of two parts, in left there is a navigation tree, when you push on node appropriate interface with input fields appear on the right side of applet. Interfaces are developed in classes which are extended as JPanel.
|