| Thread | Last Post | Replies |
|
| Tomcat - disable servlet access | 06 Mar 2005 06:10 GMT | 10 |
Background: I have a hosted site running JSP. The company hosting the site uses Tomcat 4.1, and I can not use servlets, only JSP. However I can extend servlets in my jsp so that 90% of the work
|
| Ordering | 06 Mar 2005 05:17 GMT | 4 |
Hey, simple question for yee all, Im writeing a threaded program but am a little confused in which order the methods are called, I know it goes from start() to run() but I also have a init() so when exactlywould this be called beforw or after start(),
|
| JBuilder 2005 - JBuilderW fails but JBuilder runs from dos box?!? | 06 Mar 2005 02:39 GMT | 1 |
I've just installed JBuilder 2005 Enterprise on my XP desktop. I've applied all the downloadable patches. When I run JBuilder 2005 from the Start menu the app crashes a nano second after the splash window appears. If I open a DOS box and run JBuilder from
|
| A problem... | 06 Mar 2005 00:33 GMT | 11 |
I have a ArrayList containing strings. I want to keep count of the number of strings that are identical. For example: list
|
| Circumventing entity conversion. Can Xalan help? | 06 Mar 2005 00:31 GMT | 3 |
From what I've been reading so far, I think I already know the answer to this question, but I'll ask anyway. I have an XML document that contains cdata sections with HTML. I want to transform the document in such a way that the < and > characters in the cdata
|
| Circular linked list | 05 Mar 2005 21:21 GMT | 3 |
I'm looking for a circular linked list implementation. Any references appreciated. Cheers Sharp
|
| Getting Started. | 05 Mar 2005 20:59 GMT | 8 |
Hello, I've been using Delphi for a number of months and feel I'm getting bored, so I want to start using Java?, and have no idea where to start, how do you make a programme to start off with? I've been told you write it in Notepad or something similar and then compile and run it ...
|
| From XML to HTML and PDF | 05 Mar 2005 16:46 GMT | 10 |
The current version of my project involves reading from a database, setting properties in a JavaBean (they're all String or String[]) and then using JSTL to iterate over the various arrays (and arrays-of-arrays) and display HTML. They wanted a 'printer friendly' version, so I wrote ...
|
| java code design | 05 Mar 2005 14:59 GMT | 1 |
I am a sort of new be to the java programming world, and still finding my feet to a degree. I have a project which consists of me coding a java text editor, with some additional features, such as an online help feature, syntax
|
| Is this really impossible?? | 05 Mar 2005 14:17 GMT | 6 |
Hi folks, I am trying to design a new feature for a java-based product and I have been told by our engineering team that what I want to do is impossible. Now I'm not new to programming but almost all of it (~20
|
| Efficient polling of a flatfile | 05 Mar 2005 14:02 GMT | 5 |
Just looking for feedback on what you might consider the most efficient means to poll a flat file. I need to have my app look at a flat file, say, every second or so, and read any data that may have been appended to it.
|
| Using Applets in JavaScript | 05 Mar 2005 13:42 GMT | 3 |
Although I am familiar with JavaScript, I am new to the concept of using Applets in JS. Here is what I am trying to do. I have an Applet will call "FooApplet" with some "fooFunction" returning a String. The applet accesses a class "ExternalClass" with some "externalFunc"
|
| Case study | 05 Mar 2005 13:01 GMT | 2 |
Is there anybody out there who knows where i could find a case study in relation to a java editor. What i know of UML Diagrams, State Diagrams etc is limited. I have presently coded my own small java editor and now wish to extend
|
| Newbie Another NoClassDefFoundError (bot not a .class call error !) | 05 Mar 2005 11:56 GMT | 2 |
i get mad, i'm trying to make a cron in java, and i get NoClassDefFoundError here's the problem : I succesfully compile using the command : javac /Users/lbrun/bot/botEfarm.java
|
| Reading contents of files over SSH connection in java | 05 Mar 2005 11:14 GMT | 1 |
I hope somebody can help me with my question,I am using the MINDTERM API to connect to a ssh server. For now I can connect to the server with no problem. I am just wondering if there is anyway for me to read contents of files and directories over the ssh channel, If so how is
|