| Thread | Last Post | Replies |
|
| Language about Java | 31 Jul 2008 23:16 GMT | 1 |
Free Java Book Information Chapter Definition of all Information in Java * Chapter 17: Projects * Chapter 16: Design patterns
|
| Complete Learn about Java | 31 Jul 2008 17:57 GMT | 1 |
Free Java Book Information Chapter Definition of all Information in Java * Chapter 17: Projects * Chapter 16: Design patterns
|
| Finding simple Java class for implementation of text recognition | 31 Jul 2008 14:56 GMT | 1 |
Hello you all. I am in a hobby project and would need a easy-to-use Java class or component I can use more or less out of the box in my project for simple text recognition. I want to compare one or more pieces of text
|
| Findbugs and locks? | 31 Jul 2008 12:39 GMT | 11 |
Findbugs gives the warning "Method does not release lock on all exception paths" on a method like the one below. Could it be because the lock is from an array of locks and it can't determine which? Or is it because you could put code outside of the try/finally block that
|
| Tomcat 6: Having the JSP read a file from webapp directory | 30 Jul 2008 03:35 GMT | 2 |
Hi; I'm running Tomcat 6 as a stand alone service on Windows XP.. I used the Apache-Tomcat installer ( it was convenient! ). I have a JSP application that reads in various parameters from a file
|
| import statement | 29 Jul 2008 22:01 GMT | 1 |
when we use import statement such as: import java.util.* or any such, we are referring to the java/util/*.class classes. but where is this package located in my jdk directory. Also i dont need to
|
| [General]acces of members of subclass | 28 Jul 2008 22:28 GMT | 18 |
When you have this : public class My_Class { public method_1 {...} public method_2 {...}
|
| where is the java preferences file located | 28 Jul 2008 11:51 GMT | 4 |
I am using java preferences. I want to be able to clear the preferences completely, but i can't figure out where the java preferences are physically stored on the file system. I want to just delete them all. Does anyone know where the java preferences are
|
| Use yahoo mail for authentication | 28 Jul 2008 10:17 GMT | 1 |
My web application use yahoo email address and password for authentication. Is it possible to really send the email and password to yahoo for authentication, for example by web service interface? If yes, how can I do it?
|
| [NetBeans]changing menuitems | 28 Jul 2008 10:15 GMT | 19 |
I am using Netbeans and in my class "GenListView" where most of the code is created by Netbeans I have menu items members with private status which means that oustide of any instances of "GenListView" NO WAY to simply change any of those menu items like desabling enabling them.
|
| adding a List of JTextField to the GUI | 28 Jul 2008 06:47 GMT | 6 |
I've tried moving the loop to before or after the group layout is set, no change. I'm printing the record instance, and its member data.size() to the console, and those look ok. I'm just not able to add components with a loop.
|
| Newbie - JSF question | 28 Jul 2008 04:00 GMT | 4 |
I am learning about JSF from the site http://exadel.com/tutorial/jsf/jsftutorial-kickstart.html There is an example of JSP program: <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
|
| Newbie - a question about import and .jar statement | 27 Jul 2008 20:47 GMT | 7 |
I wrote a java application that is using "import com.microsoft.sqlserver.jdbc.*;" , compiled it and created a .jar file. Program is working OK from my IDE.
|
| Text in if condition is not displayed in the browser | 27 Jul 2008 12:22 GMT | 2 |
Im new wth JSP and facing a problem. first of all here is the coding of my JSP file:- <%@page language="java" import="java.sql.*" %> <%
|
| Javadoc @see | 26 Jul 2008 00:37 GMT | 7 |
Let's say I have a web page, not part of the Javadoc documentation, and I want to reference it in the Javadoc, say that gives additional explanation or a list of codes. What do I code? It has full url something like http://mindprod.com/jgloss/http.html
|