| Thread | Last Post | Replies |
|
| Downloading a binary file | 08 Jan 2008 07:43 GMT | 7 |
I want to download a 4 meg binary file from a Linux server to my standalone Java client program. An example I have seen first creates a URL object, then creates an Input Stream, then downloads data via a data buffer using read() and
|
| eclipse workspace - export/import | 08 Jan 2008 04:04 GMT | 1 |
I'd like to bring on a new developer to my team to begin using eclipse 3.3 How do I set him up to begin development quickly? We check out all the source from version control into a standardized
|
| Why does compiler only look at public methods of superclasses of...? | 08 Jan 2008 03:19 GMT | 26 |
I haven't been learning Java for the past week or so, but now that I finally got back to it, I decided to refresh on few things I previously learned and thus the following questions about dynamic binding came to be:
|
| IIS redirection to multiple instances of Tomcat | 08 Jan 2008 02:02 GMT | 5 |
I am trying to configure IIS redirection to Tomcat. Configuring IIS to redirect to single instance of Tomcat webserver is done using Redirector isapi_redirect.msi. It works fine for redirecting to single server. But I have multiple
|
| how to create a e-Commerce Website | 08 Jan 2008 01:08 GMT | 5 |
I want to create a e-Commerce Website, but how to do it??
|
| Web File Validation | 08 Jan 2008 00:47 GMT | 4 |
I want users to give me the url to a file on he web other than html, htm, jsp, asp, etc. Then I need to validate that it exists, and then I need to make sure that it is <i>someName<b>.</b>someType</i>. any Ideas???
|
| regular expression to parse {"hello", "hello world", "1hello-2*hello"} | 07 Jan 2008 20:06 GMT | 6 |
I was trying to use Java's regular expression to parse the following string: {"hello", "hello world", "1hello-2*hello"} I'd like to extract the words inside the quotation marks as follows:
|
| String to htmlFriendly string | 07 Jan 2008 20:02 GMT | 8 |
I was wondering if anyone knows if there is a simple way to make a string html friendly within the address bar? What I mean is that my servlet has a string with odd characters +,-,*,^,etc and I am concerned that attaching it to the url (as in
|
| Regexes: Forcing the LAST Match | 07 Jan 2008 19:49 GMT | 10 |
I'm not sure what terms to look for here. I want to use a regex that will match as little as possible in a string from the *end* of the string. For example, if I have "OneTwoThreeTwoOne", I want to know how I can match only "TwoOne" at the end and not "TwoThreeTwoOne".
|
| How to create automatically packages from existing sources in Eclipse | 07 Jan 2008 14:16 GMT | 5 |
I have a bunch of java files that are in different packages. To create my project in Eclipse, I have imported everything by a drag and drop from Windows Explorer to the default package of my project in Eclipse. How can I create automatically all the packages and move the sources
|
| java.lang.IllegalStateException | 07 Jan 2008 13:25 GMT | 2 |
Any Idea? what is does this error means? "java.lang.IllegalStateException: Cannot create a session after the response has been committed" I am new to JAVA, please help me understand this error, and when can
|
| Fetch total from two Beans | 07 Jan 2008 12:29 GMT | 1 |
I have a Bean class that has a counter where I show the total number in a JSP. I now have another Bean class that also has a counter which gives me a total number. How can I combine each bean class total and show it on a JSP? I am using Tomcat 4.1.27 with no JSTL.
|
| Trying to somehow measure similarity of text files | 07 Jan 2008 12:25 GMT | 1 |
~ It is easy for files which are binary equal or can be somehow match line by line with some diff-like code, but other than I couldn't really find anything in java or otherwise
|
| Java for numerical methods | 07 Jan 2008 06:36 GMT | 6 |
I'm asking here instead of sci.math.num-analysis because I'd like responses biased pro-Java instead of bias against. If you Google around, you'll find that there was a lot of activity surrounding the use of Java for numerical methods around ''99-'00.
|
| JavaDoc package.html in UTF-8 | 07 Jan 2008 06:24 GMT | 3 |
NetBeans 6.0 does not show unicode symbols right for package.html, I need to know is it my problem or not. How to write package.html in UTF-8? Do I need insert special tags, encodings? My file is saved as "UTF-8 without Signature".
|