Code Search for Developers
 
 
  

frame2-config.xml from Frame2 Web Application Framework at Krugle


Show frame2-config.xml syntax highlighted

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE frame2-config PUBLIC
  "-//Megatome Technologies//DTD Frame2 Configuration 1.1//EN"
  "http://frame2.sourceforge.net/dtds/frame2-config_1_1.dtd">

<frame2-config>
   <global-forwards>
   </global-forwards>
   
   <events>
   </events>

   <event-mappings>
   </event-mappings>

   <event-handlers>
   </event-handlers>

   <exceptions>
   </exceptions>

   <plugins>
   	   <!-- 
   	   Uncomment if you want use the Commons Validator. Be sure to include the appropriate
   	   jars (commons-validator.jar, commons-digester.jar, commons-beanutils.jar, jakarta-oro.jar)
   	   in the web application's lib directory
	   <plugin name="CommonsValidator" type="org.megatome.frame2.validator.CommonsValidatorPlugin"/>
	   -->
	   <!--
	   Uncomment if you want templates.
	   <plugin name="Templates" type="org.megatome.frame2.template.TemplatePlugin" />
	   -->
   </plugins>
</frame2-config>




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

  commonsvalidator/
    commons-validation.xml
  templates/
    templates.xml
  README
  frame2-app-bundle.properties
  frame2-config.xml
  soap-web.xml
  web.xml