| Thread | Last Post | Replies |
|
| JSP Implicit Objects | 05 Mar 2005 08:15 GMT | 1 |
I wanna know why JSP implicit objects cannot be used inside methods? When implicit objects initialized in a JSP life cycle? Why are they not available to user defined methods? Is there any way to make them available inside methods?
|
| protect images in jsp from direct access | 05 Mar 2005 03:58 GMT | 1 |
Hi, Here is my web app file structure:
>Tomact >>Webapps >>>MyApp |
| Simple CMP 2.0 Bean will not work please help. | 05 Mar 2005 02:50 GMT | 1 |
I have a very simple CMP 2.0 bean where the finder method will not parse and I almost 100% correct. I will post all of the relevant code and the exepction if anyone can help that would be great. Platform
|
| Java Application Server Multiple Installs | 05 Mar 2005 02:40 GMT | 2 |
I need to install Sun Java Application Server multiple times on the same node and have both instances running at once. One for Dev and the other for Test. At present, they are installed in different directories and the installs went OK, but I can only run one of them at
|
| How do you call a servelet from jsp? | 05 Mar 2005 01:52 GMT | 6 |
Please help. I wrote a servelet that is to display a word document from data directory. ---------------------- public void doPost(HttpServletRequest reqst,
|
| Java opening the 'system default' web browser? | 05 Mar 2005 01:51 GMT | 7 |
I've written a DVD database app in Java and, for any DVD, I'd like the user to be able to click on a button to load the system default web browser with the appropriate IMDb web page. Is it possible to tell Java to open the sys default web browser with a specific page? If not can ...
|
| HOWTO add Text on image created using JLabel ?? | 05 Mar 2005 01:28 GMT | 1 |
I am loading a gif image file in JPanel using JLabel() Something like this, ... JLabel image = new JLabel(new ImageIcon("myimage.gif"));
|
| Special Character Token | 05 Mar 2005 01:16 GMT | 7 |
In the process of designing a chatting system, I have to send some text from one machine to another. This text usually contains 3 to 4 parts separated by a token like ~ or ^ or $. At the other end I use StringTokenizer to decode the text.
|
| Vector vs ArrayList | 04 Mar 2005 23:43 GMT | 21 |
I have used Vectors extensively in the past but recently came across ArrayList on my travels. Both seem to do pretty much the same thing. In the API's it says that ArrayLists are not synchronised but Vectors are - what does this mean?
|
| Seems like my servlet isn't overloading the init() method..can someone plz help? | 04 Mar 2005 22:42 GMT | 8 |
I've been struggling with this problem all night, and I feel like I'm just missing something. I'm basically trying to run some code in the init() method in my servlet. However the method doesn't seem to be getting called. I know
|
| "java.io.IOException: Too many open files" rlim_fd_cur set to max | 04 Mar 2005 22:17 GMT | 6 |
I am getting the "java.io.IOException: Too many open files" error when running some program on a Solaris 8. Pls note, I have already set ulimit to max. How can I avoid this problem? Thanks in advance for answering my question.
|
| Exiting Java GUI application without using System.exit() | 04 Mar 2005 19:37 GMT | 4 |
What is the correct and safe way of exiting a Java JFrame GUI application? My GUI has an Exit button, but while searching on this, I discovered that System.exit(0) is not a good way to terminate the application. How should it be done.
|
| Adding Syntax Highlighting for JPanel | 04 Mar 2005 18:53 GMT | 4 |
Is it possible to add syntax highlighting to a JPanel style panel from an existing java based text editor to a custom application. I was thinking about doing this with JEdit and I think they will add this in the next version. But I don't it currently supports this without a lot
|
| Jarsigner and Timestamp | 04 Mar 2005 18:16 GMT | 3 |
I have just received my Digital ID certificate from Verisign and I am trying to figure out how to timestamp my jar file using the JRE 1.5 jarsigner. Using the info from their website my command line looks like this......
|
| Java GUI appearing blank | 04 Mar 2005 18:09 GMT | 1 |
For some reason my GUI is just not appearing, it just appears as a blank screen. Any ideas?
|