| Thread | Last Post | Replies |
|
| Xah's Edu Corner: Examples of Quality Technical Writing | 16 Feb 2006 08:36 GMT | 80 |
i had the pleasure to read the PHP's manual today. http://www.php.net/manual/en/ although Pretty Home Page is another criminal hack of the unix lineage, but if we are here to judge the quality of its documentation, it is a
|
| Apache Tomcat | Thread count going beyond maxProcessors value | 16 Feb 2006 07:54 GMT | 1 |
We are using apache as the web server and tomcat as the application server. We are using mod-jk as the load balancer. Load is provided to 4 apaches which in turn distribute the load to 8 tomcat instances. The MaxSpareThreads property in apache has a value of 100 and
|
| Hibernate problem | 16 Feb 2006 07:42 GMT | 1 |
Guys, I am having a problem that all the properties of an object as specified in the .hbm.xml file is not persisted in the database. Say an Object A has attributes a1,a2,a3 Hibernate generates hbm files
|
| Capturing output form console | 16 Feb 2006 04:27 GMT | 2 |
My java code is using native method calls.The native code prints out lots of data using "printf".Is is possible to capture such outputs from the native code so that the same outputs can be displayed on the GUI. An example code of a few lines would be of tremendous help because i
|
| Session variable in JSP/servlet application | 16 Feb 2006 04:17 GMT | 5 |
How secure is stuff stored in a JSP session using session.setAttribute() ? I'm thinking, "not at all" - and that I need to encrypt sensitive information like passwords if I'm storing it that way. But I could be wrong.
|
| cpu intesive jave program | 16 Feb 2006 03:45 GMT | 5 |
Is there a java library or "anything" I can use to increment CPU (used percent) in a controlled matter? For example, I want to write a program that can increase cpu by 25%. It is probably platform specific. Any suggestions would be appreciated.
|
| escape meta for Pattern? | 16 Feb 2006 02:14 GMT | 4 |
On http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html it says:
> The string literal "\(hello\)" is illegal and leads to a compile-time error; in order to match the string (hello) the string literal "\\(hello\\)" must be used. |
| how to catch the mouse event when the table cell is just in the edit state? | 16 Feb 2006 02:06 GMT | 2 |
Hi,everybody as the title, it's the problem i faced, when the cell is in the edit state, then the mouse event i binded to this cell(as pop-up a dialog) can't work, I don't what's the matter, otherwise, if I should change
|
| Eclipse vs netbeans | 16 Feb 2006 00:31 GMT | 4 |
I trying decide which java IDE to use. I want to hear from other programmer's opinions. 1. Which has the best support, eclipse or netbeans? 2. Which is easy to use and has a low learning curve, eclipse or
|
| Usage of Socket's bind() method. | 16 Feb 2006 00:08 GMT | 1 |
Why does the Socket class have a bind() method and how/what it is used for - after all, Socket class implements only client's socket, so it doesn't accept connections (and therefore doesn't have an accept() method, like ServerSocket) and connection to a
|
| ja a date format problem | 15 Feb 2006 21:21 GMT | 2 |
How to get current date in format dd-mon-yyyy in java???
|
| exams | 15 Feb 2006 19:17 GMT | 3 |
Anybody know how much the Java certified programmer exams are in the UK and how many goes on average it takes to pass them?
|
| implementing a pause in j2ee | 15 Feb 2006 18:36 GMT | 4 |
What is the best practice for implementing a pause in a business process executed by an ejb? I know sleeping a thread violates the j2ee spec. I'm not able to use a timerservice as can't use the current j2ee version as deploying on weblogic 8.1. Any thoughts would be great.
|
| How to integrate visual editor from netbeans into eclipse | 15 Feb 2006 18:36 GMT | 1 |
I've been using eclipse for one year, and find myself uncustomed to any other Java IDEs such as netbeans. However, I do think the visual editor in netbeans in wonderful, but the other stuff is not so good to me. I'm wondering if there is any way to integrate VE from netbeans into
|
| Is there a way to deal with line numbers in ImageJ and/or java? | 15 Feb 2006 18:21 GMT | 11 |
I'm new to java and don't know if this is a java question or an ImageJ question. BTW, Is there an ImagJ NG? I try to compile some examples in ImageJ and it appears to be complaining
|