| Thread | Last Post | Replies |
|
| Keeping the result bean - Struggling with Struts: | 25 Mar 2005 00:29 GMT | 1 |
I'm giving my first steps with struts. Here's the situation: I have created a jsp (say result.jsp) that displays a table with a set of data calculated in the action, and which has been stored in a result bean. Normal.
|
| basics - callig methods by name | 24 Mar 2005 23:41 GMT | 1 |
I am new to java and wondering how i do the following. I have a simple program which accepts from the command line 2 numbers followed by an operation (add, subtract, etc) If the calculation has an associated method, how do i call the method if
|
| Tiff to PDF | 24 Mar 2005 23:24 GMT | 1 |
hi there... Can anyone give some guidelines in converting tiff to pdf in searchable format. If there is any third party open source jar.It will be very
|
| Design Question: Managing multiple writes to flat file | 24 Mar 2005 21:55 GMT | 4 |
I have a variety of applications that need to be able to write diagnostics to the same flat file. While there won't be that many situations where any of these applications are running concurrently, it could happen. What is the best way to write my applications to handle the case ...
|
| Tomcat 5.5 and web scrapping | 24 Mar 2005 21:52 GMT | 2 |
I've had success "web scrapping" ASPs using the URLConnection object, but get no luck with servlets. When I invoke the servlet from a browser there's no problem, but when I invoke it from code nothing happens. As I said, I have no problems opening connections to ASPs and
|
| New job and I want to change the world... | 24 Mar 2005 19:57 GMT | 29 |
Having been on this group quite a bit over the last 5+ years and almost finishing my second degree, with some Java certs too... I have now managed the career change and secured my first IT position. Problem is it is not in Java, and the language is some pretty ropey inhouse
|
| Encrypt Text? | 24 Mar 2005 18:54 GMT | 3 |
What's the best method of text encryption if I wanted to store passwords in an XML file? Are there any in-built functions of the API which would allow me to store a key in code and encrypt and decrypt text using this key? P.S. The project isnt high security so I'm not overly ...
|
| Java.Util.Logging Color Output in IDE | 24 Mar 2005 18:51 GMT | 5 |
Hi comp.java Can someone please explain the different colors I see in my Eclipse console when I use java.util.logging. Also, how does one configure this? I seem to recall this happening in JDeveloper as well so I assume this is a logging
|
| How to fulfill contract across two different Java versions? | 24 Mar 2005 18:49 GMT | 3 |
How do I fulfill a contract across two different Java versions? That is, how do I make the code that implements my contract portable. Specifically, I have a class that implements the interface java.sql.Connection. The code is written for JDK 1.3. In JDK 1.4 they added
|
| JVM and shared libraries | 24 Mar 2005 17:44 GMT | 13 |
I have a Java applet which uses some JNI stuff to interract with a scanner. The basic way things are is: java -> call sane stuff sane.jar -> loadLibrary(sanej)
|
| Struts: findForward after flushing output stream. | 24 Mar 2005 16:39 GMT | 4 |
I am using Struts 1.2.4 and I have an Action that flushes a generated excel file (Using Apache POI) to the client. The client is able to download the file but an exception is thrown because the output stream has been flushed. I am just wondering if there is a way to work around
|
| Simple swing (UI L and F) problem | 24 Mar 2005 15:11 GMT | 2 |
I've been given the task up updating the appearence (ie color when selected or not) of some JToggleButtons on a fairly large application and it seems like a really bad idea to do this via btn.setBackground or btn.setForeground etc... I know it should be done
|
| Generate objects from XML? | 24 Mar 2005 13:42 GMT | 2 |
I've never used XML and Java together, so apologies for the basic question. In fact I've hardly ever used XML before to be honest. How do I extract data from an XML file and use that data to generate an object? Obviously I'll generate the XML elsewhere, and define the classes
|
| Launch ECLIPSE | 24 Mar 2005 11:59 GMT | 2 |
I am sorry but I have to post a silly question. I have just started to learn Java and I am already stuck! I have installed ECLIPSE, chosed a default folder ect.. Where can I find the .exe file to launch it again?
|
| networking problem | 24 Mar 2005 10:03 GMT | 8 |
Im connecting an applet to my own simeple server useing connection = new Socket( getCodeBase().getHost(), 2001, true ); But no matter where I open the applet, it allways say's the same ip is connecting, the ip the simple server is running on. any idea's?
|