| Thread | Last Post | Replies |
|
| Which IDE ? | 11 Sep 2007 21:52 GMT | 3 |
Hi everyone, this is my first post.. I know this is a question many people have asked but i wanna make sure everyone understands what i say.. I have been programming in java for almost a year and i have changed opinions many times regarding which
|
| JSF | 11 Sep 2007 18:26 GMT | 5 |
Anyone is familar JSF? Is it possible to create a tag similar to Label but i may put a class inside so as to display any style as i like? Thanks
|
| open source for remote control using lan | 11 Sep 2007 17:26 GMT | 2 |
open source for remote control using lan
|
| XSL Netbeans 6.0 | 11 Sep 2007 12:53 GMT | 3 |
I would like to know if it is possible to use NetBeans 6.0 to create and test xslt transformations without using all the web service stuff (XSLT Service Engine) ? Thanks very much, Olivier
|
| getColumnCount() ??? | 11 Sep 2007 09:26 GMT | 1 |
In my project I have a query like this: query= "SELECT ID_STEZ, B.ID_PAR, B.VALORE WHERE A.ID_STEZ = B.ID_STEZ AND B.ID_PAR = C.ID_PAR(+) AND A.ID_RET = D.ID_RET AND A.ID_STEZ IN " +
|
| How to check the middleware platform is up and running? | 11 Sep 2007 07:00 GMT | 3 |
I got an integration middleware platform sitting on a Windows2003 box, running smoothly most of the time. But it has been down for a few times due to some reasons. I am wondering how can I write a piece of code to check whether this platform is up and running and send
|
| surface plot | 11 Sep 2007 05:56 GMT | 2 |
All I want to see if Java can do the surface plot (traditional gird plot, not contour or color) THanks
|
| overloaded methods | 11 Sep 2007 03:35 GMT | 12 |
Consider the following code with two overloaded methods public class Class1 { public void method(Object o) { System.out.println("Object");
|
| Enum, switch, and a null | 11 Sep 2007 02:33 GMT | 24 |
Given the following (bunch of stuff missing for clarity): --------------------------------------- enum Foo {
|
| [Threading to manage simulated printing jobs] | 11 Sep 2007 00:53 GMT | 6 |
Hello to all Javascript programmers out there. :) I am really ashamed to say that even after 6 months of intermittent Java programming I have been a complete failure at grasping the concepts or the real thing behind 'threading'. My mind just seems to
|
| java servlet accesing a c++ programm | 10 Sep 2007 22:05 GMT | 1 |
Hi, iam trying to access a c++ programm from a java servlet. The point is that the main programm is written in c++ and now it shold have a web interface using java servlets. I googled and googled but havent found any solution for this problem.
|
| JSTL - calling equals method | 10 Sep 2007 14:36 GMT | 3 |
I want to compare 2 Strings on a JSP page, using JSTL tags, so I need some tag code that does something like this: if(myString1.equals(myString2) ) { }
|
| Java-based Newsgroups Access w/out Monthly Fee | 10 Sep 2007 11:36 GMT | 8 |
Since I currently use Google Groups to post on Usenet newsgroups, I am vulnerable to impersonators. Someone has been impersonating me on Usenet and posting garbage. When I tried to inform people on NGs about my situation, the imposter began to make my multiple copies of my
|
| how to deal with encrypted zip in JAVA? | 10 Sep 2007 07:43 GMT | 5 |
Now I has a zip file and I want to know how to encrypt it with normal zip-encrypted in java then users will be prompted to input the password when it is opened with WinZip or WinRAR. I have tried with org.apache.fulcrum.jce.crypto but it can not be
|
| How clear console using java | 10 Sep 2007 06:59 GMT | 4 |
I am using Jdk1.5 for development. I need to clear java console after printing 100 lines of test on console. I tried below code it is working for compiling java (.java) but it through exception (IOException).
|