| Thread | Last Post | Replies |
|
| [JAVA] Realizzare una connessione con inserimento del codice captha automatico | 05 Jan 2008 15:14 GMT | 1 |
Ciao, vorrei realizzare una connessione verso un sito che richiede di inserire un codice captha per la conferma. Come è possibile leggerlo via OCR e inserirlo automaticamente?
|
| XML parser and writer | 05 Jan 2008 13:05 GMT | 18 |
Hey guys, I'm writing a program to help people track various items and placing them on a calendar. These items are mainly ones that reoccur (monthly bills for example). Each item (or task) has various properties that are
|
| xlSQL help | 05 Jan 2008 11:17 GMT | 1 |
Hi every one I'm new in JAVA Can any one help how to use this xlSQL this jar for read and write to xls file
|
| Quick inheritence question | 05 Jan 2008 09:15 GMT | 8 |
Would the following be considered bad practice... I have a very simple bean called "SimpleTypeBean" which is constructed as follows: public class SimpleTypeBean {
|
| Does one "call a method" when polymorphism is used? | 05 Jan 2008 08:24 GMT | 13 |
I wonder what the correct wording for the following situation is: void print( final java.lang.Object object ) { java.lang.System.out.println( object.toString() ); } ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
|
| include jsp across multiple web applications in tomcat | 05 Jan 2008 04:50 GMT | 2 |
I tried searching on 'jsp include tomcat multiple' and didn't find what I was looking for: I would like to have a single jsp that I can use across multiple applications (using tomcat) without having to deploy multiple copies
|
| Image with label | 05 Jan 2008 03:41 GMT | 4 |
Hi friends. I'm need put one label up one image in J2SE. Is posible? Anybody help-me? I would like an example I'm brazilian, sorry my english.
|
| I need project management tool | 04 Jan 2008 20:29 GMT | 1 |
Dear Group, just recently I realized that I need a tool for managing my project. I am writing to this group since the project is Java-based. This is however unimportant and I could post this mail to comp.lang.c++ or
|
| Specific parser with Ant | 04 Jan 2008 20:07 GMT | 7 |
I use eclipse and ant for build an application (EAR). So I'd like to generate a readme file constituted by comments of several sources code. Ideally I'd like to put two spéchfic flags in source file and keep only the text between those flags. I looked around FilterChain and
|
| how to hide and show cursor in JTextField? | 04 Jan 2008 19:27 GMT | 5 |
Is there any way to hide the cursor in the JTextField and show the cursor when I click this field? It'd be great if I click other area or components in the panel, hide the cursor in the JTextField again. Thanks a lot.
|
| xml data binding using castor | 04 Jan 2008 19:06 GMT | 1 |
I am using Castor framework for xml parsing.I am generating the java source code from my schema file using the castor SourceCodeGenerator .Now I m trying to unmarshall the xml file and populate my beans.but,I am stuck up!!!.
|
| How to get the current heap size of java on linux | 04 Jan 2008 19:03 GMT | 5 |
How to get the current heap size of java on linux?
|
| applet security and external URLs | 04 Jan 2008 15:10 GMT | 2 |
I am developing an applet which loads data (an astronomical image) via a DataInputStream/ BufferedInputStream/ FileInputStream from an URL URL myurl = new URL ("http://host/file") So far for testing I've been using a file residing on the same host
|
| try - catch box | 04 Jan 2008 09:22 GMT | 3 |
Consider the following code: try { a=func(); // line-1
|
| Regex: Capturing and replacing question | 04 Jan 2008 06:38 GMT | 9 |
I can't find an actual reference to this in the API (I'm using 1.4.2), so I want to be sure what I'm doing is "legal." I'm using regexes to find any place in a string where there is a small letter followed by a capital one and put a space between them. I'm
|