Code Search for Developers
 
 
  

package.html from Frame2 Web Application Framework at Krugle


Show package.html syntax highlighted

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<!--

  @(#)package.html   1.60 98/01/27

  Copyright 1998 Sun Microsystems, Inc. 901 San Antonio Road, 
  Palo Alto, California, 94303, U.S.A.  All Rights Reserved.

  This software is the confidential and proprietary information of Sun
  Microsystems, Inc. ("Confidential Information").  You shall not
  disclose such Confidential Information and shall use it only in
  accordance with the terms of the license agreement you entered into
  with Sun.

  CopyrightVersion 1.2

-->
</head>
<body bgcolor="white">

Provides interfaces for Events and Event Handlers.
<p>
The Event and Event Handler interfaces are the aspects of Frame2 application developers will
use most often. Events are used to capture data, while Event Handlers are defined to
perform operations on the data.<br><br>
The CommonsValidatorEvent is provided as an event that has built-in support for validation
using the Commons Validator.
</p>

<!--
<h2>Package Specification</h2>

##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####
<ul>
  <li><a href="">##### REFER TO ANY FRAMEMAKER SPECIFICATION HERE #####</a>
</ul>
-->
<h2>Related Documentation</h2>

For overviews, tutorials, examples, guides, and tool documentation, please see:
<ul>
  <li><a href="http://jakarta.apache.org/commons/validator/">Apache Commons Validator</a>
</ul>

<!-- Put @see and @since tags down here. -->
@since 1.0
</body>
</html>




See more files for this project here

Frame2 Web Application Framework

Frame2 is an alternative to using Struts for web application development. Frame2 also supports web services in an MVC context.

Project homepage: http://sourceforge.net/projects/frame2
Programming language(s): Java,JSP,XML
License: other

  xml/
    PassthruEvent.java
    SimplePassthruEvent.java
    package.html
  AbstractEvent.java
  CommonsValidatorEvent.java
  Context.java
  Event.java
  EventHandler.java
  Responder.java
  package.html