Skip to content Skip to sidebar Skip to footer
Showing posts with the label Java

How To Pass Object Using Jsp:include Param Tag Into Another Jsp

I am trying to send DTO Object from one jsp to another jsp using jsp:include tag. But it is always … Read more How To Pass Object Using Jsp:include Param Tag Into Another Jsp

Writing Cgi Script In Java

I trying to figure out how to write CGI scripts in Java. I followed this examples -> http://www.… Read more Writing Cgi Script In Java

Launch Applet From Web Page

is it possible to launch an applet using webpage by clicking on link/button. I mean onclick of lin… Read more Launch Applet From Web Page

Applet Code Tags And Class Files

I just started writing Applets and I had some questions about the HTML applet tags with packages, a… Read more Applet Code Tags And Class Files

When Using Htmlunit, How Can I Configure The Underlying Nekohtml Parser?

I'm using HtmlUnit to try and scrape a webpage because of it's Javascript support. (I'… Read more When Using Htmlunit, How Can I Configure The Underlying Nekohtml Parser?

How To Know When User Has Closed Web Application

I have my web application built with Play Framework 2 (backend) and AngularJS (frontend). I need to… Read more How To Know When User Has Closed Web Application