Joseph Mathew

Greenhorn
+ Follow
since Apr 21, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Joseph Mathew

What are the books needed for passing SCEA 5.

Thanks
Joseph
hi all,

Can someone please tell me what is Extend and Include relationship in Usecase and also the difference between Extend and Generalization relationship.

Thank you.

Joseph
I have masters in computer science. Its senior software developer post. And i will be able to use java in current job. Can you tell me what salary I can expect.
19 years ago
I have changed my name to full
19 years ago
I have got an offer from Germany. I have 4 years of experience in java technologies. Can someone please provide me the details how much salary I can ask for compensation from the company.

Thanks
Joseph
19 years ago
Does anyone know the work culture in Verisign?

Thanks
joseph
19 years ago
I have 3 years experience in java development of which 1.5 years in in Swing. I am looking for a job in swing in India.
19 years ago
I received an offer from EDS, pune and also from Wipro, Bangalore. Could someone tell me which is better option to pick company wise. Thank you

Joseph
19 years ago
Hi all,

Can someone tell me how we can print to a plotter using java. Is there any Plotter API, like print API.

Regards
Joseph
20 years ago
Hi all,

Can someone tell me how we can print to a plotter using java. Is there any Plotter API, like print API.

Regards
Joseph
20 years ago
path =%path%;<J2EE_INSTALLATION_ROOT>\AppServer\bin
CLASSPATH=%CLASSPATH%;<J2EE_INSTALLATION_ROOT>\AppServer\lib\j2ee.jar
20 years ago
**********************************************************************

The path does not have to be relative to any of the server environments.
Any network or file system path will do.
Plus, your code will return null for the path. It will also return null when the passed in path is in an archive or is simply a mapping.

***********************************************************************
I agree any network or filesystem path will be fine. What if we dont know the filesystem itself on the webserver?

But getServletContext().getRealPath("") doesnt return null, it gives the real path to the context. For example if you have installed tomcat in /usr/local/tomacat/webapps/ROOT and the WEB-INF is inside ROOT ie /usr/local/tomacat/webapps/ROOT/WEB-INF. And if you use getServletContext().getRealPath("") on any of the servlet it will return /usr/local/tomacat/webapps/ROOT. I cant understand why you said it returns null.
20 years ago
Actually what will be the path ? Because we will be in the web server....
I figured it out how to specify the path...

File file = new File(getServletContext().getRealPath("") +"output.html");

This will give the path to htdocs, then we can specify the rest of the path.
20 years ago
Hello all,

Does anybody know the code to write a file to the server from a servlet. For example i read a image file from the database as blob and then want to create this image file temperorly on the server.

Thanks

Joseph
20 years ago
Hello all,
I have an applet which connects to a MySQL database for user authentication. Currently I am doing on a local machine and all goes well and fine. But my problem is the same applet when accessed through a proxy the database connection wont happen. Can someone suggest a way to solve it. Or this problem is not solvable.
Thank you
joseph
20 years ago