| Thread | Last Post | Replies |
|
| string regex question | 28 Apr 2007 03:37 GMT | 2 |
is there a way to do regex backreference replacement with the String class without Pattern and Matcher? for example, I'd like to do something like this: String somebigstring = "blahblahblah<hooey>and some stuff here</hooey> and
|
| jsp include | 28 Apr 2007 03:09 GMT | 9 |
Can anyone help me with a problem please. I am using the <%@ include file="/include/amt_header.jsp" %> code to include a header into a JSP and it works fine if the file which uses the include statement is in the same folder that
|
| Tomcat and javaee.jar | 28 Apr 2007 02:59 GMT | 2 |
In a web app, I need to have javaee.jar (from JavaEE5u2) on my classpath. Tomcat will not allow me to deploy when javaee.jar is in / WEB-INF/lib because it contains javax.servlet.Servlet.class (violation of the servlet spec 2.3 9.7.2 - even though 2.3 is not being used).
|
| best performances for the java 6 JRE: linux or solaris? | 28 Apr 2007 02:52 GMT | 6 |
I have to deploy a java/CORBA server on a new host. I have to choose between 2 configurations: Conf#1 SUN, V240 2x(ultraSparc3@1,5GHz), 64Bits, RISK
|
| generics observer/ observable | 28 Apr 2007 02:44 GMT | 4 |
I wish to have to a generics version of observer/ observable pattern? just like the one which is implemented in c++ template. http://www.codeproject.com/cpp/observer_with_templates.asp I tried the following implementation. However, I get the following
|
| mail.jar & activation.jar | 28 Apr 2007 02:33 GMT | 3 |
Does anyone know if the old mail.jar (javamail) and its requisite activation.jar are incorporated into J2SE 6 ? Thanks
|
| java version penetration rate | 27 Apr 2007 22:19 GMT | 3 |
Does anyone know where to find the percentage of browsers with a given version of the JRE (1.3.1, 1.4.2, 1.5.0, 1.6.0) ? Thanks!
|
| TF-IDF algorithm in Java | 27 Apr 2007 20:55 GMT | 1 |
hi every body i need help to make a program in java programming language to make TF- IDF algorithm which is one algorithm for rank pages please help me
|
| java.lang.NoClassDefFoundError | 27 Apr 2007 19:52 GMT | 9 |
I am developing a web application in JSF, usign application server 9.0 update 1. It works fine till I add 2 libraries, 2 .jar files in the project properties.
|
| Don't Understand wait() and notify() | 27 Apr 2007 19:46 GMT | 27 |
I will be the first to admit I don't *really* understand threads. Have a general idea, but, as I haven't had to use them too often, I never really got a chance to learn them. Well...I'm working with them now and that leads me to my question.
|
| Traverse/mount an ISO image in Java ? | 27 Apr 2007 18:59 GMT | 2 |
Did anybody ever write a program that would allow you to look at the contents of an ISO image file ? (or even to mount it) Thanks.
|
| DataSource with PostgresSQL throws connection error | 27 Apr 2007 16:22 GMT | 1 |
I don't really know if this is a serious problem. Whenever I connect to the database and start using it there is no problem. But when I close my application JBoss immediately throws a connection error. I think my xml descriptor has errors. Here is the StackTrace:
|
| Application scope variable on startup | 27 Apr 2007 14:14 GMT | 1 |
I have my own ResourceFactory which returns a bean. I configure this resource factory in tomcat 5.5 context xm file. I would like to create a application scope variable on tomcat startup and assign the value from the bean.method().
|
| video lectures on C, C++, Java and other programming and Computer science. | 27 Apr 2007 13:39 GMT | 3 |
Hi Friends, Check here http://freevideolectures.com/computerscience.html for video lectures on Programming languages like C, C++, Java, COBOL etc.., OS, Algorithms, Data Structures, RDBMS,
|
| JNI and nested class | 27 Apr 2007 13:20 GMT | 1 |
I am having problem with JNI. I am not new to JNI and used it quite extensively before. The only difference is that now I defined native function in the nested class. When I run the software I get 'UnsatisfiedLinkError' when I call this function. At the same time if
|