Sabarish Venkat

Ranch Hand
+ Follow
since Jan 18, 2012
Sabarish likes ...
Netbeans IDE MySQL Database 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
8
Received in last 30 days
0
Total given
6
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Sabarish Venkat

Thank you Joe, I reviewed those information. I don't want to add security in a simple application. Consider i have a login page and a inner page. After login am showing the inner page it contains tables with data from database, when i logout am expiring the session and showing the login page. From the browser when i click the back button it shows the previous page (i.e inner page) with the tables and the data. When i check the session it shows "null". This is my problem, how to avoid this scenario
10 years ago
After 7 months of my journey... Came back to ranch. Feel Like am back to my home...
10 years ago
After session expiry am moving current page to login page. If the user clicks on the back or forward button in the browser, it redirects to previous page instead of showing login page. I tried with interceptors to expire the session and to avoid the cache store but still the page moves to previous page instead of login. My code as follows,




let me know if i can solve this in any other way.
10 years ago
I got the solution, All i did is just put the code out of the paint method like below,
10 years ago
No idea about that.. still debugging it...If you have any other idea let me know thanks for your support carles
10 years ago
That works when outside the applet but my goal is inside the applet i need to get the json
10 years ago
Thanks for your support carles, The idea you gave is not working for me. Am getting the same as before. Any other suggestions?
10 years ago
I have an applet code that displays my name in the applet browser. Now am trying to get my name as json output inside the same applet. Below is my code,



When i excute am getting my name in browser but there is no response from json and am not sure how to get it. Could anyone suggest an idea to solve this.
10 years ago
Now i understood all i need is just to create an applet in usual way and storing the jar in PHP source, from the HTML file in PHP i have to embed the applet code. Thanks for your support maneesh and Ulf
11 years ago
My scenario is, In a PHP website i need to run java applet images(Like Advertisements). In that case i need to create a applet and make them run in the website. Hope now you understood my problem
11 years ago
I have a scenario like i need to develop an applet plugin where that plugin will be integrated in php programming. I can create an applet but no idea about creating an applet plugin for other technology. Could anyone suggest me how to create an applet plugin where i can integrate it with php technology.
11 years ago
I want to get the printer details of connected printers with detailed information such as printer name, whether printer is ON/OFF, the cartridge level, Manufacture information and so on. When i Google i got some information like only basic details of printer like name and manufacturer details can be retrieved. My question is can i get other information such as cartridge level, ON/OFF status using java applet. Is it possible to get such information using java program.
11 years ago
I had created a web service where it receives the data and store it in database. For confirmation of storage to user i had shown the stored data as response in the same page as (where web service is processing) JSON output.

Now i have a doubt , Do the response can be redirected to the request page.

For your better understanding,

  • A user uploading the data from a html file (upload.html).


  • Now the web service will store the data in database (upload.java) and shows output as JSON in same page (current am using this way)


  • Can i take the response JSON output back to the html (upload.html) and show the JSON output


  • Is this way possible.
    11 years ago
    Thank for your reply ulf, I had added a keytool file as it rises the security problem. With this help of code SSL CLIENT FOR JAVA am not getting the security error but when in the SSL CLIENT CODE i have to add a base url in the line this shows me 401 not authorized Exception
    11 years ago
    am getting a security exception when i run a servlet which access the third party API. Am using Google App engine as server. i had listed below the error log can any one help me to solve it
    11 years ago