khader shafeeq

Greenhorn
+ Follow
since Sep 02, 2010
khader likes ...
Eclipse IDE Spring Java
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by khader shafeeq

Hi All,

I have a java web application in which some pages have applets in it. I am using firefox 3.5 as my browser. While developing my application i put some SOP in applet. how can i saw the SOPs? I was using firefox addon named Java Console. But now it is no longer supported by firefox. So kindly give me solution to see the SOP(System.out.println()) values. while running web application. my development tools are listed below.

IDE:- Eclipse
OS- ubuntu 10.04
browser:- firefox.
framework:- spring 3
database:- mysql 5 server


Thanks and regards
Khader.M.A
13 years ago
Hi,

I am very new to Spring. I have studied spring with the help of Spring in Action by Manning. And i feel it is really good book. Thanks to Manning. Now I am asked to setup a framework in spring which supports hibernate, mysql, jquery, ajax,iText and most common libraries from apache. and we are using tomcat as container. So anybody tell me what are the requirements we have to consider when we develop a software development framework. And suggest good books.
Thanks and regards
Khader shafeeq
13 years ago
I am using ubuntu 10.04. And i Has been asked to create an applet which is used to install a driver if it is not available. It is a system driver not a browser plug-in. And i decided to install it through java.lang.Runtime.exec() method. The problem is the ubuntu will prompt for password when we start installation. So please tell me how can we suppress the prompting for password. Thankyou.
13 years ago
Dear friedns,
I am using EJB3. I can't access the deployed EJB. Please Tell me how can i access Local and remote beans. Please provide look up String also. JOSS 5 application server
Dear friends,
I am novice in EJB3. I am trying to do a simple calculation application using EJB3, eclipse IDE and JBoss. But when i try to run program a javax.naming.NameNotFoundException exception is thrown at the lookup line. please give me a solution for this.
try to do a program from http://fouad-saidy.blogspot.com/2010/01/step-by-step-create-simple-calculator.html.
hello friends,
I have 2 quesitons

1. What is the directory Structure of a EJB program. Like where to place .jar,.war,.class,.xml files. Not asking about Development using IDE like eclipse
2. How can we access the EJB object for a remote and local interfaces.
Please anybody help me i am new to EJB i am using JBOSS as AS
Hello Friends,
I am novice in EJB3 and just started it. And my problem is I can't Create a simple program yet. But i have a lot of working examples in my hand. My Problem is I don't get the directory structure of an EJB application inside JBoss. So please tell me where to place jar,war,ear, class and xml files.
regards khazz
13 years ago
do the following steps

1.Delete JAVA_HOME from the system variables
2.Try to start run.bat , if it starts running then it will be the problem of JAVA_HOME
3.Set JAVA_HOME to your folder of JRE like c:\program files\java\jre Dont use ';' at the end.
4. This will solve the problem. As i was also suffering from the same problem.
13 years ago