Hii to all could any one please get me some links, articles and materials for EAI - Enterprise Application Integration.It is very urgent... Please help me. ...
Please can you explain the last statement you made, that portal stuff. I really dont generally understand this portal stuff. Helpful links to explain it and...
All I was saying was: are you expected to integrate your system into an already-existing Portal? You should know that answer. I didn't mean to imply that you...
How about the link on wikipedia: http://en.wikipedia.org/wiki/Enterprise_application_integration ... -- Best Regards, 曹铱, Cáo Yī [Non-text portions of...
// I can't Search for integer nor Doubles can some on pleas help me import javax.swing.*; import java.util.*; public class Acme{ static final private int...
hi all, I have a problem with struts-menu... has anyone knowledge about it? can someone help me? thx a lot Volkan [Non-text portions of this message have been...
Hi Celestine, ... the Java platform and the Java "wrapper" would now be deployed in wherever it is required, ie deployed as a Java program but with a .NET...
c-el:out does. c-el is the JSTL library based on the Expression Language (EL). In order to find the correct bean, it will search the different scopes. c is...
If you need to search for integers and doubles, 1) use the wrapper objects (Integer & Double), 2) in your search, use the instanceof operator. -Java Guy ... ...
please advise how to cancel my participation from this group? i am no longer in java. ... Be a better friend, newshound, and know-it-all with Yahoo! Mobile....
Hi all, I have a requirement where i need to save the search criteria and save it to the database and dispaly that whenever savedsearch button is clicked,I am...
Dear friends, Could any body help me out to on below issue? I've installed j2se5.0 in windowsXP. I can compile the program, but i can't interpret the program. ...
check to see in your class if you have defined the main method. it should be defined EXACTLY as below: public static void main (String [] args) { // start of...
- Do you have your CLASSPATH variable set up so it can find your classes? (there is no default) - Do you have your class files laid out in a directory...
Did you set classpath in your invironment? classpath = .; %java_home%\lib\dt.jar;%java_home%\lib\tools.jar %java_home% is the home path where your JDK...
You should run java.exe in the directory of the compiled file or the path to the .class file must be absolute. run wit syntax: java [-options] <path to .class...
Hi Natty, The error at runtime(ie while running/interpreting the app) is due to non availablity of your class in the classpath.The solution is.. Right click on...
Hai All, The following is my requirement... 1. We have a web server running. When we try to access the pages via the http://xxxxxxxxx we need to supply user...
Hi friend I think u did not set the class path . first u set the class path u r java environment. steps to set the class path: 1. right click on mycomputer...
I don't know if this useful for you.. but i found this StrutsTestCase for JUnit <http://strutstestcase.sourceforge.net/> - Open source extension of the...
Sure, you can do this without a browser. HTML travels on the http:// and https:// protocols, and browsers are just interpreters and submitters. Your Java...
Hi, I am preparing for Java certification, I came across a method declaration in a mock question. public void methodX(int i, int... j) Can anybody explain the...
Dear Friends, I have developed a small web application using Netbeans 5.0 . now i want to deploy that in a server. i need suggestion and help in deploying the ...