| Thread | Last Post | Replies |
|
| Strange problem with Struts - Bean not found in any scope | 23 Jun 2007 13:58 GMT | 4 |
I have been getting this strange error where I get a bean not found error when I use <logic:iterate> . The issue is that if I substitute the <logic:itearate> with a plain <% scriptlet %> the JSP does not complain i.e It is able
|
| IT Companies and consultants list | 23 Jun 2007 12:58 GMT | 1 |
Bangalore ========= http://list-jobs.blogspot.com/2007/06/bangalore-companies-and-consultants.html Chennai
|
| java.util.concurrency | 23 Jun 2007 12:23 GMT | 3 |
Is there sample code or a tutorial on how to use java.util.concurrency? I would like to figure out how to schedule short work packets to be executed by perhaps 30 different threads, with some sort of mechanism
|
| java setup | 23 Jun 2007 10:44 GMT | 2 |
Hello Friends, I want to know hoe to make setup of java applications ? consider that i only have the .class files. The installer should ask me for .claas files then ask me which class
|
| Java Developer;MN(local Only) | 23 Jun 2007 02:13 GMT | 1 |
My client provides professional potraits for eduactional, social and corporate organisations. Their commitment to implementing new technologies helps them maintain the highest standards of excellence and efficiency.
|
| Changing color scheme in Eclipse IDE | 23 Jun 2007 02:05 GMT | 2 |
How can I change the default color-scheme for Eclipse? I've been using Vim and always uses the color-scheme "koehler". Anything like that I may need to download/import to the IDE? Or is it possible at all?
|
| log4j methods: instance or class? | 22 Jun 2007 17:13 GMT | 11 |
The javadocs for getLogger() says If the named logger already exists, then the existing instance will be returned. Otherwise, a new instance is created. Another words, it's an instance (non-static) method.
|
| JDBC - SQL92 - Entry level specification | 22 Jun 2007 17:12 GMT | 1 |
After some research, I found that JDBC 3.0 drivers require SQL92 entry level compliance. But I was unable to find any document which specified the SQL92 entry level compliance. Could someone help me with the SQL92 and SQL99 entry level compliance?
|
| Prioritising keyboard focus | 22 Jun 2007 16:03 GMT | 1 |
I have a swing application which contains several panels. I want one of the panels to respond to the arrow keys and have registered accelerators in a JMenu which do this correctly. However, one of the other panels contains a JTree, and when this is
|
| Jsp Error Cant Get Data from database | 22 Jun 2007 12:22 GMT | 2 |
i am writing a JSP page which connects to Mysql DataBase i can get the connection but i cant get to execute the query on the database plz help
|
| <applet><realease resources> | 22 Jun 2007 12:08 GMT | 6 |
I have an applet embedded in html and a while-true-loop is running in the applet. When the applet is running, I type another URL (e.g. http://www.google.com), then what event will be triggered or how can I stop the while-true-loop on this event?
|
| Environment Issue | 22 Jun 2007 12:04 GMT | 1 |
I use JBuilder on windows to develop jsps and java classes for web-apps that involve jdbc calls to a linux box running Tomcat and Mysql. I've been using Driver Manger in my classes up to now and was able to
|
| exclude word on a regexp | 22 Jun 2007 11:59 GMT | 8 |
Sorry, i think it's a faq, but it's driving me crazy. The probem is very simple: i've a string, and i want to match if there isn't a substring inside it. Ie: the string is "my connector is broken", and i want a regexp that
|
| UTF-8 encoding does not interpret ‘ as ‘ | 22 Jun 2007 11:28 GMT | 10 |
I am using a java program to read html files in it's encoding format. One of the html files have the following using UTF-8 encoding <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
| JavaC compilation error: '.' expected | 22 Jun 2007 11:26 GMT | 11 |
I am trying to find a reference to this error somewhere, but you can imagine how difficult it is for a search engine to actually find '.' verbatim, assuming that the first quote, the period, or the second quote can be ignored.
|