aa Contact Us aa Home aa About Us aa Sign Up aa Free JSP Books aa JSP Books



JSP E-MAIL

   
WEB TIER
Subcategories


JSP Tutorials

JSP Tag LIBS

JSP and Java Beans

JSP and JDBC

JSP and Servlets

JSP and TOMCAT

JSP and STRUTS

Java Server Faces

Portlets

Jakarta Velocity

JSP Appls Downloads

Tag Libs Downloads

Eclipse

Linux

Databases

Web Development

JSP Certification

JSP Web Hosting

JSP Sites

JAVA NETWORK
aa JavaOlympus
aa J2EEOlympus
aa JSPOlympus
aa J2meOlympus













JSP Insider 5: Using JSP with JavaMail It's hard to imagine life without Email. This month we learn that with a little JSP knowledge, you can build your own mail utility faster than you can say,
JSP AND JAVAMAIL Interested in learning the JavaMail API and implementing it with JavaServer Pages? Well you have come to the right place. This tutorial covers the basics of the JavaMail API and demonstrates them with JSP. Ultimately this tutorial leads in to building and using a generic JSP tag library for the JavaMail API.
Developing the E-Mail Sender JSP Page
Sending E-Mails with JSP Pages In this article we will learn how to send simple text emails using JSP pages. Since it is not a good habit to put Java code in JSP pages, we will create a JavaBean to do that.
Developing the E-Mail Contents Session Object Bean
Developing the E-Mail Sender Response JSP Page
Developing the E-Mail Sender Error Handler

    JSP
Introduction

Architecture

JSP Environment

JSP Directives

JSP Syntax

JSP Standard Tags

JSP Scripting Elements

JSP Custom Tags

JSP Templates

JSP and JavaBeans

JSP and Forms

JSP and JDBC

JSP and Cookies

JSP Debugging

JSP and Sessions

JSP and Servlets

JSP as Web Services

Wireless JSP

JSP and JMS

JSP and EJB

JSP TagLibs

JSP and XML

JSP and XSLT

JSP Design Patterns

JSP Design Strategies

JSP and EMail

JSP Testing

JSP Performance