Server-Side Development Section Index | Page 8

How do I find out the number of deleted messages in a folder?

How do I get the sender of an email?

How can I prevent my public JSP page from appearing within the search results of an engine like Google or Yahoo?

Brief description on the 4 interfaces applicable to EJBs (Remote, Local, Home, LocalHome): when to use them and the differences between them?

How do I calculate the size of an entire folder?

How do I package a JavaMail application into a single jar file along with the mail.jar and activation.jar?

How do I get rid of unused connections? Doing something like checking for the existance of an IMAP folder leaves the connection open.

Cross Site Scripting (XSS) with Jakarta Tomcat.

EJB is scalable because it can run in cluster environment. What is there in EJB specification and in Application Server that supports this feature ?

Tomcat 4.x and servlet mapping.

What can be done using the session object once it has been invalidated?

What is the scope of <%@ page errorPage="" %>? Does it get passed to jsp:forwarded pages? Does it get passed to jsp:included pages?

Synchronization of Stateless Session bean instances. Is there anyway by which we can update/modify (not on server start up but at actual application run time) value of instance variables of ll stateless session bean instances present in the pool??

How do I find out if an IMAP server supports a particular capability?

I am writing a simple jsp to retrieve and save from/to my MySQL db. My retrieve and save functions work great. Now, depending on the action in the browser, I would only like to invoke one of the methods. For example, for the onChange event, I would like to get the info from the db. For the onClick event, I would like to save the info to the db. Considering these actions are on the client side and jsp is on the server side, is there a way to do this? If not, does anyone have a suggestion on how this can be done?

About | Sitemap | Contact